#E977DF

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

Shades of Orchid #E977DF

Tints of Orchid #E977DF

Color information

#E977DF (or 0xE977DF) is unknown color: approx Orchid. HEX triplet: E9, 77 and DF. RGB value is (233,119,223). Sum of RGB (Red+Green+Blue) = 233+119+223=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E977DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977DF is #168820. Grayscale: #A4A4A4. Windows color (decimal): -1476641 or 14645225. OLE color: 14645225.

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

Color convert

RGB233119223-
CMYK00.490.040.09
HSL305.26º72.15%69.02%-
HSV(B)305.26º48.93%91.37%-
XYZ53.5235.8573.91-
YUV164.94160.77176.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.52%
GREEN value IS 119 (46.88% from 255) = 20.70%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=40.52%
G=20.70%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311922300.490.040.09305.2672.1569.02
HexE977DF031491314845
Octal351167337061411461110105
Binary111010011110111110111110110001100100110011000110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E977DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E977DF; }

 p { color: rgb(233,119,223); }

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

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

 a { background-color: rgb(233,119,223); }

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

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

 span { border-color: rgb(233,119,223); }

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