Shades of Lily #C77FAF
Tints of Lily #C77FAF
RGB
CMYK
RGB Variations
Color information
#C77FAF (or 0xC77FAF) is known color: Lily. HEX triplet: C7, 7F and AF. RGB value is (199,127,175). Sum of RGB (Red+Green+Blue) = 199+127+175=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C77FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77FAF is #388050. Grayscale: #999999. Windows color (decimal): -3702865 or 11501511. OLE color: 11501511.
HSL color Cylindrical-coordinate representation of color #C77FAF: hue angle of 320º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C77FAF is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 175 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.22 |
| HSL | 320º | 0.39% | 0.64% | - |
| HSV(B) | 320º | 0.36% | 0.78% | - |
| XYZ | 38.88 | 30.42 | 44.38 | - |
| YUV | 154 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 175 | 0 | 0.36 | 0.12 | 0.22 | 320 | 0.39 | 0.64 |
| Hex | C7 | 7F | AF | 0 | 24 | C | 16 | 140 | 27 | 40 |
| Octal | 307 | 177 | 257 | 0 | 44 | 14 | 26 | 500 | 47 | 100 |
| Binary | 11000111 | 1111111 | 10101111 | 0 | 100100 | 1100 | 10110 | 101000000 | 100111 | 1000000 |
Color Harmonies of #C77FAF
Complementary color
Monochromatic Colors of #C77FAF
Black with #C77FAF
Text Example
Text Example
White with #C77FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FAF; }
p { color: rgb(199,127,175); }
H1.HeaderClassName
{
color: #C77FAF;
}
.AnyTagClassName
{
color: #C77FAF;
}
</style>
background-color css
<style>
a { background-color: #C77FAF; }
a { background-color: rgb(199,127,175); }
div.DivClassName
{
background-color: #C77FAF;
}
.BgClassName
{
background-color: #C77FAF;
}
</style>
border-color css
<style>
span { border-color: #C77FAF; }
span { border-color: rgb(199,127,175); }
td.TdClassName
{
border-color: #C77FAF;
}
.TagClassName
{
border-color: #C77FAF;
}
</style>