Shades of Lilac #CA85C0
Tints of Lilac #CA85C0
RGB
CMYK
RGB Variations
Color information
#CA85C0 (or 0xCA85C0) is known color: Lilac. HEX triplet: CA, 85 and C0. RGB value is (202,133,192). Sum of RGB (Red+Green+Blue) = 202+133+192=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85C0 is #357A3F. Grayscale: #A0A0A0. Windows color (decimal): -3504704 or 12617162. OLE color: 12617162.
HSL color Cylindrical-coordinate representation of color #CA85C0: hue angle of 308.7º 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 #CA85C0 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 192 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.21 |
| HSL | 308.7º | 0.39% | 0.66% | - |
| HSV(B) | 308.7º | 0.34% | 0.79% | - |
| XYZ | 42.26 | 33.14 | 54.04 | - |
| YUV | 160.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 192 | 0 | 0.34 | 0.05 | 0.21 | 308.7 | 0.39 | 0.66 |
| Hex | CA | 85 | C0 | 0 | 22 | 5 | 15 | 135 | 27 | 42 |
| Octal | 312 | 205 | 300 | 0 | 42 | 5 | 25 | 465 | 47 | 102 |
| Binary | 11001010 | 10000101 | 11000000 | 0 | 100010 | 101 | 10101 | 100110101 | 100111 | 1000010 |
Color Harmonies of #CA85C0
Complementary color
Monochromatic Colors of #CA85C0
Black with #CA85C0
Text Example
Text Example
White with #CA85C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85C0; }
p { color: rgb(202,133,192); }
H1.HeaderClassName
{
color: #CA85C0;
}
.AnyTagClassName
{
color: #CA85C0;
}
</style>
background-color css
<style>
a { background-color: #CA85C0; }
a { background-color: rgb(202,133,192); }
div.DivClassName
{
background-color: #CA85C0;
}
.BgClassName
{
background-color: #CA85C0;
}
</style>
border-color css
<style>
span { border-color: #CA85C0; }
span { border-color: rgb(202,133,192); }
td.TdClassName
{
border-color: #CA85C0;
}
.TagClassName
{
border-color: #CA85C0;
}
</style>