#E977DD

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

Shades of Orchid #E977DD

Tints of Orchid #E977DD

Color information

#E977DD (or 0xE977DD) is unknown color: approx Orchid. HEX triplet: E9, 77 and DD. RGB value is (233,119,221). Sum of RGB (Red+Green+Blue) = 233+119+221=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E977DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977DD is #168822. Grayscale: #A4A4A4. Windows color (decimal): -1476643 or 14514153. OLE color: 14514153.

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

Color convert

RGB233119221-
CMYK00.490.050.09
HSL306.32º72.15%69.02%-
HSV(B)306.32º48.93%91.37%-
XYZ53.2535.7472.5-
YUV164.71159.77176.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.66%
GREEN value IS 119 (46.88% from 255) = 20.77%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=40.66%
G=20.77%
B=38.57%

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
Decimal23311922100.490.050.09306.3272.1569.02
HexE977DD031591324845
Octal351167335061511462110105
Binary111010011110111110111010110001101100110011001010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E977DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E977DD; }

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

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

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

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

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

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

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

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