Shades of Lilac #CA96CF
Tints of Lilac #CA96CF
RGB
CMYK
RGB Variations
Color information
#CA96CF (or 0xCA96CF) is known color: Lilac. HEX triplet: CA, 96 and CF. RGB value is (202,150,207). Sum of RGB (Red+Green+Blue) = 202+150+207=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA96CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96CF is #356930. Grayscale: #ABABAB. Windows color (decimal): -3500337 or 13604554. OLE color: 13604554.
HSL color Cylindrical-coordinate representation of color #CA96CF: hue angle of 294.74º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA96CF is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 150 | 207 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.19 |
| HSL | 294.74º | 0.37% | 0.7% | - |
| HSV(B) | 294.74º | 0.28% | 0.81% | - |
| XYZ | 46.53 | 38.87 | 64.08 | - |
| YUV | 172.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 207 | 0.02 | 0.28 | 0 | 0.19 | 294.74 | 0.37 | 0.7 |
| Hex | CA | 96 | CF | 2 | 1C | 0 | 13 | 127 | 25 | 46 |
| Octal | 312 | 226 | 317 | 2 | 34 | 0 | 23 | 447 | 45 | 106 |
| Binary | 11001010 | 10010110 | 11001111 | 10 | 11100 | 0 | 10011 | 100100111 | 100101 | 1000110 |
Color Harmonies of #CA96CF
Complementary color
Monochromatic Colors of #CA96CF
Black with #CA96CF
Text Example
Text Example
White with #CA96CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA96CF; }
p { color: rgb(202,150,207); }
H1.HeaderClassName
{
color: #CA96CF;
}
.AnyTagClassName
{
color: #CA96CF;
}
</style>
background-color css
<style>
a { background-color: #CA96CF; }
a { background-color: rgb(202,150,207); }
div.DivClassName
{
background-color: #CA96CF;
}
.BgClassName
{
background-color: #CA96CF;
}
</style>
border-color css
<style>
span { border-color: #CA96CF; }
span { border-color: rgb(202,150,207); }
td.TdClassName
{
border-color: #CA96CF;
}
.TagClassName
{
border-color: #CA96CF;
}
</style>