#E16DC3

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

Shades of Orchid #E16DC3

Tints of Orchid #E16DC3

Color information

#E16DC3 (or 0xE16DC3) is unknown color: approx Orchid. HEX triplet: E1, 6D and C3. RGB value is (225,109,195). Sum of RGB (Red+Green+Blue) = 225+109+195=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DC3 is #1E923C. Grayscale: #999999. Windows color (decimal): -2003517 or 12807649. OLE color: 12807649.

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

Color convert

RGB225109195-
CMYK00.520.130.12
HSL315.52º65.91%65.49%-
HSV(B)315.52º51.56%88.24%-
XYZ46.3730.8855.15-
YUV153.49151.43179.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 109 (42.97% from 255) = 20.60%
BLUE value IS 195 (76.56% from 255) = 36.86%
R=42.53%
G=20.60%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510919500.520.130.12315.5265.9165.49
HexE16DC3034DC13c4241
Octal3411553030641514474102101
Binary1110000111011011100001101101001101110010011110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16DC3; }

 p { color: rgb(225,109,195); }

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

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

 a { background-color: rgb(225,109,195); }

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

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

 span { border-color: rgb(225,109,195); }

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