#E86DD9

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

Shades of Orchid #E86DD9

Tints of Orchid #E86DD9

Color information

#E86DD9 (or 0xE86DD9) is unknown color: approx Orchid. HEX triplet: E8, 6D and D9. RGB value is (232,109,217). Sum of RGB (Red+Green+Blue) = 232+109+217=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 109 (42.97% from 255 or 19.53% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86DD9 is #179226. Grayscale: #9D9D9D. Windows color (decimal): -1544743 or 14249448. OLE color: 14249448.

HSL color Cylindrical-coordinate representation of color #E86DD9: hue angle of 307.32º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86DD9 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232109217-
CMYK00.530.060.09
HSL307.32º72.78%66.86%-
HSV(B)307.32º53.02%90.98%-
XYZ51.2733.169.33-
YUV158.09161.25180.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.58%
GREEN value IS 109 (42.97% from 255) = 19.53%
BLUE value IS 217 (85.16% from 255) = 38.89%
R=41.58%
G=19.53%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210921700.530.060.09307.3272.7866.86
HexE86DD9035691334943
Octal350155331065611463111103
Binary111010001101101110110010110101110100110011001110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86DD9; }

 p { color: rgb(232,109,217); }

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

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

 a { background-color: rgb(232,109,217); }

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

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

 span { border-color: rgb(232,109,217); }

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