Shades of Lily #C58BB9
Tints of Lily #C58BB9
RGB
CMYK
RGB Variations
Color information
#C58BB9 (or 0xC58BB9) is known color: Lily. HEX triplet: C5, 8B and B9. RGB value is (197,139,185). Sum of RGB (Red+Green+Blue) = 197+139+185=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BB9 is #3A7446. Grayscale: #A1A1A1. Windows color (decimal): -3830855 or 12159941. OLE color: 12159941.
HSL color Cylindrical-coordinate representation of color #C58BB9: hue angle of 312.41º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58BB9 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 185 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.23 |
| HSL | 312.41º | 0.33% | 0.66% | - |
| HSV(B) | 312.41º | 0.29% | 0.77% | - |
| XYZ | 41.02 | 33.84 | 50.27 | - |
| YUV | 161.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 185 | 0 | 0.29 | 0.06 | 0.23 | 312.41 | 0.33 | 0.66 |
| Hex | C5 | 8B | B9 | 0 | 1D | 6 | 17 | 138 | 21 | 42 |
| Octal | 305 | 213 | 271 | 0 | 35 | 6 | 27 | 470 | 41 | 102 |
| Binary | 11000101 | 10001011 | 10111001 | 0 | 11101 | 110 | 10111 | 100111000 | 100001 | 1000010 |
Color Harmonies of #C58BB9
Complementary color
Monochromatic Colors of #C58BB9
Black with #C58BB9
Text Example
Text Example
White with #C58BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BB9; }
p { color: rgb(197,139,185); }
H1.HeaderClassName
{
color: #C58BB9;
}
.AnyTagClassName
{
color: #C58BB9;
}
</style>
background-color css
<style>
a { background-color: #C58BB9; }
a { background-color: rgb(197,139,185); }
div.DivClassName
{
background-color: #C58BB9;
}
.BgClassName
{
background-color: #C58BB9;
}
</style>
border-color css
<style>
span { border-color: #C58BB9; }
span { border-color: rgb(197,139,185); }
td.TdClassName
{
border-color: #C58BB9;
}
.TagClassName
{
border-color: #C58BB9;
}
</style>