Shades of Orchid #E77EDB
Tints of Orchid #E77EDB
RGB
CMYK
RGB Variations
Color information
#E77EDB (or 0xE77EDB) is known color: Orchid. HEX triplet: E7, 7E and DB. RGB value is (231,126,219). Sum of RGB (Red+Green+Blue) = 231+126+219=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E77EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77EDB is #188124. Grayscale: #A7A7A7. Windows color (decimal): -1605925 or 14384871. OLE color: 14384871.
HSL color Cylindrical-coordinate representation of color #E77EDB: hue angle of 306.86º 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 #E77EDB is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 219 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.09 |
| HSL | 306.86º | 0.69% | 0.7% | - |
| HSV(B) | 306.86º | 0.45% | 0.91% | - |
| XYZ | 53.2 | 37.03 | 71.36 | - |
| YUV | 168 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 219 | 0 | 0.45 | 0.05 | 0.09 | 306.86 | 0.69 | 0.7 |
| Hex | E7 | 7E | DB | 0 | 2D | 5 | 9 | 133 | 45 | 46 |
| Octal | 347 | 176 | 333 | 0 | 55 | 5 | 11 | 463 | 105 | 106 |
| Binary | 11100111 | 1111110 | 11011011 | 0 | 101101 | 101 | 1001 | 100110011 | 1000101 | 1000110 |
Color Harmonies of #E77EDB
Complementary color
Monochromatic Colors of #E77EDB
Black with #E77EDB
Text Example
Text Example
White with #E77EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77EDB; }
p { color: rgb(231,126,219); }
H1.HeaderClassName
{
color: #E77EDB;
}
.AnyTagClassName
{
color: #E77EDB;
}
</style>
background-color css
<style>
a { background-color: #E77EDB; }
a { background-color: rgb(231,126,219); }
div.DivClassName
{
background-color: #E77EDB;
}
.BgClassName
{
background-color: #E77EDB;
}
</style>
border-color css
<style>
span { border-color: #E77EDB; }
span { border-color: rgb(231,126,219); }
td.TdClassName
{
border-color: #E77EDB;
}
.TagClassName
{
border-color: #E77EDB;
}
</style>