Shades of Lily #C58FB9
Tints of Lily #C58FB9
RGB
CMYK
RGB Variations
Color information
#C58FB9 (or 0xC58FB9) is known color: Lily. HEX triplet: C5, 8F and B9. RGB value is (197,143,185). Sum of RGB (Red+Green+Blue) = 197+143+185=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C58FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FB9 is #3A7046. Grayscale: #A3A3A3. Windows color (decimal): -3829831 or 12160965. OLE color: 12160965.
HSL color Cylindrical-coordinate representation of color #C58FB9: hue angle of 313.33º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C58FB9 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 185 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.23 |
| HSL | 313.33º | 0.32% | 0.67% | - |
| HSV(B) | 313.33º | 0.27% | 0.77% | - |
| XYZ | 41.61 | 35.02 | 50.47 | - |
| YUV | 163.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 185 | 0 | 0.27 | 0.06 | 0.23 | 313.33 | 0.32 | 0.67 |
| Hex | C5 | 8F | B9 | 0 | 1B | 6 | 17 | 139 | 20 | 43 |
| Octal | 305 | 217 | 271 | 0 | 33 | 6 | 27 | 471 | 40 | 103 |
| Binary | 11000101 | 10001111 | 10111001 | 0 | 11011 | 110 | 10111 | 100111001 | 100000 | 1000011 |
Color Harmonies of #C58FB9
Complementary color
Monochromatic Colors of #C58FB9
Black with #C58FB9
Text Example
Text Example
White with #C58FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58FB9; }
p { color: rgb(197,143,185); }
H1.HeaderClassName
{
color: #C58FB9;
}
.AnyTagClassName
{
color: #C58FB9;
}
</style>
background-color css
<style>
a { background-color: #C58FB9; }
a { background-color: rgb(197,143,185); }
div.DivClassName
{
background-color: #C58FB9;
}
.BgClassName
{
background-color: #C58FB9;
}
</style>
border-color css
<style>
span { border-color: #C58FB9; }
span { border-color: rgb(197,143,185); }
td.TdClassName
{
border-color: #C58FB9;
}
.TagClassName
{
border-color: #C58FB9;
}
</style>