#E77AD0

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

Shades of Orchid #E77AD0

Tints of Orchid #E77AD0

Color information

#E77AD0 (or 0xE77AD0) is unknown color: approx Orchid. HEX triplet: E7, 7A and D0. RGB value is (231,122,208). Sum of RGB (Red+Green+Blue) = 231+122+208=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AD0 is #18852F. Grayscale: #A4A4A4. Windows color (decimal): -1606960 or 13662951. OLE color: 13662951.

HSL color Cylindrical-coordinate representation of color #E77AD0: hue angle of 312.66º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77AD0 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB231122208-
CMYK00.470.100.09
HSL312.66º69.43%69.22%-
HSV(B)312.66º47.19%90.59%-
XYZ51.335.4663.82-
YUV164.4152.61175.51-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.18%
GREEN value IS 122 (48.05% from 255) = 21.75%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=41.18%
G=21.75%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112220800.470.100.09312.6669.4369.22
HexE77AD002FA91394545
Octal3471723200571211471105105
Binary1110011111110101101000001011111010100110011100110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77AD0; }

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

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

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

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

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

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

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

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