#E16DDD

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

Shades of Orchid #E16DDD

Tints of Orchid #E16DDD

Color information

#E16DDD (or 0xE16DDD) is unknown color: approx Orchid. HEX triplet: E1, 6D and DD. RGB value is (225,109,221). Sum of RGB (Red+Green+Blue) = 225+109+221=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DDD is #1E9222. Grayscale: #9C9C9C. Windows color (decimal): -2003491 or 14511585. OLE color: 14511585.

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

Color convert

RGB225109221-
CMYK00.520.020.12
HSL302.07º65.91%65.49%-
HSV(B)302.07º51.56%88.24%-
XYZ49.5732.1772-
YUV156.45164.43176.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 109 (42.97% from 255) = 19.64%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=40.54%
G=19.64%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510922100.520.020.12302.0765.9165.49
HexE16DDD0342C12e4241
Octal341155335064214456102101
Binary11100001110110111011101011010010110010010111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16DDD; }

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

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

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

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

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

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

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

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