Shades of Lilac #CA85C7
Tints of Lilac #CA85C7
RGB
CMYK
RGB Variations
Color information
#CA85C7 (or 0xCA85C7) is known color: Lilac. HEX triplet: CA, 85 and C7. RGB value is (202,133,199). Sum of RGB (Red+Green+Blue) = 202+133+199=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85C7 is #357A38. Grayscale: #A0A0A0. Windows color (decimal): -3504697 or 13075914. OLE color: 13075914.
HSL color Cylindrical-coordinate representation of color #CA85C7: hue angle of 302.61º 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 #CA85C7 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 199 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.21 |
| HSL | 302.61º | 0.39% | 0.66% | - |
| HSV(B) | 302.61º | 0.34% | 0.79% | - |
| XYZ | 43.05 | 33.46 | 58.22 | - |
| YUV | 161.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 199 | 0 | 0.34 | 0.01 | 0.21 | 302.61 | 0.39 | 0.66 |
| Hex | CA | 85 | C7 | 0 | 22 | 1 | 15 | 12F | 27 | 42 |
| Octal | 312 | 205 | 307 | 0 | 42 | 1 | 25 | 457 | 47 | 102 |
| Binary | 11001010 | 10000101 | 11000111 | 0 | 100010 | 1 | 10101 | 100101111 | 100111 | 1000010 |
Color Harmonies of #CA85C7
Complementary color
Monochromatic Colors of #CA85C7
Black with #CA85C7
Text Example
Text Example
White with #CA85C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85C7; }
p { color: rgb(202,133,199); }
H1.HeaderClassName
{
color: #CA85C7;
}
.AnyTagClassName
{
color: #CA85C7;
}
</style>
background-color css
<style>
a { background-color: #CA85C7; }
a { background-color: rgb(202,133,199); }
div.DivClassName
{
background-color: #CA85C7;
}
.BgClassName
{
background-color: #CA85C7;
}
</style>
border-color css
<style>
span { border-color: #CA85C7; }
span { border-color: rgb(202,133,199); }
td.TdClassName
{
border-color: #CA85C7;
}
.TagClassName
{
border-color: #CA85C7;
}
</style>