Shades of Lilac #CA9EC2
Tints of Lilac #CA9EC2
RGB
CMYK
RGB Variations
Color information
#CA9EC2 (or 0xCA9EC2) is known color: Lilac. HEX triplet: CA, 9E and C2. RGB value is (202,158,194). Sum of RGB (Red+Green+Blue) = 202+158+194=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EC2 is #35613D. Grayscale: #AFAFAF. Windows color (decimal): -3498302 or 12754634. OLE color: 12754634.
HSL color Cylindrical-coordinate representation of color #CA9EC2: hue angle of 310.91º 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 #CA9EC2 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 194 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.21 |
| HSL | 310.91º | 0.29% | 0.71% | - |
| HSV(B) | 310.91º | 0.22% | 0.79% | - |
| XYZ | 46.32 | 40.91 | 56.49 | - |
| YUV | 175.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 194 | 0 | 0.22 | 0.04 | 0.21 | 310.91 | 0.29 | 0.71 |
| Hex | CA | 9E | C2 | 0 | 16 | 4 | 15 | 137 | 1D | 47 |
| Octal | 312 | 236 | 302 | 0 | 26 | 4 | 25 | 467 | 35 | 107 |
| Binary | 11001010 | 10011110 | 11000010 | 0 | 10110 | 100 | 10101 | 100110111 | 11101 | 1000111 |
Color Harmonies of #CA9EC2
Complementary color
Monochromatic Colors of #CA9EC2
Black with #CA9EC2
Text Example
Text Example
White with #CA9EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9EC2; }
p { color: rgb(202,158,194); }
H1.HeaderClassName
{
color: #CA9EC2;
}
.AnyTagClassName
{
color: #CA9EC2;
}
</style>
background-color css
<style>
a { background-color: #CA9EC2; }
a { background-color: rgb(202,158,194); }
div.DivClassName
{
background-color: #CA9EC2;
}
.BgClassName
{
background-color: #CA9EC2;
}
</style>
border-color css
<style>
span { border-color: #CA9EC2; }
span { border-color: rgb(202,158,194); }
td.TdClassName
{
border-color: #CA9EC2;
}
.TagClassName
{
border-color: #CA9EC2;
}
</style>