Shades of Lily #C77FAC
Tints of Lily #C77FAC
RGB
CMYK
RGB Variations
Color information
#C77FAC (or 0xC77FAC) is known color: Lily. HEX triplet: C7, 7F and AC. RGB value is (199,127,172). Sum of RGB (Red+Green+Blue) = 199+127+172=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C77FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77FAC is #388053. Grayscale: #999999. Windows color (decimal): -3702868 or 11304903. OLE color: 11304903.
HSL color Cylindrical-coordinate representation of color #C77FAC: hue angle of 322.5º 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 #C77FAC is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 172 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.22 |
| HSL | 322.5º | 0.39% | 0.64% | - |
| HSV(B) | 322.5º | 0.36% | 0.78% | - |
| XYZ | 38.59 | 30.3 | 42.84 | - |
| YUV | 153.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 172 | 0 | 0.36 | 0.14 | 0.22 | 322.5 | 0.39 | 0.64 |
| Hex | C7 | 7F | AC | 0 | 24 | E | 16 | 142 | 27 | 40 |
| Octal | 307 | 177 | 254 | 0 | 44 | 16 | 26 | 502 | 47 | 100 |
| Binary | 11000111 | 1111111 | 10101100 | 0 | 100100 | 1110 | 10110 | 101000010 | 100111 | 1000000 |
Color Harmonies of #C77FAC
Complementary color
Monochromatic Colors of #C77FAC
Black with #C77FAC
Text Example
Text Example
White with #C77FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FAC; }
p { color: rgb(199,127,172); }
H1.HeaderClassName
{
color: #C77FAC;
}
.AnyTagClassName
{
color: #C77FAC;
}
</style>
background-color css
<style>
a { background-color: #C77FAC; }
a { background-color: rgb(199,127,172); }
div.DivClassName
{
background-color: #C77FAC;
}
.BgClassName
{
background-color: #C77FAC;
}
</style>
border-color css
<style>
span { border-color: #C77FAC; }
span { border-color: rgb(199,127,172); }
td.TdClassName
{
border-color: #C77FAC;
}
.TagClassName
{
border-color: #C77FAC;
}
</style>