#E976DC

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

Shades of Orchid #E976DC

Tints of Orchid #E976DC

Color information

#E976DC (or 0xE976DC) is unknown color: approx Orchid. HEX triplet: E9, 76 and DC. RGB value is (233,118,220). Sum of RGB (Red+Green+Blue) = 233+118+220=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E976DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976DC is #168923. Grayscale: #A3A3A3. Windows color (decimal): -1476900 or 14448361. OLE color: 14448361.

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

Color convert

RGB233118220-
CMYK00.490.060.09
HSL306.78º72.33%68.82%-
HSV(B)306.78º49.36%91.37%-
XYZ5335.4571.76-
YUV164.01159.6177.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.81%
GREEN value IS 118 (46.48% from 255) = 20.67%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=40.81%
G=20.67%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311822000.490.060.09306.7872.3368.82
HexE976DC031691334845
Octal351166334061611463110105
Binary111010011110110110111000110001110100110011001110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E976DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E976DC; }

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

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

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

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

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

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

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

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