Shades of Lily #C77BAE
Tints of Lily #C77BAE
RGB
CMYK
RGB Variations
Color information
#C77BAE (or 0xC77BAE) is known color: Lily. HEX triplet: C7, 7B and AE. RGB value is (199,123,174). Sum of RGB (Red+Green+Blue) = 199+123+174=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C77BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77BAE is #388451. Grayscale: #979797. Windows color (decimal): -3703890 or 11434951. OLE color: 11434951.
HSL color Cylindrical-coordinate representation of color #C77BAE: hue angle of 319.74º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77BAE is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 174 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.22 |
| HSL | 319.74º | 0.4% | 0.63% | - |
| HSV(B) | 319.74º | 0.38% | 0.78% | - |
| XYZ | 38.28 | 29.36 | 43.69 | - |
| YUV | 151.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 174 | 0 | 0.38 | 0.13 | 0.22 | 319.74 | 0.4 | 0.63 |
| Hex | C7 | 7B | AE | 0 | 26 | D | 16 | 140 | 28 | 3F |
| Octal | 307 | 173 | 256 | 0 | 46 | 15 | 26 | 500 | 50 | 77 |
| Binary | 11000111 | 1111011 | 10101110 | 0 | 100110 | 1101 | 10110 | 101000000 | 101000 | 111111 |
Color Harmonies of #C77BAE
Complementary color
Monochromatic Colors of #C77BAE
Black with #C77BAE
Text Example
Text Example
White with #C77BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BAE; }
p { color: rgb(199,123,174); }
H1.HeaderClassName
{
color: #C77BAE;
}
.AnyTagClassName
{
color: #C77BAE;
}
</style>
background-color css
<style>
a { background-color: #C77BAE; }
a { background-color: rgb(199,123,174); }
div.DivClassName
{
background-color: #C77BAE;
}
.BgClassName
{
background-color: #C77BAE;
}
</style>
border-color css
<style>
span { border-color: #C77BAE; }
span { border-color: rgb(199,123,174); }
td.TdClassName
{
border-color: #C77BAE;
}
.TagClassName
{
border-color: #C77BAE;
}
</style>