Shades of Lilac #CA91C2
Tints of Lilac #CA91C2
RGB
CMYK
RGB Variations
Color information
#CA91C2 (or 0xCA91C2) is known color: Lilac. HEX triplet: CA, 91 and C2. RGB value is (202,145,194). Sum of RGB (Red+Green+Blue) = 202+145+194=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CA91C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91C2 is #356E3D. Grayscale: #A7A7A7. Windows color (decimal): -3501630 or 12751306. OLE color: 12751306.
HSL color Cylindrical-coordinate representation of color #CA91C2: hue angle of 308.42º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA91C2 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 194 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.21 |
| HSL | 308.42º | 0.35% | 0.68% | - |
| HSV(B) | 308.42º | 0.28% | 0.79% | - |
| XYZ | 44.22 | 36.7 | 55.79 | - |
| YUV | 167.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 194 | 0 | 0.28 | 0.04 | 0.21 | 308.42 | 0.35 | 0.68 |
| Hex | CA | 91 | C2 | 0 | 1C | 4 | 15 | 134 | 23 | 44 |
| Octal | 312 | 221 | 302 | 0 | 34 | 4 | 25 | 464 | 43 | 104 |
| Binary | 11001010 | 10010001 | 11000010 | 0 | 11100 | 100 | 10101 | 100110100 | 100011 | 1000100 |
Color Harmonies of #CA91C2
Complementary color
Monochromatic Colors of #CA91C2
Black with #CA91C2
Text Example
Text Example
White with #CA91C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA91C2; }
p { color: rgb(202,145,194); }
H1.HeaderClassName
{
color: #CA91C2;
}
.AnyTagClassName
{
color: #CA91C2;
}
</style>
background-color css
<style>
a { background-color: #CA91C2; }
a { background-color: rgb(202,145,194); }
div.DivClassName
{
background-color: #CA91C2;
}
.BgClassName
{
background-color: #CA91C2;
}
</style>
border-color css
<style>
span { border-color: #CA91C2; }
span { border-color: rgb(202,145,194); }
td.TdClassName
{
border-color: #CA91C2;
}
.TagClassName
{
border-color: #CA91C2;
}
</style>