Shades of Lilac #C588C8
Tints of Lilac #C588C8
RGB
CMYK
RGB Variations
Color information
#C588C8 (or 0xC588C8) is known color: Lilac. HEX triplet: C5, 88 and C8. RGB value is (197,136,200). Sum of RGB (Red+Green+Blue) = 197+136+200=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 200 - color contains mainly: blue. Hex color #C588C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C588C8 is #3A7737. Grayscale: #A1A1A1. Windows color (decimal): -3831608 or 13142213. OLE color: 13142213.
HSL color Cylindrical-coordinate representation of color #C588C8: hue angle of 297.19º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C588C8 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 136 | 200 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.22 |
| HSL | 297.19º | 0.37% | 0.66% | - |
| HSV(B) | 297.19º | 0.32% | 0.78% | - |
| XYZ | 42.26 | 33.65 | 58.91 | - |
| YUV | 161.54 | 149.71 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 200 | 0.02 | 0.32 | 0 | 0.22 | 297.19 | 0.37 | 0.66 |
| Hex | C5 | 88 | C8 | 2 | 20 | 0 | 16 | 129 | 25 | 42 |
| Octal | 305 | 210 | 310 | 2 | 40 | 0 | 26 | 451 | 45 | 102 |
| Binary | 11000101 | 10001000 | 11001000 | 10 | 100000 | 0 | 10110 | 100101001 | 100101 | 1000010 |
Color Harmonies of #C588C8
Complementary color
Monochromatic Colors of #C588C8
Black with #C588C8
Text Example
Text Example
White with #C588C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C588C8; }
p { color: rgb(197,136,200); }
H1.HeaderClassName
{
color: #C588C8;
}
.AnyTagClassName
{
color: #C588C8;
}
</style>
background-color css
<style>
a { background-color: #C588C8; }
a { background-color: rgb(197,136,200); }
div.DivClassName
{
background-color: #C588C8;
}
.BgClassName
{
background-color: #C588C8;
}
</style>
border-color css
<style>
span { border-color: #C588C8; }
span { border-color: rgb(197,136,200); }
td.TdClassName
{
border-color: #C588C8;
}
.TagClassName
{
border-color: #C588C8;
}
</style>