Shades of Lilac #C59BC9
Tints of Lilac #C59BC9
RGB
CMYK
RGB Variations
Color information
#C59BC9 (or 0xC59BC9) is known color: Lilac. HEX triplet: C5, 9B and C9. RGB value is (197,155,201). Sum of RGB (Red+Green+Blue) = 197+155+201=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 201 - color contains mainly: blue. Hex color #C59BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BC9 is #3A6436. Grayscale: #ACACAC. Windows color (decimal): -3826743 or 13212613. OLE color: 13212613.
HSL color Cylindrical-coordinate representation of color #C59BC9: hue angle of 294.78º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C59BC9 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 155 | 201 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.21 |
| HSL | 294.78º | 0.3% | 0.7% | - |
| HSV(B) | 294.78º | 0.23% | 0.79% | - |
| XYZ | 45.29 | 39.53 | 60.5 | - |
| YUV | 172.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 201 | 0.02 | 0.23 | 0 | 0.21 | 294.78 | 0.3 | 0.7 |
| Hex | C5 | 9B | C9 | 2 | 17 | 0 | 15 | 127 | 1E | 46 |
| Octal | 305 | 233 | 311 | 2 | 27 | 0 | 25 | 447 | 36 | 106 |
| Binary | 11000101 | 10011011 | 11001001 | 10 | 10111 | 0 | 10101 | 100100111 | 11110 | 1000110 |
Color Harmonies of #C59BC9
Complementary color
Monochromatic Colors of #C59BC9
Black with #C59BC9
Text Example
Text Example
White with #C59BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BC9; }
p { color: rgb(197,155,201); }
H1.HeaderClassName
{
color: #C59BC9;
}
.AnyTagClassName
{
color: #C59BC9;
}
</style>
background-color css
<style>
a { background-color: #C59BC9; }
a { background-color: rgb(197,155,201); }
div.DivClassName
{
background-color: #C59BC9;
}
.BgClassName
{
background-color: #C59BC9;
}
</style>
border-color css
<style>
span { border-color: #C59BC9; }
span { border-color: rgb(197,155,201); }
td.TdClassName
{
border-color: #C59BC9;
}
.TagClassName
{
border-color: #C59BC9;
}
</style>