Shades of Lilac #C59BCD
Tints of Lilac #C59BCD
RGB
CMYK
RGB Variations
Color information
#C59BCD (or 0xC59BCD) is known color: Lilac. HEX triplet: C5, 9B and CD. RGB value is (197,155,205). Sum of RGB (Red+Green+Blue) = 197+155+205=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #C59BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BCD is #3A6432. Grayscale: #ADADAD. Windows color (decimal): -3826739 or 13474757. OLE color: 13474757.
HSL color Cylindrical-coordinate representation of color #C59BCD: hue angle of 290.4º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C59BCD is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 155 | 205 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.20 |
| HSL | 290.4º | 0.33% | 0.71% | - |
| HSV(B) | 290.4º | 0.24% | 0.8% | - |
| XYZ | 45.77 | 39.72 | 63.01 | - |
| YUV | 173.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 205 | 0.04 | 0.24 | 0 | 0.20 | 290.4 | 0.33 | 0.71 |
| Hex | C5 | 9B | CD | 4 | 18 | 0 | 14 | 122 | 21 | 47 |
| Octal | 305 | 233 | 315 | 4 | 30 | 0 | 24 | 442 | 41 | 107 |
| Binary | 11000101 | 10011011 | 11001101 | 100 | 11000 | 0 | 10100 | 100100010 | 100001 | 1000111 |
Color Harmonies of #C59BCD
Complementary color
Monochromatic Colors of #C59BCD
Black with #C59BCD
Text Example
Text Example
White with #C59BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BCD; }
p { color: rgb(197,155,205); }
H1.HeaderClassName
{
color: #C59BCD;
}
.AnyTagClassName
{
color: #C59BCD;
}
</style>
background-color css
<style>
a { background-color: #C59BCD; }
a { background-color: rgb(197,155,205); }
div.DivClassName
{
background-color: #C59BCD;
}
.BgClassName
{
background-color: #C59BCD;
}
</style>
border-color css
<style>
span { border-color: #C59BCD; }
span { border-color: rgb(197,155,205); }
td.TdClassName
{
border-color: #C59BCD;
}
.TagClassName
{
border-color: #C59BCD;
}
</style>