Shades of Lilac #C59DC0
Tints of Lilac #C59DC0
RGB
CMYK
RGB Variations
Color information
#C59DC0 (or 0xC59DC0) is known color: Lilac. HEX triplet: C5, 9D and C0. RGB value is (197,157,192). Sum of RGB (Red+Green+Blue) = 197+157+192=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 197 - color contains mainly: red. Hex color #C59DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59DC0 is #3A623F. Grayscale: #ACACAC. Windows color (decimal): -3826240 or 12623301. OLE color: 12623301.
HSL color Cylindrical-coordinate representation of color #C59DC0: hue angle of 307.5º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C59DC0 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 192 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.23 |
| HSL | 307.5º | 0.26% | 0.69% | - |
| HSV(B) | 307.5º | 0.2% | 0.77% | - |
| XYZ | 44.6 | 39.79 | 55.2 | - |
| YUV | 172.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 192 | 0 | 0.20 | 0.03 | 0.23 | 307.5 | 0.26 | 0.69 |
| Hex | C5 | 9D | C0 | 0 | 14 | 3 | 17 | 134 | 1A | 45 |
| Octal | 305 | 235 | 300 | 0 | 24 | 3 | 27 | 464 | 32 | 105 |
| Binary | 11000101 | 10011101 | 11000000 | 0 | 10100 | 11 | 10111 | 100110100 | 11010 | 1000101 |
Color Harmonies of #C59DC0
Complementary color
Monochromatic Colors of #C59DC0
Black with #C59DC0
Text Example
Text Example
White with #C59DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59DC0; }
p { color: rgb(197,157,192); }
H1.HeaderClassName
{
color: #C59DC0;
}
.AnyTagClassName
{
color: #C59DC0;
}
</style>
background-color css
<style>
a { background-color: #C59DC0; }
a { background-color: rgb(197,157,192); }
div.DivClassName
{
background-color: #C59DC0;
}
.BgClassName
{
background-color: #C59DC0;
}
</style>
border-color css
<style>
span { border-color: #C59DC0; }
span { border-color: rgb(197,157,192); }
td.TdClassName
{
border-color: #C59DC0;
}
.TagClassName
{
border-color: #C59DC0;
}
</style>