#E16FD0

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

Shades of Orchid #E16FD0

Tints of Orchid #E16FD0

Color information

#E16FD0 (or 0xE16FD0) is unknown color: approx Orchid. HEX triplet: E1, 6F and D0. RGB value is (225,111,208). Sum of RGB (Red+Green+Blue) = 225+111+208=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FD0 is #1E902F. Grayscale: #9B9B9B. Windows color (decimal): -2002992 or 13660129. OLE color: 13660129.

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

Color convert

RGB225111208-
CMYK00.510.080.12
HSL308.95º65.52%65.88%-
HSV(B)308.95º50.67%88.24%-
XYZ48.1231.9363.3-
YUV156.14157.27177.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 111 (43.75% from 255) = 20.40%
BLUE value IS 208 (81.64% from 255) = 38.24%
R=41.36%
G=20.40%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511120800.510.080.12308.9565.5265.88
HexE16FD00338C1354242
Octal3411573200631014465102102
Binary1110000111011111101000001100111000110010011010110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16FD0; }

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

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

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

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

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

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

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

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