#E77EDC

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

Shades of Orchid #E77EDC

Tints of Orchid #E77EDC

Color information

#E77EDC (or 0xE77EDC) is unknown color: approx Orchid. HEX triplet: E7, 7E and DC. RGB value is (231,126,220). Sum of RGB (Red+Green+Blue) = 231+126+220=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E77EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77EDC is #188123. Grayscale: #A7A7A7. Windows color (decimal): -1605924 or 14450407. OLE color: 14450407.

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

Color convert

RGB231126220-
CMYK00.450.050.09
HSL306.29º68.63%70%-
HSV(B)306.29º45.45%90.59%-
XYZ53.3337.0872.06-
YUV168.11157.29172.86-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.03%
GREEN value IS 126 (49.61% from 255) = 21.84%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=40.03%
G=21.84%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112622000.450.050.09306.2968.6370
HexE77EDC02D591324546
Octal347176334055511462105106
Binary111001111111110110111000101101101100110011001010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77EDC; }

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

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

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

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

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

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

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

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