Shades of Lily #C59DBC
Tints of Lily #C59DBC
RGB
CMYK
RGB Variations
Color information
#C59DBC (or 0xC59DBC) is known color: Lily. HEX triplet: C5, 9D and BC. RGB value is (197,157,188). Sum of RGB (Red+Green+Blue) = 197+157+188=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 197 - color contains mainly: red. Hex color #C59DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59DBC is #3A6243. Grayscale: #ACACAC. Windows color (decimal): -3826244 or 12361157. OLE color: 12361157.
HSL color Cylindrical-coordinate representation of color #C59DBC: hue angle of 313.5º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C59DBC is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 188 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.23 |
| HSL | 313.5º | 0.26% | 0.69% | - |
| HSV(B) | 313.5º | 0.2% | 0.77% | - |
| XYZ | 44.16 | 39.62 | 52.9 | - |
| YUV | 172.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 188 | 0 | 0.20 | 0.05 | 0.23 | 313.5 | 0.26 | 0.69 |
| Hex | C5 | 9D | BC | 0 | 14 | 5 | 17 | 13A | 1A | 45 |
| Octal | 305 | 235 | 274 | 0 | 24 | 5 | 27 | 472 | 32 | 105 |
| Binary | 11000101 | 10011101 | 10111100 | 0 | 10100 | 101 | 10111 | 100111010 | 11010 | 1000101 |
Color Harmonies of #C59DBC
Complementary color
Monochromatic Colors of #C59DBC
Black with #C59DBC
Text Example
Text Example
White with #C59DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59DBC; }
p { color: rgb(197,157,188); }
H1.HeaderClassName
{
color: #C59DBC;
}
.AnyTagClassName
{
color: #C59DBC;
}
</style>
background-color css
<style>
a { background-color: #C59DBC; }
a { background-color: rgb(197,157,188); }
div.DivClassName
{
background-color: #C59DBC;
}
.BgClassName
{
background-color: #C59DBC;
}
</style>
border-color css
<style>
span { border-color: #C59DBC; }
span { border-color: rgb(197,157,188); }
td.TdClassName
{
border-color: #C59DBC;
}
.TagClassName
{
border-color: #C59DBC;
}
</style>