#E977DE

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

Shades of Orchid #E977DE

Tints of Orchid #E977DE

Color information

#E977DE (or 0xE977DE) is unknown color: approx Orchid. HEX triplet: E9, 77 and DE. RGB value is (233,119,222). Sum of RGB (Red+Green+Blue) = 233+119+222=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E977DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977DE is #168821. Grayscale: #A4A4A4. Windows color (decimal): -1476642 or 14579689. OLE color: 14579689.

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

Color convert

RGB233119222-
CMYK00.490.050.09
HSL305.79º72.15%69.02%-
HSV(B)305.79º48.93%91.37%-
XYZ53.3935.7973.2-
YUV164.83160.27176.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.59%
GREEN value IS 119 (46.88% from 255) = 20.73%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=40.59%
G=20.73%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311922200.490.050.09305.7972.1569.02
HexE977DE031591324845
Octal351167336061511462110105
Binary111010011110111110111100110001101100110011001010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E977DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E977DE; }

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

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

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

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

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

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

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

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