Shades of Lilac #CA85C6
Tints of Lilac #CA85C6
RGB
CMYK
RGB Variations
Color information
#CA85C6 (or 0xCA85C6) is known color: Lilac. HEX triplet: CA, 85 and C6. RGB value is (202,133,198). Sum of RGB (Red+Green+Blue) = 202+133+198=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85C6 is #357A39. Grayscale: #A0A0A0. Windows color (decimal): -3504698 or 13010378. OLE color: 13010378.
HSL color Cylindrical-coordinate representation of color #CA85C6: hue angle of 303.48º 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 #CA85C6 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 198 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.21 |
| HSL | 303.48º | 0.39% | 0.66% | - |
| HSV(B) | 303.48º | 0.34% | 0.79% | - |
| XYZ | 42.94 | 33.41 | 57.61 | - |
| YUV | 161.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 198 | 0 | 0.34 | 0.02 | 0.21 | 303.48 | 0.39 | 0.66 |
| Hex | CA | 85 | C6 | 0 | 22 | 2 | 15 | 12F | 27 | 42 |
| Octal | 312 | 205 | 306 | 0 | 42 | 2 | 25 | 457 | 47 | 102 |
| Binary | 11001010 | 10000101 | 11000110 | 0 | 100010 | 10 | 10101 | 100101111 | 100111 | 1000010 |
Color Harmonies of #CA85C6
Complementary color
Monochromatic Colors of #CA85C6
Black with #CA85C6
Text Example
Text Example
White with #CA85C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85C6; }
p { color: rgb(202,133,198); }
H1.HeaderClassName
{
color: #CA85C6;
}
.AnyTagClassName
{
color: #CA85C6;
}
</style>
background-color css
<style>
a { background-color: #CA85C6; }
a { background-color: rgb(202,133,198); }
div.DivClassName
{
background-color: #CA85C6;
}
.BgClassName
{
background-color: #CA85C6;
}
</style>
border-color css
<style>
span { border-color: #CA85C6; }
span { border-color: rgb(202,133,198); }
td.TdClassName
{
border-color: #CA85C6;
}
.TagClassName
{
border-color: #CA85C6;
}
</style>