#E77ED9

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

Shades of Orchid #E77ED9

Tints of Orchid #E77ED9

Color information

#E77ED9 (or 0xE77ED9) is unknown color: approx Orchid. HEX triplet: E7, 7E and D9. RGB value is (231,126,217). Sum of RGB (Red+Green+Blue) = 231+126+217=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 126 (49.61% from 255 or 21.95% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ED9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ED9 is #188126. Grayscale: #A7A7A7. Windows color (decimal): -1605927 or 14253799. OLE color: 14253799.

HSL color Cylindrical-coordinate representation of color #E77ED9: hue angle of 308º 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 #E77ED9 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB231126217-
CMYK00.450.060.09
HSL308º68.63%70%-
HSV(B)308º45.45%90.59%-
XYZ52.9436.9269.98-
YUV167.77155.79173.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.24%
GREEN value IS 126 (49.61% from 255) = 21.95%
BLUE value IS 217 (85.16% from 255) = 37.80%
R=40.24%
G=21.95%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112621700.450.060.0930868.6370
HexE77ED902D691344546
Octal347176331055611464105106
Binary111001111111110110110010101101110100110011010010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77ED9; }

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

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

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

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

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

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

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

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