#E97CD6

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

Shades of Orchid #E97CD6

Tints of Orchid #E97CD6

Color information

#E97CD6 (or 0xE97CD6) is unknown color: approx Orchid. HEX triplet: E9, 7C and D6. RGB value is (233,124,214). Sum of RGB (Red+Green+Blue) = 233+124+214=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E97CD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97CD6 is #168329. Grayscale: #A6A6A6. Windows color (decimal): -1475370 or 14056681. OLE color: 14056681.

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

Color convert

RGB233124214-
CMYK00.470.080.09
HSL310.46º71.24%70%-
HSV(B)310.46º46.78%91.37%-
XYZ52.9536.5967.89-
YUV166.85154.61175.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.81%
GREEN value IS 124 (48.83% from 255) = 21.72%
BLUE value IS 214 (83.98% from 255) = 37.48%
R=40.81%
G=21.72%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312421400.470.080.09310.4671.2470
HexE97CD602F891364746
Octal3511743260571011466107106
Binary1110100111111001101011001011111000100110011011010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97CD6; }

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

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

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

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

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

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

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

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