#E973D0

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

Shades of Orchid #E973D0

Tints of Orchid #E973D0

Color information

#E973D0 (or 0xE973D0) is unknown color: approx Orchid. HEX triplet: E9, 73 and D0. RGB value is (233,115,208). Sum of RGB (Red+Green+Blue) = 233+115+208=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E973D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973D0 is #168C2F. Grayscale: #A0A0A0. Windows color (decimal): -1477680 or 13661161. OLE color: 13661161.

HSL color Cylindrical-coordinate representation of color #E973D0: hue angle of 312.71º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E973D0 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB233115208-
CMYK00.510.110.09
HSL312.71º72.84%68.24%-
HSV(B)312.71º50.64%91.37%-
XYZ51.1234.1463.57-
YUV160.88154.59179.44-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.91%
GREEN value IS 115 (45.31% from 255) = 20.68%
BLUE value IS 208 (81.64% from 255) = 37.41%
R=41.91%
G=20.68%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311520800.510.110.09312.7172.8468.24
HexE973D0033B91394944
Octal3511633200631311471111104
Binary1110100111100111101000001100111011100110011100110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E973D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E973D0; }

 p { color: rgb(233,115,208); }

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

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

 a { background-color: rgb(233,115,208); }

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

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

 span { border-color: rgb(233,115,208); }

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