Shades of Lilac #CA91C0
Tints of Lilac #CA91C0
RGB
CMYK
RGB Variations
Color information
#CA91C0 (or 0xCA91C0) is known color: Lilac. HEX triplet: CA, 91 and C0. RGB value is (202,145,192). Sum of RGB (Red+Green+Blue) = 202+145+192=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CA91C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91C0 is #356E3F. Grayscale: #A7A7A7. Windows color (decimal): -3501632 or 12620234. OLE color: 12620234.
HSL color Cylindrical-coordinate representation of color #CA91C0: hue angle of 310.53º 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 #CA91C0 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 192 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.21 |
| HSL | 310.53º | 0.35% | 0.68% | - |
| HSV(B) | 310.53º | 0.28% | 0.79% | - |
| XYZ | 44 | 36.61 | 54.62 | - |
| YUV | 167.4 | 141.88 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 192 | 0 | 0.28 | 0.05 | 0.21 | 310.53 | 0.35 | 0.68 |
| Hex | CA | 91 | C0 | 0 | 1C | 5 | 15 | 137 | 23 | 44 |
| Octal | 312 | 221 | 300 | 0 | 34 | 5 | 25 | 467 | 43 | 104 |
| Binary | 11001010 | 10010001 | 11000000 | 0 | 11100 | 101 | 10101 | 100110111 | 100011 | 1000100 |
Color Harmonies of #CA91C0
Complementary color
Monochromatic Colors of #CA91C0
Black with #CA91C0
Text Example
Text Example
White with #CA91C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA91C0; }
p { color: rgb(202,145,192); }
H1.HeaderClassName
{
color: #CA91C0;
}
.AnyTagClassName
{
color: #CA91C0;
}
</style>
background-color css
<style>
a { background-color: #CA91C0; }
a { background-color: rgb(202,145,192); }
div.DivClassName
{
background-color: #CA91C0;
}
.BgClassName
{
background-color: #CA91C0;
}
</style>
border-color css
<style>
span { border-color: #CA91C0; }
span { border-color: rgb(202,145,192); }
td.TdClassName
{
border-color: #CA91C0;
}
.TagClassName
{
border-color: #CA91C0;
}
</style>