#E973D9

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

Shades of Orchid #E973D9

Tints of Orchid #E973D9

Color information

#E973D9 (or 0xE973D9) is unknown color: approx Orchid. HEX triplet: E9, 73 and D9. RGB value is (233,115,217). Sum of RGB (Red+Green+Blue) = 233+115+217=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E973D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973D9 is #168C26. Grayscale: #A1A1A1. Windows color (decimal): -1477671 or 14250985. OLE color: 14250985.

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

Color convert

RGB233115217-
CMYK00.510.070.09
HSL308.14º72.84%68.24%-
HSV(B)308.14º50.64%91.37%-
XYZ52.2634.5969.57-
YUV161.91159.09178.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.24%
GREEN value IS 115 (45.31% from 255) = 20.35%
BLUE value IS 217 (85.16% from 255) = 38.41%
R=41.24%
G=20.35%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311521700.510.070.09308.1472.8468.24
HexE973D9033791344944
Octal351163331063711464111104
Binary111010011110011110110010110011111100110011010010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E973D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E973D9; }

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

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

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

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

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

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

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

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