Shades of Lilac #CA85C2
Tints of Lilac #CA85C2
RGB
CMYK
RGB Variations
Color information
#CA85C2 (or 0xCA85C2) is known color: Lilac. HEX triplet: CA, 85 and C2. RGB value is (202,133,194). Sum of RGB (Red+Green+Blue) = 202+133+194=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85C2 is #357A3D. Grayscale: #A0A0A0. Windows color (decimal): -3504702 or 12748234. OLE color: 12748234.
HSL color Cylindrical-coordinate representation of color #CA85C2: hue angle of 306.96º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA85C2 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 194 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.21 |
| HSL | 306.96º | 0.39% | 0.66% | - |
| HSV(B) | 306.96º | 0.34% | 0.79% | - |
| XYZ | 42.48 | 33.23 | 55.21 | - |
| YUV | 160.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 194 | 0 | 0.34 | 0.04 | 0.21 | 306.96 | 0.39 | 0.66 |
| Hex | CA | 85 | C2 | 0 | 22 | 4 | 15 | 133 | 27 | 42 |
| Octal | 312 | 205 | 302 | 0 | 42 | 4 | 25 | 463 | 47 | 102 |
| Binary | 11001010 | 10000101 | 11000010 | 0 | 100010 | 100 | 10101 | 100110011 | 100111 | 1000010 |
Color Harmonies of #CA85C2
Complementary color
Monochromatic Colors of #CA85C2
Black with #CA85C2
Text Example
Text Example
White with #CA85C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85C2; }
p { color: rgb(202,133,194); }
H1.HeaderClassName
{
color: #CA85C2;
}
.AnyTagClassName
{
color: #CA85C2;
}
</style>
background-color css
<style>
a { background-color: #CA85C2; }
a { background-color: rgb(202,133,194); }
div.DivClassName
{
background-color: #CA85C2;
}
.BgClassName
{
background-color: #CA85C2;
}
</style>
border-color css
<style>
span { border-color: #CA85C2; }
span { border-color: rgb(202,133,194); }
td.TdClassName
{
border-color: #CA85C2;
}
.TagClassName
{
border-color: #CA85C2;
}
</style>