Shades of Lilac #CA9EC5
Tints of Lilac #CA9EC5
RGB
CMYK
RGB Variations
Color information
#CA9EC5 (or 0xCA9EC5) is known color: Lilac. HEX triplet: CA, 9E and C5. RGB value is (202,158,197). Sum of RGB (Red+Green+Blue) = 202+158+197=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EC5 is #35613A. Grayscale: #AFAFAF. Windows color (decimal): -3498299 or 12951242. OLE color: 12951242.
HSL color Cylindrical-coordinate representation of color #CA9EC5: hue angle of 306.82º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CA9EC5 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 197 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.21 |
| HSL | 306.82º | 0.29% | 0.71% | - |
| HSV(B) | 306.82º | 0.22% | 0.79% | - |
| XYZ | 46.66 | 41.04 | 58.29 | - |
| YUV | 175.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 197 | 0 | 0.22 | 0.02 | 0.21 | 306.82 | 0.29 | 0.71 |
| Hex | CA | 9E | C5 | 0 | 16 | 2 | 15 | 133 | 1D | 47 |
| Octal | 312 | 236 | 305 | 0 | 26 | 2 | 25 | 463 | 35 | 107 |
| Binary | 11001010 | 10011110 | 11000101 | 0 | 10110 | 10 | 10101 | 100110011 | 11101 | 1000111 |
Color Harmonies of #CA9EC5
Complementary color
Monochromatic Colors of #CA9EC5
Black with #CA9EC5
Text Example
Text Example
White with #CA9EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9EC5; }
p { color: rgb(202,158,197); }
H1.HeaderClassName
{
color: #CA9EC5;
}
.AnyTagClassName
{
color: #CA9EC5;
}
</style>
background-color css
<style>
a { background-color: #CA9EC5; }
a { background-color: rgb(202,158,197); }
div.DivClassName
{
background-color: #CA9EC5;
}
.BgClassName
{
background-color: #CA9EC5;
}
</style>
border-color css
<style>
span { border-color: #CA9EC5; }
span { border-color: rgb(202,158,197); }
td.TdClassName
{
border-color: #CA9EC5;
}
.TagClassName
{
border-color: #CA9EC5;
}
</style>