Shades of Lily #C77DAF
Tints of Lily #C77DAF
RGB
CMYK
RGB Variations
Color information
#C77DAF (or 0xC77DAF) is known color: Lily. HEX triplet: C7, 7D and AF. RGB value is (199,125,175). Sum of RGB (Red+Green+Blue) = 199+125+175=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C77DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77DAF is #388250. Grayscale: #989898. Windows color (decimal): -3703377 or 11500999. OLE color: 11500999.
HSL color Cylindrical-coordinate representation of color #C77DAF: hue angle of 319.46º degrees, saturation: 0.4, 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 #C77DAF is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 175 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.22 |
| HSL | 319.46º | 0.4% | 0.64% | - |
| HSV(B) | 319.46º | 0.37% | 0.78% | - |
| XYZ | 38.62 | 29.9 | 44.29 | - |
| YUV | 152.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 175 | 0 | 0.37 | 0.12 | 0.22 | 319.46 | 0.4 | 0.64 |
| Hex | C7 | 7D | AF | 0 | 25 | C | 16 | 13F | 28 | 40 |
| Octal | 307 | 175 | 257 | 0 | 45 | 14 | 26 | 477 | 50 | 100 |
| Binary | 11000111 | 1111101 | 10101111 | 0 | 100101 | 1100 | 10110 | 100111111 | 101000 | 1000000 |
Color Harmonies of #C77DAF
Complementary color
Monochromatic Colors of #C77DAF
Black with #C77DAF
Text Example
Text Example
White with #C77DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77DAF; }
p { color: rgb(199,125,175); }
H1.HeaderClassName
{
color: #C77DAF;
}
.AnyTagClassName
{
color: #C77DAF;
}
</style>
background-color css
<style>
a { background-color: #C77DAF; }
a { background-color: rgb(199,125,175); }
div.DivClassName
{
background-color: #C77DAF;
}
.BgClassName
{
background-color: #C77DAF;
}
</style>
border-color css
<style>
span { border-color: #C77DAF; }
span { border-color: rgb(199,125,175); }
td.TdClassName
{
border-color: #C77DAF;
}
.TagClassName
{
border-color: #C77DAF;
}
</style>