lch
LCH, in color science, refers to the cylindrical representation of the CIE Lab color space. It uses three coordinates: L for lightness, C for chroma (colorfulness relative to a white), and h for hue angle. L ranges from 0 (black) to 100 (white); C is nonnegative and varies with the color’s distance from the neutral axis; h is an angle in degrees around the a-b plane, typically measured from the positive a axis.
The conversion from Lab to LCH is straightforward: C = sqrt(a^2 + b^2) and h = atan2(b, a) expressed
Applications of LCH include color selection, color grading, and perceptual color difference measurements, where working in
Limitations include gamut constraints: not all Lab colors map to a displayable RGB color, so conversions may