#E77ED6

Color #E77ED6 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E77ED6

Tints of Orchid #E77ED6

Color information

#E77ED6 (or 0xE77ED6) is unknown color: approx Orchid. HEX triplet: E7, 7E and D6. RGB value is (231,126,214). Sum of RGB (Red+Green+Blue) = 231+126+214=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ED6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ED6 is #188129. Grayscale: #A7A7A7. Windows color (decimal): -1605930 or 14057191. OLE color: 14057191.

HSL color Cylindrical-coordinate representation of color #E77ED6: hue angle of 309.71º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E77ED6 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB231126214-
CMYK00.450.070.09
HSL309.71º68.63%70%-
HSV(B)309.71º45.45%90.59%-
XYZ52.5536.7767.94-
YUV167.43154.29173.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 40.46%
GREEN value IS 126 (49.61% from 255) = 22.07%
BLUE value IS 214 (83.98% from 255) = 37.48%
R=40.46%
G=22.07%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112621400.450.070.09309.7168.6370
HexE77ED602D791364546
Octal347176326055711466105106
Binary111001111111110110101100101101111100110011011010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77ED6; }

 p { color: rgb(231,126,214); }

 H1.HeaderClassName
 {
   color: #E77ED6;
 }
 .AnyTagClassName
 {
   color: #E77ED6;
 }
</style>
background-color css

<style>
 a { background-color: #E77ED6; }

 a { background-color: rgb(231,126,214); }

 div.DivClassName
 {
   background-color: #E77ED6;
 }
 .BgClassName
 {
   background-color: #E77ED6;
 }
</style>
border-color css

<style>
 span { border-color: #E77ED6; }

 span { border-color: rgb(231,126,214); }

 td.TdClassName
 {
   border-color: #E77ED6;
 }
 .TagClassName
 {
   border-color: #E77ED6;
 }
</style>