#E16DD6

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

Shades of Orchid #E16DD6

Tints of Orchid #E16DD6

Color information

#E16DD6 (or 0xE16DD6) is unknown color: approx Orchid. HEX triplet: E1, 6D and D6. RGB value is (225,109,214). Sum of RGB (Red+Green+Blue) = 225+109+214=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DD6 is #1E9229. Grayscale: #9B9B9B. Windows color (decimal): -2003498 or 14052833. OLE color: 14052833.

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

Color convert

RGB225109214-
CMYK00.520.050.12
HSL305.69º65.91%65.49%-
HSV(B)305.69º51.56%88.24%-
XYZ48.6631.867.19-
YUV155.65160.93177.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 109 (42.97% from 255) = 19.89%
BLUE value IS 214 (83.98% from 255) = 39.05%
R=41.06%
G=19.89%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510921400.520.050.12305.6965.9165.49
HexE16DD60345C1324241
Octal341155326064514462102101
Binary111000011101101110101100110100101110010011001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16DD6; }

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

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

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

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

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

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

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

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