Shades of Orchid #E77EDA
Tints of Orchid #E77EDA
RGB
CMYK
RGB Variations
Color information
#E77EDA (or 0xE77EDA) is known color: Orchid. HEX triplet: E7, 7E and DA. RGB value is (231,126,218). Sum of RGB (Red+Green+Blue) = 231+126+218=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E77EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77EDA is #188125. Grayscale: #A7A7A7. Windows color (decimal): -1605926 or 14319335. OLE color: 14319335.
HSL color Cylindrical-coordinate representation of color #E77EDA: hue angle of 307.43º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E77EDA is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 218 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.09 |
| HSL | 307.43º | 0.69% | 0.7% | - |
| HSV(B) | 307.43º | 0.45% | 0.91% | - |
| XYZ | 53.07 | 36.97 | 70.67 | - |
| YUV | 167.88 | 156.29 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 218 | 0 | 0.45 | 0.06 | 0.09 | 307.43 | 0.69 | 0.7 |
| Hex | E7 | 7E | DA | 0 | 2D | 6 | 9 | 133 | 45 | 46 |
| Octal | 347 | 176 | 332 | 0 | 55 | 6 | 11 | 463 | 105 | 106 |
| Binary | 11100111 | 1111110 | 11011010 | 0 | 101101 | 110 | 1001 | 100110011 | 1000101 | 1000110 |
Color Harmonies of #E77EDA
Complementary color
Monochromatic Colors of #E77EDA
Black with #E77EDA
Text Example
Text Example
White with #E77EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77EDA; }
p { color: rgb(231,126,218); }
H1.HeaderClassName
{
color: #E77EDA;
}
.AnyTagClassName
{
color: #E77EDA;
}
</style>
background-color css
<style>
a { background-color: #E77EDA; }
a { background-color: rgb(231,126,218); }
div.DivClassName
{
background-color: #E77EDA;
}
.BgClassName
{
background-color: #E77EDA;
}
</style>
border-color css
<style>
span { border-color: #E77EDA; }
span { border-color: rgb(231,126,218); }
td.TdClassName
{
border-color: #E77EDA;
}
.TagClassName
{
border-color: #E77EDA;
}
</style>