#E77ED0

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

Shades of Orchid #E77ED0

Tints of Orchid #E77ED0

Color information

#E77ED0 (or 0xE77ED0) is unknown color: approx Orchid. HEX triplet: E7, 7E and D0. RGB value is (231,126,208). Sum of RGB (Red+Green+Blue) = 231+126+208=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ED0 is #18812F. Grayscale: #A6A6A6. Windows color (decimal): -1605936 or 13663975. OLE color: 13663975.

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

Color convert

RGB231126208-
CMYK00.450.100.09
HSL313.14º68.63%70%-
HSV(B)313.14º45.45%90.59%-
XYZ51.836.4663.98-
YUV166.74151.29173.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.88%
GREEN value IS 126 (49.61% from 255) = 22.30%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=40.88%
G=22.30%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112620800.450.100.09313.1468.6370
HexE77ED002DA91394546
Octal3471763200551211471105106
Binary1110011111111101101000001011011010100110011100110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77ED0; }

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

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

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

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

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

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

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

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