Shades of Lilac #C588C0
Tints of Lilac #C588C0
RGB
CMYK
RGB Variations
Color information
#C588C0 (or 0xC588C0) is known color: Lilac. HEX triplet: C5, 88 and C0. RGB value is (197,136,192). Sum of RGB (Red+Green+Blue) = 197+136+192=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C588C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C588C0 is #3A773F. Grayscale: #A0A0A0. Windows color (decimal): -3831616 or 12617925. OLE color: 12617925.
HSL color Cylindrical-coordinate representation of color #C588C0: hue angle of 304.92º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C588C0 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 192 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.23 |
| HSL | 304.92º | 0.34% | 0.65% | - |
| HSV(B) | 304.92º | 0.31% | 0.77% | - |
| XYZ | 41.34 | 33.28 | 54.11 | - |
| YUV | 160.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 192 | 0 | 0.31 | 0.03 | 0.23 | 304.92 | 0.34 | 0.65 |
| Hex | C5 | 88 | C0 | 0 | 1F | 3 | 17 | 131 | 22 | 41 |
| Octal | 305 | 210 | 300 | 0 | 37 | 3 | 27 | 461 | 42 | 101 |
| Binary | 11000101 | 10001000 | 11000000 | 0 | 11111 | 11 | 10111 | 100110001 | 100010 | 1000001 |
Color Harmonies of #C588C0
Complementary color
Monochromatic Colors of #C588C0
Black with #C588C0
Text Example
Text Example
White with #C588C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C588C0; }
p { color: rgb(197,136,192); }
H1.HeaderClassName
{
color: #C588C0;
}
.AnyTagClassName
{
color: #C588C0;
}
</style>
background-color css
<style>
a { background-color: #C588C0; }
a { background-color: rgb(197,136,192); }
div.DivClassName
{
background-color: #C588C0;
}
.BgClassName
{
background-color: #C588C0;
}
</style>
border-color css
<style>
span { border-color: #C588C0; }
span { border-color: rgb(197,136,192); }
td.TdClassName
{
border-color: #C588C0;
}
.TagClassName
{
border-color: #C588C0;
}
</style>