#E16ADC

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

Shades of Orchid #E16ADC

Tints of Orchid #E16ADC

Color information

#E16ADC (or 0xE16ADC) is unknown color: approx Orchid. HEX triplet: E1, 6A and DC. RGB value is (225,106,220). Sum of RGB (Red+Green+Blue) = 225+106+220=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E16ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16ADC is #1E9523. Grayscale: #9A9A9A. Windows color (decimal): -2004260 or 14445281. OLE color: 14445281.

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

Color convert

RGB225106220-
CMYK00.530.020.12
HSL302.52º66.48%64.9%-
HSV(B)302.52º52.89%88.24%-
XYZ49.1231.4871.2-
YUV154.58164.92178.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 106 (41.80% from 255) = 19.24%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=40.83%
G=19.24%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510622000.530.020.12302.5266.4864.9
HexE16ADC0352C12f4241
Octal341152334065214457102101
Binary11100001110101011011100011010110110010010111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16ADC; }

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

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

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

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

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

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

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

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