#E97CD5

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

Shades of Orchid #E97CD5

Tints of Orchid #E97CD5

Color information

#E97CD5 (or 0xE97CD5) is unknown color: approx Orchid. HEX triplet: E9, 7C and D5. RGB value is (233,124,213). Sum of RGB (Red+Green+Blue) = 233+124+213=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E97CD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97CD5 is #16832A. Grayscale: #A6A6A6. Windows color (decimal): -1475371 or 13991145. OLE color: 13991145.

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

Color convert

RGB233124213-
CMYK00.470.090.09
HSL311.01º71.24%70%-
HSV(B)311.01º46.78%91.37%-
XYZ52.8236.5467.22-
YUV166.74154.11175.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.88%
GREEN value IS 124 (48.83% from 255) = 21.75%
BLUE value IS 213 (83.59% from 255) = 37.37%
R=40.88%
G=21.75%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312421300.470.090.09311.0171.2470
HexE97CD502F991374746
Octal3511743250571111467107106
Binary1110100111111001101010101011111001100110011011110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97CD5; }

 p { color: rgb(233,124,213); }

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

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

 a { background-color: rgb(233,124,213); }

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

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

 span { border-color: rgb(233,124,213); }

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