Shades of Orchid #E77AD8
Tints of Orchid #E77AD8
RGB
CMYK
RGB Variations
Color information
#E77AD8 (or 0xE77AD8) is known color: Orchid. HEX triplet: E7, 7A and D8. RGB value is (231,122,216). Sum of RGB (Red+Green+Blue) = 231+122+216=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AD8 is #188527. Grayscale: #A5A5A5. Windows color (decimal): -1606952 or 14187239. OLE color: 14187239.
HSL color Cylindrical-coordinate representation of color #E77AD8: hue angle of 308.26º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77AD8 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 216 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.09 |
| HSL | 308.26º | 0.69% | 0.69% | - |
| HSV(B) | 308.26º | 0.47% | 0.91% | - |
| XYZ | 52.31 | 35.87 | 69.13 | - |
| YUV | 165.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 216 | 0 | 0.47 | 0.06 | 0.09 | 308.26 | 0.69 | 0.69 |
| Hex | E7 | 7A | D8 | 0 | 2F | 6 | 9 | 134 | 45 | 45 |
| Octal | 347 | 172 | 330 | 0 | 57 | 6 | 11 | 464 | 105 | 105 |
| Binary | 11100111 | 1111010 | 11011000 | 0 | 101111 | 110 | 1001 | 100110100 | 1000101 | 1000101 |
Color Harmonies of #E77AD8
Complementary color
Monochromatic Colors of #E77AD8
Black with #E77AD8
Text Example
Text Example
White with #E77AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77AD8; }
p { color: rgb(231,122,216); }
H1.HeaderClassName
{
color: #E77AD8;
}
.AnyTagClassName
{
color: #E77AD8;
}
</style>
background-color css
<style>
a { background-color: #E77AD8; }
a { background-color: rgb(231,122,216); }
div.DivClassName
{
background-color: #E77AD8;
}
.BgClassName
{
background-color: #E77AD8;
}
</style>
border-color css
<style>
span { border-color: #E77AD8; }
span { border-color: rgb(231,122,216); }
td.TdClassName
{
border-color: #E77AD8;
}
.TagClassName
{
border-color: #E77AD8;
}
</style>