#E16CC8

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

Shades of Orchid #E16CC8

Tints of Orchid #E16CC8

Color information

#E16CC8 (or 0xE16CC8) is unknown color: approx Orchid. HEX triplet: E1, 6C and C8. RGB value is (225,108,200). Sum of RGB (Red+Green+Blue) = 225+108+200=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CC8 is #1E9337. Grayscale: #999999. Windows color (decimal): -2003768 or 13135073. OLE color: 13135073.

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

Color convert

RGB225108200-
CMYK00.520.110.12
HSL312.82º66.1%65.29%-
HSV(B)312.82º52%88.24%-
XYZ46.8430.958.14-
YUV153.47154.26179.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.21%
GREEN value IS 108 (42.58% from 255) = 20.26%
BLUE value IS 200 (78.52% from 255) = 37.52%
R=42.21%
G=20.26%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510820000.520.110.12312.8266.165.29
HexE16CC8034BC1394241
Octal3411543100641314471102101
Binary1110000111011001100100001101001011110010011100110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16CC8; }

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

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

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

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

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

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

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

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