Shades of Lily #C77FB5
Tints of Lily #C77FB5
RGB
CMYK
RGB Variations
Color information
#C77FB5 (or 0xC77FB5) is known color: Lily. HEX triplet: C7, 7F and B5. RGB value is (199,127,181). Sum of RGB (Red+Green+Blue) = 199+127+181=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C77FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FB5 is #38804A. Grayscale: #9A9A9A. Windows color (decimal): -3702859 or 11894727. OLE color: 11894727.
HSL color Cylindrical-coordinate representation of color #C77FB5: hue angle of 315º 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 #C77FB5 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 181 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.22 |
| HSL | 315º | 0.39% | 0.64% | - |
| HSV(B) | 315º | 0.36% | 0.78% | - |
| XYZ | 39.48 | 30.66 | 47.55 | - |
| YUV | 154.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 181 | 0 | 0.36 | 0.09 | 0.22 | 315 | 0.39 | 0.64 |
| Hex | C7 | 7F | B5 | 0 | 24 | 9 | 16 | 13B | 27 | 40 |
| Octal | 307 | 177 | 265 | 0 | 44 | 11 | 26 | 473 | 47 | 100 |
| Binary | 11000111 | 1111111 | 10110101 | 0 | 100100 | 1001 | 10110 | 100111011 | 100111 | 1000000 |
Color Harmonies of #C77FB5
Complementary color
Monochromatic Colors of #C77FB5
Black with #C77FB5
Text Example
Text Example
White with #C77FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FB5; }
p { color: rgb(199,127,181); }
H1.HeaderClassName
{
color: #C77FB5;
}
.AnyTagClassName
{
color: #C77FB5;
}
</style>
background-color css
<style>
a { background-color: #C77FB5; }
a { background-color: rgb(199,127,181); }
div.DivClassName
{
background-color: #C77FB5;
}
.BgClassName
{
background-color: #C77FB5;
}
</style>
border-color css
<style>
span { border-color: #C77FB5; }
span { border-color: rgb(199,127,181); }
td.TdClassName
{
border-color: #C77FB5;
}
.TagClassName
{
border-color: #C77FB5;
}
</style>