Shades of Lily #C58FB1
Tints of Lily #C58FB1
RGB
CMYK
RGB Variations
Color information
#C58FB1 (or 0xC58FB1) is known color: Lily. HEX triplet: C5, 8F and B1. RGB value is (197,143,177). Sum of RGB (Red+Green+Blue) = 197+143+177=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 197 - color contains mainly: red. Hex color #C58FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58FB1 is #3A704E. Grayscale: #A2A2A2. Windows color (decimal): -3829839 or 11636677. OLE color: 11636677.
HSL color Cylindrical-coordinate representation of color #C58FB1: hue angle of 322.22º 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 #C58FB1 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 177 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.23 |
| HSL | 322.22º | 0.32% | 0.67% | - |
| HSV(B) | 322.22º | 0.27% | 0.77% | - |
| XYZ | 40.78 | 34.69 | 46.14 | - |
| YUV | 163.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 177 | 0 | 0.27 | 0.10 | 0.23 | 322.22 | 0.32 | 0.67 |
| Hex | C5 | 8F | B1 | 0 | 1B | A | 17 | 142 | 20 | 43 |
| Octal | 305 | 217 | 261 | 0 | 33 | 12 | 27 | 502 | 40 | 103 |
| Binary | 11000101 | 10001111 | 10110001 | 0 | 11011 | 1010 | 10111 | 101000010 | 100000 | 1000011 |
Color Harmonies of #C58FB1
Complementary color
Monochromatic Colors of #C58FB1
Black with #C58FB1
Text Example
Text Example
White with #C58FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58FB1; }
p { color: rgb(197,143,177); }
H1.HeaderClassName
{
color: #C58FB1;
}
.AnyTagClassName
{
color: #C58FB1;
}
</style>
background-color css
<style>
a { background-color: #C58FB1; }
a { background-color: rgb(197,143,177); }
div.DivClassName
{
background-color: #C58FB1;
}
.BgClassName
{
background-color: #C58FB1;
}
</style>
border-color css
<style>
span { border-color: #C58FB1; }
span { border-color: rgb(197,143,177); }
td.TdClassName
{
border-color: #C58FB1;
}
.TagClassName
{
border-color: #C58FB1;
}
</style>