#E16CD5

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

Shades of Orchid #E16CD5

Tints of Orchid #E16CD5

Color information

#E16CD5 (or 0xE16CD5) is unknown color: approx Orchid. HEX triplet: E1, 6C and D5. RGB value is (225,108,213). Sum of RGB (Red+Green+Blue) = 225+108+213=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CD5 is #1E932A. Grayscale: #9A9A9A. Windows color (decimal): -2003755 or 13987041. OLE color: 13987041.

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

Color convert

RGB225108213-
CMYK00.520.050.12
HSL306.15º66.1%65.29%-
HSV(B)306.15º52%88.24%-
XYZ48.4231.5466.49-
YUV154.95160.76177.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.21%
GREEN value IS 108 (42.58% from 255) = 19.78%
BLUE value IS 213 (83.59% from 255) = 39.01%
R=41.21%
G=19.78%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510821300.520.050.12306.1566.165.29
HexE16CD50345C1324241
Octal341154325064514462102101
Binary111000011101100110101010110100101110010011001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16CD5; }

 p { color: rgb(225,108,213); }

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

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

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

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

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

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

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