Shades of Lilac #CA85C5
Tints of Lilac #CA85C5
RGB
CMYK
RGB Variations
Color information
#CA85C5 (or 0xCA85C5) is known color: Lilac. HEX triplet: CA, 85 and C5. RGB value is (202,133,197). Sum of RGB (Red+Green+Blue) = 202+133+197=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85C5 is #357A3A. Grayscale: #A0A0A0. Windows color (decimal): -3504699 or 12944842. OLE color: 12944842.
HSL color Cylindrical-coordinate representation of color #CA85C5: hue angle of 304.35º 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 #CA85C5 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 197 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.21 |
| HSL | 304.35º | 0.39% | 0.66% | - |
| HSV(B) | 304.35º | 0.34% | 0.79% | - |
| XYZ | 42.82 | 33.36 | 57.01 | - |
| YUV | 160.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 197 | 0 | 0.34 | 0.02 | 0.21 | 304.35 | 0.39 | 0.66 |
| Hex | CA | 85 | C5 | 0 | 22 | 2 | 15 | 130 | 27 | 42 |
| Octal | 312 | 205 | 305 | 0 | 42 | 2 | 25 | 460 | 47 | 102 |
| Binary | 11001010 | 10000101 | 11000101 | 0 | 100010 | 10 | 10101 | 100110000 | 100111 | 1000010 |
Color Harmonies of #CA85C5
Complementary color
Monochromatic Colors of #CA85C5
Black with #CA85C5
Text Example
Text Example
White with #CA85C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85C5; }
p { color: rgb(202,133,197); }
H1.HeaderClassName
{
color: #CA85C5;
}
.AnyTagClassName
{
color: #CA85C5;
}
</style>
background-color css
<style>
a { background-color: #CA85C5; }
a { background-color: rgb(202,133,197); }
div.DivClassName
{
background-color: #CA85C5;
}
.BgClassName
{
background-color: #CA85C5;
}
</style>
border-color css
<style>
span { border-color: #CA85C5; }
span { border-color: rgb(202,133,197); }
td.TdClassName
{
border-color: #CA85C5;
}
.TagClassName
{
border-color: #CA85C5;
}
</style>