Shades of Lilac #CA99C2
Tints of Lilac #CA99C2
RGB
CMYK
RGB Variations
Color information
#CA99C2 (or 0xCA99C2) is known color: Lilac. HEX triplet: CA, 99 and C2. RGB value is (202,153,194). Sum of RGB (Red+Green+Blue) = 202+153+194=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99C2 is #35663D. Grayscale: #ACACAC. Windows color (decimal): -3499582 or 12753354. OLE color: 12753354.
HSL color Cylindrical-coordinate representation of color #CA99C2: hue angle of 309.8º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA99C2 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 194 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.21 |
| HSL | 309.8º | 0.32% | 0.7% | - |
| HSV(B) | 309.8º | 0.24% | 0.79% | - |
| XYZ | 45.49 | 39.23 | 56.21 | - |
| YUV | 172.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 194 | 0 | 0.24 | 0.04 | 0.21 | 309.8 | 0.32 | 0.7 |
| Hex | CA | 99 | C2 | 0 | 18 | 4 | 15 | 136 | 20 | 46 |
| Octal | 312 | 231 | 302 | 0 | 30 | 4 | 25 | 466 | 40 | 106 |
| Binary | 11001010 | 10011001 | 11000010 | 0 | 11000 | 100 | 10101 | 100110110 | 100000 | 1000110 |
Color Harmonies of #CA99C2
Complementary color
Monochromatic Colors of #CA99C2
Black with #CA99C2
Text Example
Text Example
White with #CA99C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99C2; }
p { color: rgb(202,153,194); }
H1.HeaderClassName
{
color: #CA99C2;
}
.AnyTagClassName
{
color: #CA99C2;
}
</style>
background-color css
<style>
a { background-color: #CA99C2; }
a { background-color: rgb(202,153,194); }
div.DivClassName
{
background-color: #CA99C2;
}
.BgClassName
{
background-color: #CA99C2;
}
</style>
border-color css
<style>
span { border-color: #CA99C2; }
span { border-color: rgb(202,153,194); }
td.TdClassName
{
border-color: #CA99C2;
}
.TagClassName
{
border-color: #CA99C2;
}
</style>