#E96DD2

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

Shades of Orchid #E96DD2

Tints of Orchid #E96DD2

Color information

#E96DD2 (or 0xE96DD2) is unknown color: approx Orchid. HEX triplet: E9, 6D and D2. RGB value is (233,109,210). Sum of RGB (Red+Green+Blue) = 233+109+210=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DD2 is #16922D. Grayscale: #9D9D9D. Windows color (decimal): -1479214 or 13790697. OLE color: 13790697.

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

Color convert

RGB233109210-
CMYK00.530.100.09
HSL311.13º73.81%67.06%-
HSV(B)311.13º53.22%91.37%-
XYZ50.7132.9164.65-
YUV157.59157.58181.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.21%
GREEN value IS 109 (42.97% from 255) = 19.75%
BLUE value IS 210 (82.42% from 255) = 38.04%
R=42.21%
G=19.75%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310921000.530.100.09311.1373.8167.06
HexE96DD2035A91374a43
Octal3511553220651211467112103
Binary1110100111011011101001001101011010100110011011110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96DD2; }

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

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

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

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

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

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

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

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