#E16DE0

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

Shades of Orchid #E16DE0

Tints of Orchid #E16DE0

Color information

#E16DE0 (or 0xE16DE0) is unknown color: approx Orchid. HEX triplet: E1, 6D and E0. RGB value is (225,109,224). Sum of RGB (Red+Green+Blue) = 225+109+224=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 109 (42.97% from 255 or 19.53% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DE0 is #1E921F. Grayscale: #9C9C9C. Windows color (decimal): -2003488 or 14708193. OLE color: 14708193.

HSL color Cylindrical-coordinate representation of color #E16DE0: hue angle of 300.52º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16DE0 is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB225109224-
CMYK00.520.000.12
HSL300.52º65.91%65.49%-
HSV(B)300.52º51.56%88.24%-
XYZ49.9732.3374.13-
YUV156.79165.93176.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.32%
GREEN value IS 109 (42.97% from 255) = 19.53%
BLUE value IS 224 (87.89% from 255) = 40.14%
R=40.32%
G=19.53%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510922400.520.000.12300.5265.9165.49
HexE16DE00340C12d4241
Octal341155340064014455102101
Binary1110000111011011110000001101000110010010110110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16DE0; }

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

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

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

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

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

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

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

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