DIN99o LCh
The DIN99o LCh color space is not registered in Color by default
Properties
Name: lch99o
White Point: D65 / 2˚
Coordinates:
| Name | Range* |
|---|---|
l |
[0, 100] |
c |
[0, 60] |
h |
[0, 360) |
* Space is not bound to the range and is only used as a reference to define percentage inputs/outputs in relation to the Display P3 color space.

Figure 1. The sRGB gamut represented within the DIN99o LCh color space.
DIN99o LCh is the cylindrical form of DIN99o.
Channel Aliases
| Channels | Aliases |
|---|---|
l |
lightness |
c |
chroma |
h |
hue |
Input/Output
As DIN99o LCh is not currently supported in the CSS spec, the parsed input and string output formats use the
color() function format using the custom name --lch99o:
When manually creating a color via raw data or specifying a color space as a parameter in a function, the color space name is always used:
The string representation of the color object and the default string output use the
color(--lch99o jz cz hz / a) form.