#E46DDE

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

Shades of Orchid #E46DDE

Tints of Orchid #E46DDE

Color information

#E46DDE (or 0xE46DDE) is unknown color: approx Orchid. HEX triplet: E4, 6D and DE. RGB value is (228,109,222). Sum of RGB (Red+Green+Blue) = 228+109+222=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E46DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46DDE is #1B9221. Grayscale: #9D9D9D. Windows color (decimal): -1806882 or 14577124. OLE color: 14577124.

HSL color Cylindrical-coordinate representation of color #E46DDE: hue angle of 303.03º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E46DDE is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB228109222-
CMYK00.520.030.11
HSL303.03º68.79%66.08%-
HSV(B)303.03º52.19%89.41%-
XYZ50.6532.7172.75-
YUV157.46164.42178.31-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.79%
GREEN value IS 109 (42.97% from 255) = 19.50%
BLUE value IS 222 (87.11% from 255) = 39.71%
R=40.79%
G=19.50%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810922200.520.030.11303.0368.7966.08
HexE46DDE0343B12f4542
Octal344155336064313457105102
Binary11100100110110111011110011010011101110010111110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46DDE; }

 p { color: rgb(228,109,222); }

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

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

 a { background-color: rgb(228,109,222); }

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

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

 span { border-color: rgb(228,109,222); }

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