Shades of Lilac #CA83C0
Tints of Lilac #CA83C0
RGB
CMYK
RGB Variations
Color information
#CA83C0 (or 0xCA83C0) is known color: Lilac. HEX triplet: CA, 83 and C0. RGB value is (202,131,192). Sum of RGB (Red+Green+Blue) = 202+131+192=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA83C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83C0 is #357C3F. Grayscale: #9F9F9F. Windows color (decimal): -3505216 or 12616650. OLE color: 12616650.
HSL color Cylindrical-coordinate representation of color #CA83C0: hue angle of 308.45º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA83C0 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 131 | 192 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.21 |
| HSL | 308.45º | 0.4% | 0.65% | - |
| HSV(B) | 308.45º | 0.35% | 0.79% | - |
| XYZ | 41.99 | 32.59 | 53.95 | - |
| YUV | 159.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 192 | 0 | 0.35 | 0.05 | 0.21 | 308.45 | 0.4 | 0.65 |
| Hex | CA | 83 | C0 | 0 | 23 | 5 | 15 | 134 | 28 | 41 |
| Octal | 312 | 203 | 300 | 0 | 43 | 5 | 25 | 464 | 50 | 101 |
| Binary | 11001010 | 10000011 | 11000000 | 0 | 100011 | 101 | 10101 | 100110100 | 101000 | 1000001 |
Color Harmonies of #CA83C0
Complementary color
Monochromatic Colors of #CA83C0
Black with #CA83C0
Text Example
Text Example
White with #CA83C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA83C0; }
p { color: rgb(202,131,192); }
H1.HeaderClassName
{
color: #CA83C0;
}
.AnyTagClassName
{
color: #CA83C0;
}
</style>
background-color css
<style>
a { background-color: #CA83C0; }
a { background-color: rgb(202,131,192); }
div.DivClassName
{
background-color: #CA83C0;
}
.BgClassName
{
background-color: #CA83C0;
}
</style>
border-color css
<style>
span { border-color: #CA83C0; }
span { border-color: rgb(202,131,192); }
td.TdClassName
{
border-color: #CA83C0;
}
.TagClassName
{
border-color: #CA83C0;
}
</style>