Shades of Lily #C59EB5
Tints of Lily #C59EB5
RGB
CMYK
RGB Variations
Color information
#C59EB5 (or 0xC59EB5) is known color: Lily. HEX triplet: C5, 9E and B5. RGB value is (197,158,181). Sum of RGB (Red+Green+Blue) = 197+158+181=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 197 - color contains mainly: red. Hex color #C59EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59EB5 is #3A614A. Grayscale: #ACACAC. Windows color (decimal): -3825995 or 11902661. OLE color: 11902661.
HSL color Cylindrical-coordinate representation of color #C59EB5: hue angle of 324.62º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C59EB5 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 158 | 181 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.23 |
| HSL | 324.62º | 0.25% | 0.7% | - |
| HSV(B) | 324.62º | 0.2% | 0.77% | - |
| XYZ | 43.59 | 39.66 | 49.07 | - |
| YUV | 172.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 181 | 0 | 0.20 | 0.08 | 0.23 | 324.62 | 0.25 | 0.7 |
| Hex | C5 | 9E | B5 | 0 | 14 | 8 | 17 | 145 | 19 | 46 |
| Octal | 305 | 236 | 265 | 0 | 24 | 10 | 27 | 505 | 31 | 106 |
| Binary | 11000101 | 10011110 | 10110101 | 0 | 10100 | 1000 | 10111 | 101000101 | 11001 | 1000110 |
Color Harmonies of #C59EB5
Complementary color
Monochromatic Colors of #C59EB5
Black with #C59EB5
Text Example
Text Example
White with #C59EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59EB5; }
p { color: rgb(197,158,181); }
H1.HeaderClassName
{
color: #C59EB5;
}
.AnyTagClassName
{
color: #C59EB5;
}
</style>
background-color css
<style>
a { background-color: #C59EB5; }
a { background-color: rgb(197,158,181); }
div.DivClassName
{
background-color: #C59EB5;
}
.BgClassName
{
background-color: #C59EB5;
}
</style>
border-color css
<style>
span { border-color: #C59EB5; }
span { border-color: rgb(197,158,181); }
td.TdClassName
{
border-color: #C59EB5;
}
.TagClassName
{
border-color: #C59EB5;
}
</style>