Shades of Lily #C57FB0
Tints of Lily #C57FB0
RGB
CMYK
RGB Variations
Color information
#C57FB0 (or 0xC57FB0) is known color: Lily. HEX triplet: C5, 7F and B0. RGB value is (197,127,176). Sum of RGB (Red+Green+Blue) = 197+127+176=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C57FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57FB0 is #3A804F. Grayscale: #999999. Windows color (decimal): -3833936 or 11567045. OLE color: 11567045.
HSL color Cylindrical-coordinate representation of color #C57FB0: hue angle of 318º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57FB0 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 176 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.23 |
| HSL | 318º | 0.38% | 0.64% | - |
| HSV(B) | 318º | 0.36% | 0.77% | - |
| XYZ | 38.45 | 30.18 | 44.87 | - |
| YUV | 153.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 176 | 0 | 0.36 | 0.11 | 0.23 | 318 | 0.38 | 0.64 |
| Hex | C5 | 7F | B0 | 0 | 24 | B | 17 | 13E | 26 | 40 |
| Octal | 305 | 177 | 260 | 0 | 44 | 13 | 27 | 476 | 46 | 100 |
| Binary | 11000101 | 1111111 | 10110000 | 0 | 100100 | 1011 | 10111 | 100111110 | 100110 | 1000000 |
Color Harmonies of #C57FB0
Complementary color
Monochromatic Colors of #C57FB0
Black with #C57FB0
Text Example
Text Example
White with #C57FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FB0; }
p { color: rgb(197,127,176); }
H1.HeaderClassName
{
color: #C57FB0;
}
.AnyTagClassName
{
color: #C57FB0;
}
</style>
background-color css
<style>
a { background-color: #C57FB0; }
a { background-color: rgb(197,127,176); }
div.DivClassName
{
background-color: #C57FB0;
}
.BgClassName
{
background-color: #C57FB0;
}
</style>
border-color css
<style>
span { border-color: #C57FB0; }
span { border-color: rgb(197,127,176); }
td.TdClassName
{
border-color: #C57FB0;
}
.TagClassName
{
border-color: #C57FB0;
}
</style>