Shades of Lilac #C59BBE
Tints of Lilac #C59BBE
RGB
CMYK
RGB Variations
Color information
#C59BBE (or 0xC59BBE) is known color: Lilac. HEX triplet: C5, 9B and BE. RGB value is (197,155,190). Sum of RGB (Red+Green+Blue) = 197+155+190=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 197 - color contains mainly: red. Hex color #C59BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BBE is #3A6441. Grayscale: #ABABAB. Windows color (decimal): -3826754 or 12491717. OLE color: 12491717.
HSL color Cylindrical-coordinate representation of color #C59BBE: hue angle of 310º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C59BBE is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 190 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.23 |
| HSL | 310º | 0.27% | 0.69% | - |
| HSV(B) | 310º | 0.21% | 0.77% | - |
| XYZ | 44.04 | 39.03 | 53.93 | - |
| YUV | 171.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 190 | 0 | 0.21 | 0.04 | 0.23 | 310 | 0.27 | 0.69 |
| Hex | C5 | 9B | BE | 0 | 15 | 4 | 17 | 136 | 1B | 45 |
| Octal | 305 | 233 | 276 | 0 | 25 | 4 | 27 | 466 | 33 | 105 |
| Binary | 11000101 | 10011011 | 10111110 | 0 | 10101 | 100 | 10111 | 100110110 | 11011 | 1000101 |
Color Harmonies of #C59BBE
Complementary color
Monochromatic Colors of #C59BBE
Black with #C59BBE
Text Example
Text Example
White with #C59BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BBE; }
p { color: rgb(197,155,190); }
H1.HeaderClassName
{
color: #C59BBE;
}
.AnyTagClassName
{
color: #C59BBE;
}
</style>
background-color css
<style>
a { background-color: #C59BBE; }
a { background-color: rgb(197,155,190); }
div.DivClassName
{
background-color: #C59BBE;
}
.BgClassName
{
background-color: #C59BBE;
}
</style>
border-color css
<style>
span { border-color: #C59BBE; }
span { border-color: rgb(197,155,190); }
td.TdClassName
{
border-color: #C59BBE;
}
.TagClassName
{
border-color: #C59BBE;
}
</style>