#E16DE3

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

Shades of Orchid #E16DE3

Tints of Orchid #E16DE3

Color information

#E16DE3 (or 0xE16DE3) is unknown color: approx Orchid. HEX triplet: E1, 6D and E3. RGB value is (225,109,227). Sum of RGB (Red+Green+Blue) = 225+109+227=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 227 (89.06% from 255 or 40.46% from 561); Max value from RGB is 227 - color contains mainly: blue. Hex color #E16DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DE3 is #1E921C. Grayscale: #9C9C9C. Windows color (decimal): -2003485 or 14904801. OLE color: 14904801.

HSL color Cylindrical-coordinate representation of color #E16DE3: hue angle of 298.98º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16DE3 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB225109227-
CMYK0.010.5200.11
HSL298.98º67.82%65.88%-
HSV(B)298.98º51.98%89.02%-
XYZ50.3932.4976.29-
YUV157.14167.43176.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.11%
GREEN value IS 109 (42.97% from 255) = 19.43%
BLUE value IS 227 (89.06% from 255) = 40.46%
R=40.11%
G=19.43%
B=40.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2251092270.010.5200.11298.9867.8265.88
HexE16DE31340B12b4442
Octal341155343164013453104102
Binary1110000111011011110001111101000101110010101110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16DE3; }

 p { color: rgb(225,109,227); }

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

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

 a { background-color: rgb(225,109,227); }

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

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

 span { border-color: rgb(225,109,227); }

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