Shades of Lilac #CA95C2
Tints of Lilac #CA95C2
RGB
CMYK
RGB Variations
Color information
#CA95C2 (or 0xCA95C2) is known color: Lilac. HEX triplet: CA, 95 and C2. RGB value is (202,149,194). Sum of RGB (Red+Green+Blue) = 202+149+194=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CA95C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA95C2 is #356A3D. Grayscale: #A9A9A9. Windows color (decimal): -3500606 or 12752330. OLE color: 12752330.
HSL color Cylindrical-coordinate representation of color #CA95C2: hue angle of 309.06º 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 #CA95C2 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 194 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.21 |
| HSL | 309.06º | 0.33% | 0.69% | - |
| HSV(B) | 309.06º | 0.26% | 0.79% | - |
| XYZ | 44.84 | 37.95 | 56 | - |
| YUV | 169.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 194 | 0 | 0.26 | 0.04 | 0.21 | 309.06 | 0.33 | 0.69 |
| Hex | CA | 95 | C2 | 0 | 1A | 4 | 15 | 135 | 21 | 45 |
| Octal | 312 | 225 | 302 | 0 | 32 | 4 | 25 | 465 | 41 | 105 |
| Binary | 11001010 | 10010101 | 11000010 | 0 | 11010 | 100 | 10101 | 100110101 | 100001 | 1000101 |
Color Harmonies of #CA95C2
Complementary color
Monochromatic Colors of #CA95C2
Black with #CA95C2
Text Example
Text Example
White with #CA95C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA95C2; }
p { color: rgb(202,149,194); }
H1.HeaderClassName
{
color: #CA95C2;
}
.AnyTagClassName
{
color: #CA95C2;
}
</style>
background-color css
<style>
a { background-color: #CA95C2; }
a { background-color: rgb(202,149,194); }
div.DivClassName
{
background-color: #CA95C2;
}
.BgClassName
{
background-color: #CA95C2;
}
</style>
border-color css
<style>
span { border-color: #CA95C2; }
span { border-color: rgb(202,149,194); }
td.TdClassName
{
border-color: #CA95C2;
}
.TagClassName
{
border-color: #CA95C2;
}
</style>