Shades of Lilac #CA96BF
Tints of Lilac #CA96BF
RGB
CMYK
RGB Variations
Color information
#CA96BF (or 0xCA96BF) is known color: Lilac. HEX triplet: CA, 96 and BF. RGB value is (202,150,191). Sum of RGB (Red+Green+Blue) = 202+150+191=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CA96BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96BF is #356940. Grayscale: #AAAAAA. Windows color (decimal): -3500353 or 12555978. OLE color: 12555978.
HSL color Cylindrical-coordinate representation of color #CA96BF: hue angle of 312.69º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA96BF is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 191 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.21 |
| HSL | 312.69º | 0.33% | 0.69% | - |
| HSV(B) | 312.69º | 0.26% | 0.79% | - |
| XYZ | 44.67 | 38.13 | 54.3 | - |
| YUV | 170.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 191 | 0 | 0.26 | 0.05 | 0.21 | 312.69 | 0.33 | 0.69 |
| Hex | CA | 96 | BF | 0 | 1A | 5 | 15 | 139 | 21 | 45 |
| Octal | 312 | 226 | 277 | 0 | 32 | 5 | 25 | 471 | 41 | 105 |
| Binary | 11001010 | 10010110 | 10111111 | 0 | 11010 | 101 | 10101 | 100111001 | 100001 | 1000101 |
Color Harmonies of #CA96BF
Complementary color
Monochromatic Colors of #CA96BF
Black with #CA96BF
Text Example
Text Example
White with #CA96BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA96BF; }
p { color: rgb(202,150,191); }
H1.HeaderClassName
{
color: #CA96BF;
}
.AnyTagClassName
{
color: #CA96BF;
}
</style>
background-color css
<style>
a { background-color: #CA96BF; }
a { background-color: rgb(202,150,191); }
div.DivClassName
{
background-color: #CA96BF;
}
.BgClassName
{
background-color: #CA96BF;
}
</style>
border-color css
<style>
span { border-color: #CA96BF; }
span { border-color: rgb(202,150,191); }
td.TdClassName
{
border-color: #CA96BF;
}
.TagClassName
{
border-color: #CA96BF;
}
</style>