#E976DE

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

Shades of Orchid #E976DE

Tints of Orchid #E976DE

Color information

#E976DE (or 0xE976DE) is unknown color: approx Orchid. HEX triplet: E9, 76 and DE. RGB value is (233,118,222). Sum of RGB (Red+Green+Blue) = 233+118+222=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E976DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976DE is #168921. Grayscale: #A3A3A3. Windows color (decimal): -1476898 or 14579433. OLE color: 14579433.

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

Color convert

RGB233118222-
CMYK00.490.050.09
HSL305.74º72.33%68.82%-
HSV(B)305.74º49.36%91.37%-
XYZ53.2735.5573.16-
YUV164.24160.6177.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.66%
GREEN value IS 118 (46.48% from 255) = 20.59%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=40.66%
G=20.59%
B=38.74%

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
Decimal23311822200.490.050.09305.7472.3368.82
HexE976DE031591324845
Octal351166336061511462110105
Binary111010011110110110111100110001101100110011001010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E976DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E976DE; }

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

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

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

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

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

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

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

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