#E96DE6

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

Shades of Orchid #E96DE6

Tints of Orchid #E96DE6

Color information

#E96DE6 (or 0xE96DE6) is unknown color: approx Orchid. HEX triplet: E9, 6D and E6. RGB value is (233,109,230). Sum of RGB (Red+Green+Blue) = 233+109+230=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 109 (42.97% from 255 or 19.06% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96DE6 is #169219. Grayscale: #9F9F9F. Windows color (decimal): -1479194 or 15101417. OLE color: 15101417.

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

Color convert

RGB233109230-
CMYK00.530.010.09
HSL301.45º73.81%67.06%-
HSV(B)301.45º53.22%91.37%-
XYZ53.3633.9778.61-
YUV159.87167.58180.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.73%
GREEN value IS 109 (42.97% from 255) = 19.06%
BLUE value IS 230 (90.23% from 255) = 40.21%
R=40.73%
G=19.06%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310923000.530.010.09301.4573.8167.06
HexE96DE60351912d4a43
Octal351155346065111455112103
Binary1110100111011011110011001101011100110010110110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96DE6; }

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

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

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

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

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

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

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

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