Shades of Orchid #E77ACE
Tints of Orchid #E77ACE
RGB
CMYK
RGB Variations
Color information
#E77ACE (or 0xE77ACE) is known color: Orchid. HEX triplet: E7, 7A and CE. RGB value is (231,122,206). Sum of RGB (Red+Green+Blue) = 231+122+206=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ACE is #188531. Grayscale: #A3A3A3. Windows color (decimal): -1606962 or 13531879. OLE color: 13531879.
HSL color Cylindrical-coordinate representation of color #E77ACE: hue angle of 313.76º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77ACE is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 206 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.09 |
| HSL | 313.76º | 0.69% | 0.69% | - |
| HSV(B) | 313.76º | 0.47% | 0.91% | - |
| XYZ | 51.06 | 35.36 | 62.53 | - |
| YUV | 164.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 206 | 0 | 0.47 | 0.11 | 0.09 | 313.76 | 0.69 | 0.69 |
| Hex | E7 | 7A | CE | 0 | 2F | B | 9 | 13A | 45 | 45 |
| Octal | 347 | 172 | 316 | 0 | 57 | 13 | 11 | 472 | 105 | 105 |
| Binary | 11100111 | 1111010 | 11001110 | 0 | 101111 | 1011 | 1001 | 100111010 | 1000101 | 1000101 |
Color Harmonies of #E77ACE
Complementary color
Monochromatic Colors of #E77ACE
Black with #E77ACE
Text Example
Text Example
White with #E77ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77ACE; }
p { color: rgb(231,122,206); }
H1.HeaderClassName
{
color: #E77ACE;
}
.AnyTagClassName
{
color: #E77ACE;
}
</style>
background-color css
<style>
a { background-color: #E77ACE; }
a { background-color: rgb(231,122,206); }
div.DivClassName
{
background-color: #E77ACE;
}
.BgClassName
{
background-color: #E77ACE;
}
</style>
border-color css
<style>
span { border-color: #E77ACE; }
span { border-color: rgb(231,122,206); }
td.TdClassName
{
border-color: #E77ACE;
}
.TagClassName
{
border-color: #E77ACE;
}
</style>