Shades of Lily #C77EAF
Tints of Lily #C77EAF
RGB
CMYK
RGB Variations
Color information
#C77EAF (or 0xC77EAF) is known color: Lily. HEX triplet: C7, 7E and AF. RGB value is (199,126,175). Sum of RGB (Red+Green+Blue) = 199+126+175=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C77EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77EAF is #388150. Grayscale: #999999. Windows color (decimal): -3703121 or 11501255. OLE color: 11501255.
HSL color Cylindrical-coordinate representation of color #C77EAF: hue angle of 319.73º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77EAF is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 175 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.22 |
| HSL | 319.73º | 0.39% | 0.64% | - |
| HSV(B) | 319.73º | 0.37% | 0.78% | - |
| XYZ | 38.75 | 30.16 | 44.34 | - |
| YUV | 153.41 | 140.18 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 175 | 0 | 0.37 | 0.12 | 0.22 | 319.73 | 0.39 | 0.64 |
| Hex | C7 | 7E | AF | 0 | 25 | C | 16 | 140 | 27 | 40 |
| Octal | 307 | 176 | 257 | 0 | 45 | 14 | 26 | 500 | 47 | 100 |
| Binary | 11000111 | 1111110 | 10101111 | 0 | 100101 | 1100 | 10110 | 101000000 | 100111 | 1000000 |
Color Harmonies of #C77EAF
Complementary color
Monochromatic Colors of #C77EAF
Black with #C77EAF
Text Example
Text Example
White with #C77EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77EAF; }
p { color: rgb(199,126,175); }
H1.HeaderClassName
{
color: #C77EAF;
}
.AnyTagClassName
{
color: #C77EAF;
}
</style>
background-color css
<style>
a { background-color: #C77EAF; }
a { background-color: rgb(199,126,175); }
div.DivClassName
{
background-color: #C77EAF;
}
.BgClassName
{
background-color: #C77EAF;
}
</style>
border-color css
<style>
span { border-color: #C77EAF; }
span { border-color: rgb(199,126,175); }
td.TdClassName
{
border-color: #C77EAF;
}
.TagClassName
{
border-color: #C77EAF;
}
</style>