Shades of Lily #C77EB5
Tints of Lily #C77EB5
RGB
CMYK
RGB Variations
Color information
#C77EB5 (or 0xC77EB5) is known color: Lily. HEX triplet: C7, 7E and B5. RGB value is (199,126,181). Sum of RGB (Red+Green+Blue) = 199+126+181=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C77EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77EB5 is #38814A. Grayscale: #999999. Windows color (decimal): -3703115 or 11894471. OLE color: 11894471.
HSL color Cylindrical-coordinate representation of color #C77EB5: hue angle of 314.79º degrees, saturation: 0.39, 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 #C77EB5 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 181 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.22 |
| HSL | 314.79º | 0.39% | 0.64% | - |
| HSV(B) | 314.79º | 0.37% | 0.78% | - |
| XYZ | 39.35 | 30.4 | 47.51 | - |
| YUV | 154.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 181 | 0 | 0.37 | 0.09 | 0.22 | 314.79 | 0.39 | 0.64 |
| Hex | C7 | 7E | B5 | 0 | 25 | 9 | 16 | 13B | 27 | 40 |
| Octal | 307 | 176 | 265 | 0 | 45 | 11 | 26 | 473 | 47 | 100 |
| Binary | 11000111 | 1111110 | 10110101 | 0 | 100101 | 1001 | 10110 | 100111011 | 100111 | 1000000 |
Color Harmonies of #C77EB5
Complementary color
Monochromatic Colors of #C77EB5
Black with #C77EB5
Text Example
Text Example
White with #C77EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77EB5; }
p { color: rgb(199,126,181); }
H1.HeaderClassName
{
color: #C77EB5;
}
.AnyTagClassName
{
color: #C77EB5;
}
</style>
background-color css
<style>
a { background-color: #C77EB5; }
a { background-color: rgb(199,126,181); }
div.DivClassName
{
background-color: #C77EB5;
}
.BgClassName
{
background-color: #C77EB5;
}
</style>
border-color css
<style>
span { border-color: #C77EB5; }
span { border-color: rgb(199,126,181); }
td.TdClassName
{
border-color: #C77EB5;
}
.TagClassName
{
border-color: #C77EB5;
}
</style>