Shades of Orchid #E77CD1
Tints of Orchid #E77CD1
RGB
CMYK
RGB Variations
Color information
#E77CD1 (or 0xE77CD1) is known color: Orchid. HEX triplet: E7, 7C and D1. RGB value is (231,124,209). Sum of RGB (Red+Green+Blue) = 231+124+209=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CD1 is #18832E. Grayscale: #A5A5A5. Windows color (decimal): -1606447 or 13728999. OLE color: 13728999.
HSL color Cylindrical-coordinate representation of color #E77CD1: hue angle of 312.34º 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 #E77CD1 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 209 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.09 |
| HSL | 312.34º | 0.69% | 0.7% | - |
| HSV(B) | 312.34º | 0.46% | 0.91% | - |
| XYZ | 51.67 | 36.01 | 64.55 | - |
| YUV | 165.68 | 152.45 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 209 | 0 | 0.46 | 0.10 | 0.09 | 312.34 | 0.69 | 0.7 |
| Hex | E7 | 7C | D1 | 0 | 2E | A | 9 | 138 | 45 | 46 |
| Octal | 347 | 174 | 321 | 0 | 56 | 12 | 11 | 470 | 105 | 106 |
| Binary | 11100111 | 1111100 | 11010001 | 0 | 101110 | 1010 | 1001 | 100111000 | 1000101 | 1000110 |
Color Harmonies of #E77CD1
Complementary color
Monochromatic Colors of #E77CD1
Black with #E77CD1
Text Example
Text Example
White with #E77CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77CD1; }
p { color: rgb(231,124,209); }
H1.HeaderClassName
{
color: #E77CD1;
}
.AnyTagClassName
{
color: #E77CD1;
}
</style>
background-color css
<style>
a { background-color: #E77CD1; }
a { background-color: rgb(231,124,209); }
div.DivClassName
{
background-color: #E77CD1;
}
.BgClassName
{
background-color: #E77CD1;
}
</style>
border-color css
<style>
span { border-color: #E77CD1; }
span { border-color: rgb(231,124,209); }
td.TdClassName
{
border-color: #E77CD1;
}
.TagClassName
{
border-color: #E77CD1;
}
</style>