#E16CD0

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

Shades of Orchid #E16CD0

Tints of Orchid #E16CD0

Color information

#E16CD0 (or 0xE16CD0) is unknown color: approx Orchid. HEX triplet: E1, 6C and D0. RGB value is (225,108,208). Sum of RGB (Red+Green+Blue) = 225+108+208=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CD0 is #1E932F. Grayscale: #9A9A9A. Windows color (decimal): -2003760 or 13659361. OLE color: 13659361.

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

Color convert

RGB225108208-
CMYK00.520.080.12
HSL308.72º66.1%65.29%-
HSV(B)308.72º52%88.24%-
XYZ47.831.2963.19-
YUV154.38158.26178.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 108 (42.58% from 255) = 19.96%
BLUE value IS 208 (81.64% from 255) = 38.45%
R=41.59%
G=19.96%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510820800.520.080.12308.7266.165.29
HexE16CD00348C1354241
Octal3411543200641014465102101
Binary1110000111011001101000001101001000110010011010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16CD0; }

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

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

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

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

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

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

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

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