Shades of Lilac #C59BCE
Tints of Lilac #C59BCE
RGB
CMYK
RGB Variations
Color information
#C59BCE (or 0xC59BCE) is known color: Lilac. HEX triplet: C5, 9B and CE. RGB value is (197,155,206). Sum of RGB (Red+Green+Blue) = 197+155+206=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #C59BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BCE is #3A6431. Grayscale: #ADADAD. Windows color (decimal): -3826738 or 13540293. OLE color: 13540293.
HSL color Cylindrical-coordinate representation of color #C59BCE: hue angle of 289.41º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C59BCE is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 155 | 206 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.19 |
| HSL | 289.41º | 0.34% | 0.71% | - |
| HSV(B) | 289.41º | 0.25% | 0.81% | - |
| XYZ | 45.89 | 39.77 | 63.65 | - |
| YUV | 173.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 206 | 0.04 | 0.25 | 0 | 0.19 | 289.41 | 0.34 | 0.71 |
| Hex | C5 | 9B | CE | 4 | 19 | 0 | 13 | 121 | 22 | 47 |
| Octal | 305 | 233 | 316 | 4 | 31 | 0 | 23 | 441 | 42 | 107 |
| Binary | 11000101 | 10011011 | 11001110 | 100 | 11001 | 0 | 10011 | 100100001 | 100010 | 1000111 |
Color Harmonies of #C59BCE
Complementary color
Monochromatic Colors of #C59BCE
Black with #C59BCE
Text Example
Text Example
White with #C59BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BCE; }
p { color: rgb(197,155,206); }
H1.HeaderClassName
{
color: #C59BCE;
}
.AnyTagClassName
{
color: #C59BCE;
}
</style>
background-color css
<style>
a { background-color: #C59BCE; }
a { background-color: rgb(197,155,206); }
div.DivClassName
{
background-color: #C59BCE;
}
.BgClassName
{
background-color: #C59BCE;
}
</style>
border-color css
<style>
span { border-color: #C59BCE; }
span { border-color: rgb(197,155,206); }
td.TdClassName
{
border-color: #C59BCE;
}
.TagClassName
{
border-color: #C59BCE;
}
</style>