Shades of Lilac #CA9EC0
Tints of Lilac #CA9EC0
RGB
CMYK
RGB Variations
Color information
#CA9EC0 (or 0xCA9EC0) is known color: Lilac. HEX triplet: CA, 9E and C0. RGB value is (202,158,192). Sum of RGB (Red+Green+Blue) = 202+158+192=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EC0 is #35613F. Grayscale: #AEAEAE. Windows color (decimal): -3498304 or 12623562. OLE color: 12623562.
HSL color Cylindrical-coordinate representation of color #CA9EC0: hue angle of 313.64º 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 #CA9EC0 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 192 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.21 |
| HSL | 313.64º | 0.29% | 0.71% | - |
| HSV(B) | 313.64º | 0.22% | 0.79% | - |
| XYZ | 46.1 | 40.82 | 55.32 | - |
| YUV | 175.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 192 | 0 | 0.22 | 0.05 | 0.21 | 313.64 | 0.29 | 0.71 |
| Hex | CA | 9E | C0 | 0 | 16 | 5 | 15 | 13A | 1D | 47 |
| Octal | 312 | 236 | 300 | 0 | 26 | 5 | 25 | 472 | 35 | 107 |
| Binary | 11001010 | 10011110 | 11000000 | 0 | 10110 | 101 | 10101 | 100111010 | 11101 | 1000111 |
Color Harmonies of #CA9EC0
Complementary color
Monochromatic Colors of #CA9EC0
Black with #CA9EC0
Text Example
Text Example
White with #CA9EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9EC0; }
p { color: rgb(202,158,192); }
H1.HeaderClassName
{
color: #CA9EC0;
}
.AnyTagClassName
{
color: #CA9EC0;
}
</style>
background-color css
<style>
a { background-color: #CA9EC0; }
a { background-color: rgb(202,158,192); }
div.DivClassName
{
background-color: #CA9EC0;
}
.BgClassName
{
background-color: #CA9EC0;
}
</style>
border-color css
<style>
span { border-color: #CA9EC0; }
span { border-color: rgb(202,158,192); }
td.TdClassName
{
border-color: #CA9EC0;
}
.TagClassName
{
border-color: #CA9EC0;
}
</style>