Shades of Orchid #E77CDB
Tints of Orchid #E77CDB
RGB
CMYK
RGB Variations
Color information
#E77CDB (or 0xE77CDB) is known color: Orchid. HEX triplet: E7, 7C and DB. RGB value is (231,124,219). Sum of RGB (Red+Green+Blue) = 231+124+219=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 124 (48.83% from 255 or 21.60% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CDB is #188324. Grayscale: #A6A6A6. Windows color (decimal): -1606437 or 14384359. OLE color: 14384359.
HSL color Cylindrical-coordinate representation of color #E77CDB: hue angle of 306.73º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E77CDB is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 219 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.09 |
| HSL | 306.73º | 0.69% | 0.7% | - |
| HSV(B) | 306.73º | 0.46% | 0.91% | - |
| XYZ | 52.95 | 36.52 | 71.28 | - |
| YUV | 166.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 219 | 0 | 0.46 | 0.05 | 0.09 | 306.73 | 0.69 | 0.7 |
| Hex | E7 | 7C | DB | 0 | 2E | 5 | 9 | 133 | 45 | 46 |
| Octal | 347 | 174 | 333 | 0 | 56 | 5 | 11 | 463 | 105 | 106 |
| Binary | 11100111 | 1111100 | 11011011 | 0 | 101110 | 101 | 1001 | 100110011 | 1000101 | 1000110 |
Color Harmonies of #E77CDB
Complementary color
Monochromatic Colors of #E77CDB
Black with #E77CDB
Text Example
Text Example
White with #E77CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77CDB; }
p { color: rgb(231,124,219); }
H1.HeaderClassName
{
color: #E77CDB;
}
.AnyTagClassName
{
color: #E77CDB;
}
</style>
background-color css
<style>
a { background-color: #E77CDB; }
a { background-color: rgb(231,124,219); }
div.DivClassName
{
background-color: #E77CDB;
}
.BgClassName
{
background-color: #E77CDB;
}
</style>
border-color css
<style>
span { border-color: #E77CDB; }
span { border-color: rgb(231,124,219); }
td.TdClassName
{
border-color: #E77CDB;
}
.TagClassName
{
border-color: #E77CDB;
}
</style>