Shades of Lilac #CA95C0
Tints of Lilac #CA95C0
RGB
CMYK
RGB Variations
Color information
#CA95C0 (or 0xCA95C0) is known color: Lilac. HEX triplet: CA, 95 and C0. RGB value is (202,149,192). Sum of RGB (Red+Green+Blue) = 202+149+192=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CA95C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA95C0 is #356A3F. Grayscale: #A9A9A9. Windows color (decimal): -3500608 or 12621258. OLE color: 12621258.
HSL color Cylindrical-coordinate representation of color #CA95C0: hue angle of 311.32º 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 #CA95C0 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 192 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.21 |
| HSL | 311.32º | 0.33% | 0.69% | - |
| HSV(B) | 311.32º | 0.26% | 0.79% | - |
| XYZ | 44.62 | 37.86 | 54.82 | - |
| YUV | 169.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 192 | 0 | 0.26 | 0.05 | 0.21 | 311.32 | 0.33 | 0.69 |
| Hex | CA | 95 | C0 | 0 | 1A | 5 | 15 | 137 | 21 | 45 |
| Octal | 312 | 225 | 300 | 0 | 32 | 5 | 25 | 467 | 41 | 105 |
| Binary | 11001010 | 10010101 | 11000000 | 0 | 11010 | 101 | 10101 | 100110111 | 100001 | 1000101 |
Color Harmonies of #CA95C0
Complementary color
Monochromatic Colors of #CA95C0
Black with #CA95C0
Text Example
Text Example
White with #CA95C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA95C0; }
p { color: rgb(202,149,192); }
H1.HeaderClassName
{
color: #CA95C0;
}
.AnyTagClassName
{
color: #CA95C0;
}
</style>
background-color css
<style>
a { background-color: #CA95C0; }
a { background-color: rgb(202,149,192); }
div.DivClassName
{
background-color: #CA95C0;
}
.BgClassName
{
background-color: #CA95C0;
}
</style>
border-color css
<style>
span { border-color: #CA95C0; }
span { border-color: rgb(202,149,192); }
td.TdClassName
{
border-color: #CA95C0;
}
.TagClassName
{
border-color: #CA95C0;
}
</style>