Shades of Orchid #E77DCD
Tints of Orchid #E77DCD
RGB
CMYK
RGB Variations
Color information
#E77DCD (or 0xE77DCD) is known color: Orchid. HEX triplet: E7, 7D and CD. RGB value is (231,125,205). Sum of RGB (Red+Green+Blue) = 231+125+205=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DCD is #188232. Grayscale: #A5A5A5. Windows color (decimal): -1606195 or 13467111. OLE color: 13467111.
HSL color Cylindrical-coordinate representation of color #E77DCD: hue angle of 314.72º 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 #E77DCD is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 205 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.09 |
| HSL | 314.72º | 0.69% | 0.7% | - |
| HSV(B) | 314.72º | 0.46% | 0.91% | - |
| XYZ | 51.31 | 36.06 | 62.01 | - |
| YUV | 165.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 205 | 0 | 0.46 | 0.11 | 0.09 | 314.72 | 0.69 | 0.7 |
| Hex | E7 | 7D | CD | 0 | 2E | B | 9 | 13B | 45 | 46 |
| Octal | 347 | 175 | 315 | 0 | 56 | 13 | 11 | 473 | 105 | 106 |
| Binary | 11100111 | 1111101 | 11001101 | 0 | 101110 | 1011 | 1001 | 100111011 | 1000101 | 1000110 |
Color Harmonies of #E77DCD
Complementary color
Monochromatic Colors of #E77DCD
Black with #E77DCD
Text Example
Text Example
White with #E77DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77DCD; }
p { color: rgb(231,125,205); }
H1.HeaderClassName
{
color: #E77DCD;
}
.AnyTagClassName
{
color: #E77DCD;
}
</style>
background-color css
<style>
a { background-color: #E77DCD; }
a { background-color: rgb(231,125,205); }
div.DivClassName
{
background-color: #E77DCD;
}
.BgClassName
{
background-color: #E77DCD;
}
</style>
border-color css
<style>
span { border-color: #E77DCD; }
span { border-color: rgb(231,125,205); }
td.TdClassName
{
border-color: #E77DCD;
}
.TagClassName
{
border-color: #E77DCD;
}
</style>