#E77ED4

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

Shades of Orchid #E77ED4

Tints of Orchid #E77ED4

Color information

#E77ED4 (or 0xE77ED4) is unknown color: approx Orchid. HEX triplet: E7, 7E and D4. RGB value is (231,126,212). Sum of RGB (Red+Green+Blue) = 231+126+212=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ED4 is #18812B. Grayscale: #A6A6A6. Windows color (decimal): -1605932 or 13926119. OLE color: 13926119.

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

Color convert

RGB231126212-
CMYK00.450.080.09
HSL310.86º68.63%70%-
HSV(B)310.86º45.45%90.59%-
XYZ52.336.6666.61-
YUV167.2153.29173.51-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.60%
GREEN value IS 126 (49.61% from 255) = 22.14%
BLUE value IS 212 (83.20% from 255) = 37.26%
R=40.60%
G=22.14%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112621200.450.080.09310.8668.6370
HexE77ED402D891374546
Octal3471763240551011467105106
Binary1110011111111101101010001011011000100110011011110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77ED4; }

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

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

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

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

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

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

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

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