Shades of Lilac #C58EBE
Tints of Lilac #C58EBE
RGB
CMYK
RGB Variations
Color information
#C58EBE (or 0xC58EBE) is known color: Lilac. HEX triplet: C5, 8E and BE. RGB value is (197,142,190). Sum of RGB (Red+Green+Blue) = 197+142+190=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C58EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58EBE is #3A7141. Grayscale: #A3A3A3. Windows color (decimal): -3830082 or 12488389. OLE color: 12488389.
HSL color Cylindrical-coordinate representation of color #C58EBE: hue angle of 307.64º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58EBE is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 190 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.23 |
| HSL | 307.64º | 0.32% | 0.66% | - |
| HSV(B) | 307.64º | 0.28% | 0.77% | - |
| XYZ | 41.99 | 34.93 | 53.24 | - |
| YUV | 163.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 190 | 0 | 0.28 | 0.04 | 0.23 | 307.64 | 0.32 | 0.66 |
| Hex | C5 | 8E | BE | 0 | 1C | 4 | 17 | 134 | 20 | 42 |
| Octal | 305 | 216 | 276 | 0 | 34 | 4 | 27 | 464 | 40 | 102 |
| Binary | 11000101 | 10001110 | 10111110 | 0 | 11100 | 100 | 10111 | 100110100 | 100000 | 1000010 |
Color Harmonies of #C58EBE
Complementary color
Monochromatic Colors of #C58EBE
Black with #C58EBE
Text Example
Text Example
White with #C58EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58EBE; }
p { color: rgb(197,142,190); }
H1.HeaderClassName
{
color: #C58EBE;
}
.AnyTagClassName
{
color: #C58EBE;
}
</style>
background-color css
<style>
a { background-color: #C58EBE; }
a { background-color: rgb(197,142,190); }
div.DivClassName
{
background-color: #C58EBE;
}
.BgClassName
{
background-color: #C58EBE;
}
</style>
border-color css
<style>
span { border-color: #C58EBE; }
span { border-color: rgb(197,142,190); }
td.TdClassName
{
border-color: #C58EBE;
}
.TagClassName
{
border-color: #C58EBE;
}
</style>