Shades of Lilac #C58ECA
Tints of Lilac #C58ECA
RGB
CMYK
RGB Variations
Color information
#C58ECA (or 0xC58ECA) is known color: Lilac. HEX triplet: C5, 8E and CA. RGB value is (197,142,202). Sum of RGB (Red+Green+Blue) = 197+142+202=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #C58ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ECA is #3A7135. Grayscale: #A5A5A5. Windows color (decimal): -3830070 or 13274821. OLE color: 13274821.
HSL color Cylindrical-coordinate representation of color #C58ECA: hue angle of 295º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58ECA is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 142 | 202 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.21 |
| HSL | 295º | 0.36% | 0.67% | - |
| HSV(B) | 295º | 0.3% | 0.79% | - |
| XYZ | 43.36 | 35.48 | 60.44 | - |
| YUV | 165.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 202 | 0.02 | 0.30 | 0 | 0.21 | 295 | 0.36 | 0.67 |
| Hex | C5 | 8E | CA | 2 | 1E | 0 | 15 | 127 | 24 | 43 |
| Octal | 305 | 216 | 312 | 2 | 36 | 0 | 25 | 447 | 44 | 103 |
| Binary | 11000101 | 10001110 | 11001010 | 10 | 11110 | 0 | 10101 | 100100111 | 100100 | 1000011 |
Color Harmonies of #C58ECA
Complementary color
Monochromatic Colors of #C58ECA
Black with #C58ECA
Text Example
Text Example
White with #C58ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58ECA; }
p { color: rgb(197,142,202); }
H1.HeaderClassName
{
color: #C58ECA;
}
.AnyTagClassName
{
color: #C58ECA;
}
</style>
background-color css
<style>
a { background-color: #C58ECA; }
a { background-color: rgb(197,142,202); }
div.DivClassName
{
background-color: #C58ECA;
}
.BgClassName
{
background-color: #C58ECA;
}
</style>
border-color css
<style>
span { border-color: #C58ECA; }
span { border-color: rgb(197,142,202); }
td.TdClassName
{
border-color: #C58ECA;
}
.TagClassName
{
border-color: #C58ECA;
}
</style>