Shades of Lilac #C59BCB
Tints of Lilac #C59BCB
RGB
CMYK
RGB Variations
Color information
#C59BCB (or 0xC59BCB) is known color: Lilac. HEX triplet: C5, 9B and CB. RGB value is (197,155,203). Sum of RGB (Red+Green+Blue) = 197+155+203=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #C59BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BCB is #3A6434. Grayscale: #ACACAC. Windows color (decimal): -3826741 or 13343685. OLE color: 13343685.
HSL color Cylindrical-coordinate representation of color #C59BCB: hue angle of 292.5º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C59BCB is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 155 | 203 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.20 |
| HSL | 292.5º | 0.32% | 0.7% | - |
| HSV(B) | 292.5º | 0.24% | 0.8% | - |
| XYZ | 45.53 | 39.62 | 61.75 | - |
| YUV | 173.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 203 | 0.03 | 0.24 | 0 | 0.20 | 292.5 | 0.32 | 0.7 |
| Hex | C5 | 9B | CB | 3 | 18 | 0 | 14 | 124 | 20 | 46 |
| Octal | 305 | 233 | 313 | 3 | 30 | 0 | 24 | 444 | 40 | 106 |
| Binary | 11000101 | 10011011 | 11001011 | 11 | 11000 | 0 | 10100 | 100100100 | 100000 | 1000110 |
Color Harmonies of #C59BCB
Complementary color
Monochromatic Colors of #C59BCB
Black with #C59BCB
Text Example
Text Example
White with #C59BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BCB; }
p { color: rgb(197,155,203); }
H1.HeaderClassName
{
color: #C59BCB;
}
.AnyTagClassName
{
color: #C59BCB;
}
</style>
background-color css
<style>
a { background-color: #C59BCB; }
a { background-color: rgb(197,155,203); }
div.DivClassName
{
background-color: #C59BCB;
}
.BgClassName
{
background-color: #C59BCB;
}
</style>
border-color css
<style>
span { border-color: #C59BCB; }
span { border-color: rgb(197,155,203); }
td.TdClassName
{
border-color: #C59BCB;
}
.TagClassName
{
border-color: #C59BCB;
}
</style>