Shades of Orchid #E77CCE
Tints of Orchid #E77CCE
RGB
CMYK
RGB Variations
Color information
#E77CCE (or 0xE77CCE) is known color: Orchid. HEX triplet: E7, 7C and CE. RGB value is (231,124,206). Sum of RGB (Red+Green+Blue) = 231+124+206=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CCE is #188331. Grayscale: #A5A5A5. Windows color (decimal): -1606450 or 13532391. OLE color: 13532391.
HSL color Cylindrical-coordinate representation of color #E77CCE: hue angle of 314.02º 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 #E77CCE is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 206 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.09 |
| HSL | 314.02º | 0.69% | 0.7% | - |
| HSV(B) | 314.02º | 0.46% | 0.91% | - |
| XYZ | 51.3 | 35.86 | 62.61 | - |
| YUV | 165.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 206 | 0 | 0.46 | 0.11 | 0.09 | 314.02 | 0.69 | 0.7 |
| Hex | E7 | 7C | CE | 0 | 2E | B | 9 | 13A | 45 | 46 |
| Octal | 347 | 174 | 316 | 0 | 56 | 13 | 11 | 472 | 105 | 106 |
| Binary | 11100111 | 1111100 | 11001110 | 0 | 101110 | 1011 | 1001 | 100111010 | 1000101 | 1000110 |
Color Harmonies of #E77CCE
Complementary color
Monochromatic Colors of #E77CCE
Black with #E77CCE
Text Example
Text Example
White with #E77CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77CCE; }
p { color: rgb(231,124,206); }
H1.HeaderClassName
{
color: #E77CCE;
}
.AnyTagClassName
{
color: #E77CCE;
}
</style>
background-color css
<style>
a { background-color: #E77CCE; }
a { background-color: rgb(231,124,206); }
div.DivClassName
{
background-color: #E77CCE;
}
.BgClassName
{
background-color: #E77CCE;
}
</style>
border-color css
<style>
span { border-color: #E77CCE; }
span { border-color: rgb(231,124,206); }
td.TdClassName
{
border-color: #E77CCE;
}
.TagClassName
{
border-color: #E77CCE;
}
</style>