#E16EDC

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

Shades of Orchid #E16EDC

Tints of Orchid #E16EDC

Color information

#E16EDC (or 0xE16EDC) is unknown color: approx Orchid. HEX triplet: E1, 6E and DC. RGB value is (225,110,220). Sum of RGB (Red+Green+Blue) = 225+110+220=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16EDC is #1E9123. Grayscale: #9C9C9C. Windows color (decimal): -2003236 or 14446305. OLE color: 14446305.

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

Color convert

RGB225110220-
CMYK00.510.020.12
HSL302.61º65.71%65.69%-
HSV(B)302.61º51.11%88.24%-
XYZ49.5532.3371.34-
YUV156.92163.6176.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 110 (43.36% from 255) = 19.82%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=40.54%
G=19.82%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511022000.510.020.12302.6165.7165.69
HexE16EDC0332C12f4242
Octal341156334063214457102102
Binary11100001110111011011100011001110110010010111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16EDC; }

 p { color: rgb(225,110,220); }

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

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

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

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

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

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

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