#E97DD0

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

Shades of Orchid #E97DD0

Tints of Orchid #E97DD0

Color information

#E97DD0 (or 0xE97DD0) is unknown color: approx Orchid. HEX triplet: E9, 7D and D0. RGB value is (233,125,208). Sum of RGB (Red+Green+Blue) = 233+125+208=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E97DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97DD0 is #16822F. Grayscale: #A6A6A6. Windows color (decimal): -1475120 or 13663721. OLE color: 13663721.

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

Color convert

RGB233125208-
CMYK00.460.110.09
HSL313.89º71.05%70.2%-
HSV(B)313.89º46.35%91.37%-
XYZ52.3236.5463.97-
YUV166.75151.28175.25-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.17%
GREEN value IS 125 (49.22% from 255) = 22.08%
BLUE value IS 208 (81.64% from 255) = 36.75%
R=41.17%
G=22.08%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312520800.460.110.09313.8971.0570.2
HexE97DD002EB913a4746
Octal3511753200561311472107106
Binary1110100111111011101000001011101011100110011101010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97DD0; }

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

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

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

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

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

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

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

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