Shades of Lily #C57FAE
Tints of Lily #C57FAE
RGB
CMYK
RGB Variations
Color information
#C57FAE (or 0xC57FAE) is known color: Lily. HEX triplet: C5, 7F and AE. RGB value is (197,127,174). Sum of RGB (Red+Green+Blue) = 197+127+174=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C57FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57FAE is #3A8051. Grayscale: #999999. Windows color (decimal): -3833938 or 11435973. OLE color: 11435973.
HSL color Cylindrical-coordinate representation of color #C57FAE: hue angle of 319.71º 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 #C57FAE is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 174 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.23 |
| HSL | 319.71º | 0.38% | 0.64% | - |
| HSV(B) | 319.71º | 0.36% | 0.77% | - |
| XYZ | 38.26 | 30.11 | 43.84 | - |
| YUV | 153.29 | 139.69 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 174 | 0 | 0.36 | 0.12 | 0.23 | 319.71 | 0.38 | 0.64 |
| Hex | C5 | 7F | AE | 0 | 24 | C | 17 | 140 | 26 | 40 |
| Octal | 305 | 177 | 256 | 0 | 44 | 14 | 27 | 500 | 46 | 100 |
| Binary | 11000101 | 1111111 | 10101110 | 0 | 100100 | 1100 | 10111 | 101000000 | 100110 | 1000000 |
Color Harmonies of #C57FAE
Complementary color
Monochromatic Colors of #C57FAE
Black with #C57FAE
Text Example
Text Example
White with #C57FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FAE; }
p { color: rgb(197,127,174); }
H1.HeaderClassName
{
color: #C57FAE;
}
.AnyTagClassName
{
color: #C57FAE;
}
</style>
background-color css
<style>
a { background-color: #C57FAE; }
a { background-color: rgb(197,127,174); }
div.DivClassName
{
background-color: #C57FAE;
}
.BgClassName
{
background-color: #C57FAE;
}
</style>
border-color css
<style>
span { border-color: #C57FAE; }
span { border-color: rgb(197,127,174); }
td.TdClassName
{
border-color: #C57FAE;
}
.TagClassName
{
border-color: #C57FAE;
}
</style>