#E16FC0

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

Shades of Orchid #E16FC0

Tints of Orchid #E16FC0

Color information

#E16FC0 (or 0xE16FC0) is unknown color: approx Orchid. HEX triplet: E1, 6F and C0. RGB value is (225,111,192). Sum of RGB (Red+Green+Blue) = 225+111+192=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FC0 is #1E903F. Grayscale: #9A9A9A. Windows color (decimal): -2003008 or 12611553. OLE color: 12611553.

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

Color convert

RGB225111192-
CMYK00.510.150.12
HSL317.37º65.52%65.88%-
HSV(B)317.37º50.67%88.24%-
XYZ46.2531.1853.45-
YUV154.32149.27178.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.61%
GREEN value IS 111 (43.75% from 255) = 21.02%
BLUE value IS 192 (75.39% from 255) = 36.36%
R=42.61%
G=21.02%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511119200.510.150.12317.3765.5265.88
HexE16FC0033FC13d4242
Octal3411573000631714475102102
Binary1110000111011111100000001100111111110010011110110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16FC0; }

 p { color: rgb(225,111,192); }

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

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

 a { background-color: rgb(225,111,192); }

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

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

 span { border-color: rgb(225,111,192); }

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