Shades of Lily #C57FAC
Tints of Lily #C57FAC
RGB
CMYK
RGB Variations
Color information
#C57FAC (or 0xC57FAC) is known color: Lily. HEX triplet: C5, 7F and AC. RGB value is (197,127,172). Sum of RGB (Red+Green+Blue) = 197+127+172=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C57FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57FAC is #3A8053. Grayscale: #989898. Windows color (decimal): -3833940 or 11304901. OLE color: 11304901.
HSL color Cylindrical-coordinate representation of color #C57FAC: hue angle of 321.43º 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 #C57FAC is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 172 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.23 |
| HSL | 321.43º | 0.38% | 0.64% | - |
| HSV(B) | 321.43º | 0.36% | 0.77% | - |
| XYZ | 38.06 | 30.03 | 42.82 | - |
| YUV | 153.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 172 | 0 | 0.36 | 0.13 | 0.23 | 321.43 | 0.38 | 0.64 |
| Hex | C5 | 7F | AC | 0 | 24 | D | 17 | 141 | 26 | 40 |
| Octal | 305 | 177 | 254 | 0 | 44 | 15 | 27 | 501 | 46 | 100 |
| Binary | 11000101 | 1111111 | 10101100 | 0 | 100100 | 1101 | 10111 | 101000001 | 100110 | 1000000 |
Color Harmonies of #C57FAC
Complementary color
Monochromatic Colors of #C57FAC
Black with #C57FAC
Text Example
Text Example
White with #C57FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FAC; }
p { color: rgb(197,127,172); }
H1.HeaderClassName
{
color: #C57FAC;
}
.AnyTagClassName
{
color: #C57FAC;
}
</style>
background-color css
<style>
a { background-color: #C57FAC; }
a { background-color: rgb(197,127,172); }
div.DivClassName
{
background-color: #C57FAC;
}
.BgClassName
{
background-color: #C57FAC;
}
</style>
border-color css
<style>
span { border-color: #C57FAC; }
span { border-color: rgb(197,127,172); }
td.TdClassName
{
border-color: #C57FAC;
}
.TagClassName
{
border-color: #C57FAC;
}
</style>