Shades of Lilac #C59DC8
Tints of Lilac #C59DC8
RGB
CMYK
RGB Variations
Color information
#C59DC8 (or 0xC59DC8) is known color: Lilac. HEX triplet: C5, 9D and C8. RGB value is (197,157,200). Sum of RGB (Red+Green+Blue) = 197+157+200=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 200 - color contains mainly: blue. Hex color #C59DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59DC8 is #3A6237. Grayscale: #ADADAD. Windows color (decimal): -3826232 or 13147589. OLE color: 13147589.
HSL color Cylindrical-coordinate representation of color #C59DC8: hue angle of 295.81º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C59DC8 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 157 | 200 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.22 |
| HSL | 295.81º | 0.28% | 0.7% | - |
| HSV(B) | 295.81º | 0.22% | 0.78% | - |
| XYZ | 45.51 | 40.15 | 60 | - |
| YUV | 173.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 200 | 0.02 | 0.22 | 0 | 0.22 | 295.81 | 0.28 | 0.7 |
| Hex | C5 | 9D | C8 | 2 | 16 | 0 | 16 | 128 | 1C | 46 |
| Octal | 305 | 235 | 310 | 2 | 26 | 0 | 26 | 450 | 34 | 106 |
| Binary | 11000101 | 10011101 | 11001000 | 10 | 10110 | 0 | 10110 | 100101000 | 11100 | 1000110 |
Color Harmonies of #C59DC8
Complementary color
Monochromatic Colors of #C59DC8
Black with #C59DC8
Text Example
Text Example
White with #C59DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59DC8; }
p { color: rgb(197,157,200); }
H1.HeaderClassName
{
color: #C59DC8;
}
.AnyTagClassName
{
color: #C59DC8;
}
</style>
background-color css
<style>
a { background-color: #C59DC8; }
a { background-color: rgb(197,157,200); }
div.DivClassName
{
background-color: #C59DC8;
}
.BgClassName
{
background-color: #C59DC8;
}
</style>
border-color css
<style>
span { border-color: #C59DC8; }
span { border-color: rgb(197,157,200); }
td.TdClassName
{
border-color: #C59DC8;
}
.TagClassName
{
border-color: #C59DC8;
}
</style>