#E16DE8

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

Shades of Orchid #E16DE8

Tints of Orchid #E16DE8

Color information

#E16DE8 (or 0xE16DE8) is unknown color: approx Orchid. HEX triplet: E1, 6D and E8. RGB value is (225,109,232). Sum of RGB (Red+Green+Blue) = 225+109+232=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 232 (91.02% from 255 or 40.99% from 566); Max value from RGB is 232 - color contains mainly: blue. Hex color #E16DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16DE8 is #1E9217. Grayscale: #9D9D9D. Windows color (decimal): -2003480 or 15232481. OLE color: 15232481.

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

Color convert

RGB225109232-
CMYK0.030.5300.09
HSL296.59º72.78%66.86%-
HSV(B)296.59º53.02%90.98%-
XYZ51.0932.7779.98-
YUV157.71169.93176-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 109 (42.97% from 255) = 19.26%
BLUE value IS 232 (91.02% from 255) = 40.99%
R=39.75%
G=19.26%
B=40.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2251092320.030.5300.09296.5972.7866.86
HexE16DE8335091294943
Octal341155350365011451111103
Binary11100001110110111101000111101010100110010100110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16DE8; }

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

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

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

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

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

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

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

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