Shades of Lilac #C58DC8
Tints of Lilac #C58DC8
RGB
CMYK
RGB Variations
Color information
#C58DC8 (or 0xC58DC8) is known color: Lilac. HEX triplet: C5, 8D and C8. RGB value is (197,141,200). Sum of RGB (Red+Green+Blue) = 197+141+200=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 200 - color contains mainly: blue. Hex color #C58DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DC8 is #3A7237. Grayscale: #A4A4A4. Windows color (decimal): -3830328 or 13143493. OLE color: 13143493.
HSL color Cylindrical-coordinate representation of color #C58DC8: hue angle of 296.95º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58DC8 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 141 | 200 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.22 |
| HSL | 296.95º | 0.35% | 0.67% | - |
| HSV(B) | 296.95º | 0.3% | 0.78% | - |
| XYZ | 42.98 | 35.09 | 59.15 | - |
| YUV | 164.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 200 | 0.02 | 0.29 | 0 | 0.22 | 296.95 | 0.35 | 0.67 |
| Hex | C5 | 8D | C8 | 2 | 1D | 0 | 16 | 129 | 23 | 43 |
| Octal | 305 | 215 | 310 | 2 | 35 | 0 | 26 | 451 | 43 | 103 |
| Binary | 11000101 | 10001101 | 11001000 | 10 | 11101 | 0 | 10110 | 100101001 | 100011 | 1000011 |
Color Harmonies of #C58DC8
Complementary color
Monochromatic Colors of #C58DC8
Black with #C58DC8
Text Example
Text Example
White with #C58DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58DC8; }
p { color: rgb(197,141,200); }
H1.HeaderClassName
{
color: #C58DC8;
}
.AnyTagClassName
{
color: #C58DC8;
}
</style>
background-color css
<style>
a { background-color: #C58DC8; }
a { background-color: rgb(197,141,200); }
div.DivClassName
{
background-color: #C58DC8;
}
.BgClassName
{
background-color: #C58DC8;
}
</style>
border-color css
<style>
span { border-color: #C58DC8; }
span { border-color: rgb(197,141,200); }
td.TdClassName
{
border-color: #C58DC8;
}
.TagClassName
{
border-color: #C58DC8;
}
</style>