Shades of Lilac #CAA5CF
Tints of Lilac #CAA5CF
RGB
CMYK
RGB Variations
Color information
#CAA5CF (or 0xCAA5CF) is known color: Lilac. HEX triplet: CA, A5 and CF. RGB value is (202,165,207). Sum of RGB (Red+Green+Blue) = 202+165+207=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAA5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5CF is #355A30. Grayscale: #B4B4B4. Windows color (decimal): -3496497 or 13608394. OLE color: 13608394.
HSL color Cylindrical-coordinate representation of color #CAA5CF: hue angle of 292.86º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA5CF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 165 | 207 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.19 |
| HSL | 292.86º | 0.3% | 0.73% | - |
| HSV(B) | 292.86º | 0.2% | 0.81% | - |
| XYZ | 49.07 | 43.97 | 64.93 | - |
| YUV | 180.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 207 | 0.02 | 0.20 | 0 | 0.19 | 292.86 | 0.3 | 0.73 |
| Hex | CA | A5 | CF | 2 | 14 | 0 | 13 | 125 | 1E | 49 |
| Octal | 312 | 245 | 317 | 2 | 24 | 0 | 23 | 445 | 36 | 111 |
| Binary | 11001010 | 10100101 | 11001111 | 10 | 10100 | 0 | 10011 | 100100101 | 11110 | 1001001 |
Color Harmonies of #CAA5CF
Complementary color
Monochromatic Colors of #CAA5CF
Black with #CAA5CF
Text Example
Text Example
White with #CAA5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA5CF; }
p { color: rgb(202,165,207); }
H1.HeaderClassName
{
color: #CAA5CF;
}
.AnyTagClassName
{
color: #CAA5CF;
}
</style>
background-color css
<style>
a { background-color: #CAA5CF; }
a { background-color: rgb(202,165,207); }
div.DivClassName
{
background-color: #CAA5CF;
}
.BgClassName
{
background-color: #CAA5CF;
}
</style>
border-color css
<style>
span { border-color: #CAA5CF; }
span { border-color: rgb(202,165,207); }
td.TdClassName
{
border-color: #CAA5CF;
}
.TagClassName
{
border-color: #CAA5CF;
}
</style>