#E16AD7

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

Shades of Orchid #E16AD7

Tints of Orchid #E16AD7

Color information

#E16AD7 (or 0xE16AD7) is unknown color: approx Orchid. HEX triplet: E1, 6A and D7. RGB value is (225,106,215). Sum of RGB (Red+Green+Blue) = 225+106+215=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16AD7 is #1E9528. Grayscale: #999999. Windows color (decimal): -2004265 or 14117601. OLE color: 14117601.

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

Color convert

RGB225106215-
CMYK00.530.040.12
HSL305.04º66.48%64.9%-
HSV(B)305.04º52.89%88.24%-
XYZ48.4731.2267.76-
YUV154.01162.42178.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.21%
GREEN value IS 106 (41.80% from 255) = 19.41%
BLUE value IS 215 (84.38% from 255) = 39.38%
R=41.21%
G=19.41%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510621500.530.040.12305.0466.4864.9
HexE16AD70354C1314241
Octal341152327065414461102101
Binary111000011101010110101110110101100110010011000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16AD7; }

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

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

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

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

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

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

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

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