Shades of Lily #C77AAF
Tints of Lily #C77AAF
RGB
CMYK
RGB Variations
Color information
#C77AAF (or 0xC77AAF) is known color: Lily. HEX triplet: C7, 7A and AF. RGB value is (199,122,175). Sum of RGB (Red+Green+Blue) = 199+122+175=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C77AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77AAF is #388550. Grayscale: #969696. Windows color (decimal): -3704145 or 11500231. OLE color: 11500231.
HSL color Cylindrical-coordinate representation of color #C77AAF: hue angle of 318.7º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77AAF is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 175 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.22 |
| HSL | 318.7º | 0.41% | 0.63% | - |
| HSV(B) | 318.7º | 0.39% | 0.78% | - |
| XYZ | 38.25 | 29.16 | 44.17 | - |
| YUV | 151.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 175 | 0 | 0.39 | 0.12 | 0.22 | 318.7 | 0.41 | 0.63 |
| Hex | C7 | 7A | AF | 0 | 27 | C | 16 | 13F | 29 | 3F |
| Octal | 307 | 172 | 257 | 0 | 47 | 14 | 26 | 477 | 51 | 77 |
| Binary | 11000111 | 1111010 | 10101111 | 0 | 100111 | 1100 | 10110 | 100111111 | 101001 | 111111 |
Color Harmonies of #C77AAF
Complementary color
Monochromatic Colors of #C77AAF
Black with #C77AAF
Text Example
Text Example
White with #C77AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77AAF; }
p { color: rgb(199,122,175); }
H1.HeaderClassName
{
color: #C77AAF;
}
.AnyTagClassName
{
color: #C77AAF;
}
</style>
background-color css
<style>
a { background-color: #C77AAF; }
a { background-color: rgb(199,122,175); }
div.DivClassName
{
background-color: #C77AAF;
}
.BgClassName
{
background-color: #C77AAF;
}
</style>
border-color css
<style>
span { border-color: #C77AAF; }
span { border-color: rgb(199,122,175); }
td.TdClassName
{
border-color: #C77AAF;
}
.TagClassName
{
border-color: #C77AAF;
}
</style>