Shades of Lilac #C58ECC
Tints of Lilac #C58ECC
RGB
CMYK
RGB Variations
Color information
#C58ECC (or 0xC58ECC) is known color: Lilac. HEX triplet: C5, 8E and CC. RGB value is (197,142,204). Sum of RGB (Red+Green+Blue) = 197+142+204=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #C58ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ECC is #3A7133. Grayscale: #A5A5A5. Windows color (decimal): -3830068 or 13405893. OLE color: 13405893.
HSL color Cylindrical-coordinate representation of color #C58ECC: hue angle of 293.23º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58ECC is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 142 | 204 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.2 |
| HSL | 293.23º | 0.38% | 0.68% | - |
| HSV(B) | 293.23º | 0.3% | 0.8% | - |
| XYZ | 43.6 | 35.58 | 61.7 | - |
| YUV | 165.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 204 | 0.03 | 0.30 | 0 | 0.2 | 293.23 | 0.38 | 0.68 |
| Hex | C5 | 8E | CC | 3 | 1E | 0 | 14 | 125 | 26 | 44 |
| Octal | 305 | 216 | 314 | 3 | 36 | 0 | 24 | 445 | 46 | 104 |
| Binary | 11000101 | 10001110 | 11001100 | 11 | 11110 | 0 | 10100 | 100100101 | 100110 | 1000100 |
Color Harmonies of #C58ECC
Complementary color
Monochromatic Colors of #C58ECC
Black with #C58ECC
Text Example
Text Example
White with #C58ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58ECC; }
p { color: rgb(197,142,204); }
H1.HeaderClassName
{
color: #C58ECC;
}
.AnyTagClassName
{
color: #C58ECC;
}
</style>
background-color css
<style>
a { background-color: #C58ECC; }
a { background-color: rgb(197,142,204); }
div.DivClassName
{
background-color: #C58ECC;
}
.BgClassName
{
background-color: #C58ECC;
}
</style>
border-color css
<style>
span { border-color: #C58ECC; }
span { border-color: rgb(197,142,204); }
td.TdClassName
{
border-color: #C58ECC;
}
.TagClassName
{
border-color: #C58ECC;
}
</style>