#E96DD7

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

Shades of Orchid #E96DD7

Tints of Orchid #E96DD7

Color information

#E96DD7 (or 0xE96DD7) is unknown color: approx Orchid. HEX triplet: E9, 6D and D7. RGB value is (233,109,215). Sum of RGB (Red+Green+Blue) = 233+109+215=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 109 (42.97% from 255 or 19.57% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DD7 is #169228. Grayscale: #9D9D9D. Windows color (decimal): -1479209 or 14118377. OLE color: 14118377.

HSL color Cylindrical-coordinate representation of color #E96DD7: hue angle of 308.71º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96DD7 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB233109215-
CMYK00.530.080.09
HSL308.71º73.81%67.06%-
HSV(B)308.71º53.22%91.37%-
XYZ51.3433.1767.99-
YUV158.16160.08181.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.83%
GREEN value IS 109 (42.97% from 255) = 19.57%
BLUE value IS 215 (84.38% from 255) = 38.60%
R=41.83%
G=19.57%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310921500.530.080.09308.7173.8167.06
HexE96DD7035891354a43
Octal3511553270651011465112103
Binary1110100111011011101011101101011000100110011010110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96DD7; }

 p { color: rgb(233,109,215); }

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

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

 a { background-color: rgb(233,109,215); }

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

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

 span { border-color: rgb(233,109,215); }

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