Shades of Lilac #CAA0CF
Tints of Lilac #CAA0CF
RGB
CMYK
RGB Variations
Color information
#CAA0CF (or 0xCAA0CF) is known color: Lilac. HEX triplet: CA, A0 and CF. RGB value is (202,160,207). Sum of RGB (Red+Green+Blue) = 202+160+207=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAA0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0CF is #355F30. Grayscale: #B1B1B1. Windows color (decimal): -3497777 or 13607114. OLE color: 13607114.
HSL color Cylindrical-coordinate representation of color #CAA0CF: hue angle of 293.62º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAA0CF is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 160 | 207 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.19 |
| HSL | 293.62º | 0.33% | 0.72% | - |
| HSV(B) | 293.62º | 0.23% | 0.81% | - |
| XYZ | 48.19 | 42.2 | 64.64 | - |
| YUV | 177.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 207 | 0.02 | 0.23 | 0 | 0.19 | 293.62 | 0.33 | 0.72 |
| Hex | CA | A0 | CF | 2 | 17 | 0 | 13 | 126 | 21 | 48 |
| Octal | 312 | 240 | 317 | 2 | 27 | 0 | 23 | 446 | 41 | 110 |
| Binary | 11001010 | 10100000 | 11001111 | 10 | 10111 | 0 | 10011 | 100100110 | 100001 | 1001000 |
Color Harmonies of #CAA0CF
Complementary color
Monochromatic Colors of #CAA0CF
Black with #CAA0CF
Text Example
Text Example
White with #CAA0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0CF; }
p { color: rgb(202,160,207); }
H1.HeaderClassName
{
color: #CAA0CF;
}
.AnyTagClassName
{
color: #CAA0CF;
}
</style>
background-color css
<style>
a { background-color: #CAA0CF; }
a { background-color: rgb(202,160,207); }
div.DivClassName
{
background-color: #CAA0CF;
}
.BgClassName
{
background-color: #CAA0CF;
}
</style>
border-color css
<style>
span { border-color: #CAA0CF; }
span { border-color: rgb(202,160,207); }
td.TdClassName
{
border-color: #CAA0CF;
}
.TagClassName
{
border-color: #CAA0CF;
}
</style>