#E77ED5

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

Shades of Orchid #E77ED5

Tints of Orchid #E77ED5

Color information

#E77ED5 (or 0xE77ED5) is unknown color: approx Orchid. HEX triplet: E7, 7E and D5. RGB value is (231,126,213). Sum of RGB (Red+Green+Blue) = 231+126+213=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ED5 is #18812A. Grayscale: #A7A7A7. Windows color (decimal): -1605931 or 13991655. OLE color: 13991655.

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

Color convert

RGB231126213-
CMYK00.450.080.09
HSL310.29º68.63%70%-
HSV(B)310.29º45.45%90.59%-
XYZ52.4336.7167.27-
YUV167.31153.79173.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.53%
GREEN value IS 126 (49.61% from 255) = 22.11%
BLUE value IS 213 (83.59% from 255) = 37.37%
R=40.53%
G=22.11%
B=37.37%

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
Decimal23112621300.450.080.09310.2968.6370
HexE77ED502D891364546
Octal3471763250551011466105106
Binary1110011111111101101010101011011000100110011011010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77ED5; }

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

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

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

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

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

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

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

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