Shades of Lily #C5A0BD
Tints of Lily #C5A0BD
RGB
CMYK
RGB Variations
Color information
#C5A0BD (or 0xC5A0BD) is known color: Lily. HEX triplet: C5, A0 and BD. RGB value is (197,160,189). Sum of RGB (Red+Green+Blue) = 197+160+189=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A0BD is #3A5F42. Grayscale: #AEAEAE. Windows color (decimal): -3825475 or 12427461. OLE color: 12427461.
HSL color Cylindrical-coordinate representation of color #C5A0BD: hue angle of 312.97º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5A0BD is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 189 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.23 |
| HSL | 312.97º | 0.24% | 0.7% | - |
| HSV(B) | 312.97º | 0.19% | 0.77% | - |
| XYZ | 44.78 | 40.69 | 53.64 | - |
| YUV | 174.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 189 | 0 | 0.19 | 0.04 | 0.23 | 312.97 | 0.24 | 0.7 |
| Hex | C5 | A0 | BD | 0 | 13 | 4 | 17 | 139 | 18 | 46 |
| Octal | 305 | 240 | 275 | 0 | 23 | 4 | 27 | 471 | 30 | 106 |
| Binary | 11000101 | 10100000 | 10111101 | 0 | 10011 | 100 | 10111 | 100111001 | 11000 | 1000110 |
Color Harmonies of #C5A0BD
Complementary color
Monochromatic Colors of #C5A0BD
Black with #C5A0BD
Text Example
Text Example
White with #C5A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A0BD; }
p { color: rgb(197,160,189); }
H1.HeaderClassName
{
color: #C5A0BD;
}
.AnyTagClassName
{
color: #C5A0BD;
}
</style>
background-color css
<style>
a { background-color: #C5A0BD; }
a { background-color: rgb(197,160,189); }
div.DivClassName
{
background-color: #C5A0BD;
}
.BgClassName
{
background-color: #C5A0BD;
}
</style>
border-color css
<style>
span { border-color: #C5A0BD; }
span { border-color: rgb(197,160,189); }
td.TdClassName
{
border-color: #C5A0BD;
}
.TagClassName
{
border-color: #C5A0BD;
}
</style>