#E97DD3

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

Shades of Orchid #E97DD3

Tints of Orchid #E97DD3

Color information

#E97DD3 (or 0xE97DD3) is unknown color: approx Orchid. HEX triplet: E9, 7D and D3. RGB value is (233,125,211). Sum of RGB (Red+Green+Blue) = 233+125+211=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E97DD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97DD3 is #16822C. Grayscale: #A6A6A6. Windows color (decimal): -1475117 or 13860329. OLE color: 13860329.

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

Color convert

RGB233125211-
CMYK00.460.090.09
HSL312.22º71.05%70.2%-
HSV(B)312.22º46.35%91.37%-
XYZ52.736.6965.93-
YUV167.1152.78175.01-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.95%
GREEN value IS 125 (49.22% from 255) = 21.97%
BLUE value IS 211 (82.81% from 255) = 37.08%
R=40.95%
G=21.97%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312521100.460.090.09312.2271.0570.2
HexE97DD302E991384746
Octal3511753230561111470107106
Binary1110100111111011101001101011101001100110011100010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97DD3; }

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

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

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

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

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

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

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

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