Shades of Lily #C77FAD
Tints of Lily #C77FAD
RGB
CMYK
RGB Variations
Color information
#C77FAD (or 0xC77FAD) is known color: Lily. HEX triplet: C7, 7F and AD. RGB value is (199,127,173). Sum of RGB (Red+Green+Blue) = 199+127+173=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C77FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77FAD is #388052. Grayscale: #999999. Windows color (decimal): -3702867 or 11370439. OLE color: 11370439.
HSL color Cylindrical-coordinate representation of color #C77FAD: hue angle of 321.67º 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 #C77FAD is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 173 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.22 |
| HSL | 321.67º | 0.39% | 0.64% | - |
| HSV(B) | 321.67º | 0.36% | 0.78% | - |
| XYZ | 38.69 | 30.34 | 43.35 | - |
| YUV | 153.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 173 | 0 | 0.36 | 0.13 | 0.22 | 321.67 | 0.39 | 0.64 |
| Hex | C7 | 7F | AD | 0 | 24 | D | 16 | 142 | 27 | 40 |
| Octal | 307 | 177 | 255 | 0 | 44 | 15 | 26 | 502 | 47 | 100 |
| Binary | 11000111 | 1111111 | 10101101 | 0 | 100100 | 1101 | 10110 | 101000010 | 100111 | 1000000 |
Color Harmonies of #C77FAD
Complementary color
Monochromatic Colors of #C77FAD
Black with #C77FAD
Text Example
Text Example
White with #C77FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FAD; }
p { color: rgb(199,127,173); }
H1.HeaderClassName
{
color: #C77FAD;
}
.AnyTagClassName
{
color: #C77FAD;
}
</style>
background-color css
<style>
a { background-color: #C77FAD; }
a { background-color: rgb(199,127,173); }
div.DivClassName
{
background-color: #C77FAD;
}
.BgClassName
{
background-color: #C77FAD;
}
</style>
border-color css
<style>
span { border-color: #C77FAD; }
span { border-color: rgb(199,127,173); }
td.TdClassName
{
border-color: #C77FAD;
}
.TagClassName
{
border-color: #C77FAD;
}
</style>