Shades of Lily #C57EB1
Tints of Lily #C57EB1
RGB
CMYK
RGB Variations
Color information
#C57EB1 (or 0xC57EB1) is known color: Lily. HEX triplet: C5, 7E and B1. RGB value is (197,126,177). Sum of RGB (Red+Green+Blue) = 197+126+177=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C57EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57EB1 is #3A814E. Grayscale: #989898. Windows color (decimal): -3834191 or 11632325. OLE color: 11632325.
HSL color Cylindrical-coordinate representation of color #C57EB1: hue angle of 316.9º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57EB1 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 177 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.23 |
| HSL | 316.9º | 0.38% | 0.63% | - |
| HSV(B) | 316.9º | 0.36% | 0.77% | - |
| XYZ | 38.42 | 29.97 | 45.35 | - |
| YUV | 153.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 177 | 0 | 0.36 | 0.10 | 0.23 | 316.9 | 0.38 | 0.63 |
| Hex | C5 | 7E | B1 | 0 | 24 | A | 17 | 13D | 26 | 3F |
| Octal | 305 | 176 | 261 | 0 | 44 | 12 | 27 | 475 | 46 | 77 |
| Binary | 11000101 | 1111110 | 10110001 | 0 | 100100 | 1010 | 10111 | 100111101 | 100110 | 111111 |
Color Harmonies of #C57EB1
Complementary color
Monochromatic Colors of #C57EB1
Black with #C57EB1
Text Example
Text Example
White with #C57EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57EB1; }
p { color: rgb(197,126,177); }
H1.HeaderClassName
{
color: #C57EB1;
}
.AnyTagClassName
{
color: #C57EB1;
}
</style>
background-color css
<style>
a { background-color: #C57EB1; }
a { background-color: rgb(197,126,177); }
div.DivClassName
{
background-color: #C57EB1;
}
.BgClassName
{
background-color: #C57EB1;
}
</style>
border-color css
<style>
span { border-color: #C57EB1; }
span { border-color: rgb(197,126,177); }
td.TdClassName
{
border-color: #C57EB1;
}
.TagClassName
{
border-color: #C57EB1;
}
</style>