#E16DE1

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

Shades of Orchid #E16DE1

Tints of Orchid #E16DE1

Color information

#E16DE1 (or 0xE16DE1) is unknown color: approx Orchid. HEX triplet: E1, 6D and E1. RGB value is (225,109,225). Sum of RGB (Red+Green+Blue) = 225+109+225=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E16DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DE1 is #1E921E. Grayscale: #9C9C9C. Windows color (decimal): -2003487 or 14773729. OLE color: 14773729.

HSL color Cylindrical-coordinate representation of color #E16DE1: hue angle of 300º 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 #E16DE1 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB225109225-
CMYK00.5200.12
HSL300º65.91%65.49%-
HSV(B)300º51.56%88.24%-
XYZ50.1132.3874.84-
YUV156.91166.43176.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.25%
GREEN value IS 109 (42.97% from 255) = 19.50%
BLUE value IS 225 (88.28% from 255) = 40.25%
R=40.25%
G=19.50%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510922500.5200.1230065.9165.49
HexE16DE10340C12c4241
Octal341155341064014454102101
Binary1110000111011011110000101101000110010010110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16DE1; }

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

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

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

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

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

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

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

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