Shades of Orchid #E77FDB
Tints of Orchid #E77FDB
RGB
CMYK
RGB Variations
Color information
#E77FDB (or 0xE77FDB) is known color: Orchid. HEX triplet: E7, 7F and DB. RGB value is (231,127,219). Sum of RGB (Red+Green+Blue) = 231+127+219=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 127 (50% from 255 or 22.01% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77FDB is #188024. Grayscale: #A8A8A8. Windows color (decimal): -1605669 or 14385127. OLE color: 14385127.
HSL color Cylindrical-coordinate representation of color #E77FDB: hue angle of 306.92º degrees, saturation: 0.68, 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 #E77FDB is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 219 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.09 |
| HSL | 306.92º | 0.68% | 0.7% | - |
| HSV(B) | 306.92º | 0.45% | 0.91% | - |
| XYZ | 53.33 | 37.28 | 71.4 | - |
| YUV | 168.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 219 | 0 | 0.45 | 0.05 | 0.09 | 306.92 | 0.68 | 0.7 |
| Hex | E7 | 7F | DB | 0 | 2D | 5 | 9 | 133 | 44 | 46 |
| Octal | 347 | 177 | 333 | 0 | 55 | 5 | 11 | 463 | 104 | 106 |
| Binary | 11100111 | 1111111 | 11011011 | 0 | 101101 | 101 | 1001 | 100110011 | 1000100 | 1000110 |
Color Harmonies of #E77FDB
Complementary color
Monochromatic Colors of #E77FDB
Black with #E77FDB
Text Example
Text Example
White with #E77FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77FDB; }
p { color: rgb(231,127,219); }
H1.HeaderClassName
{
color: #E77FDB;
}
.AnyTagClassName
{
color: #E77FDB;
}
</style>
background-color css
<style>
a { background-color: #E77FDB; }
a { background-color: rgb(231,127,219); }
div.DivClassName
{
background-color: #E77FDB;
}
.BgClassName
{
background-color: #E77FDB;
}
</style>
border-color css
<style>
span { border-color: #E77FDB; }
span { border-color: rgb(231,127,219); }
td.TdClassName
{
border-color: #E77FDB;
}
.TagClassName
{
border-color: #E77FDB;
}
</style>