#E16FC4

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

Shades of Orchid #E16FC4

Tints of Orchid #E16FC4

Color information

#E16FC4 (or 0xE16FC4) is unknown color: approx Orchid. HEX triplet: E1, 6F and C4. RGB value is (225,111,196). Sum of RGB (Red+Green+Blue) = 225+111+196=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FC4 is #1E903B. Grayscale: #9A9A9A. Windows color (decimal): -2003004 or 12873697. OLE color: 12873697.

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

Color convert

RGB225111196-
CMYK00.510.130.12
HSL315.26º65.52%65.88%-
HSV(B)315.26º50.67%88.24%-
XYZ46.731.3655.82-
YUV154.78151.27178.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 111 (43.75% from 255) = 20.86%
BLUE value IS 196 (76.95% from 255) = 36.84%
R=42.29%
G=20.86%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511119600.510.130.12315.2665.5265.88
HexE16FC4033DC13b4242
Octal3411573040631514473102102
Binary1110000111011111100010001100111101110010011101110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16FC4; }

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

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

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

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

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

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

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

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