#e86dda

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

Shades of Orchid #E86DDA

Tints of Orchid #E86DDA

Color information

#E86DDA (or 0xE86DDA) is unknown color: approx Orchid. HEX triplet: E8, 6D and DA. RGB value is (232,109,218). Sum of RGB (Red+Green+Blue) = 232+109+218=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86DDA is #179225. Grayscale: #9D9D9D. Windows color (decimal): -1544742 or 14314984. OLE color: 14314984.

HSL color Cylindrical-coordinate representation of color #E86DDA: hue angle of 306.83º 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 #E86DDA is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232109218-
CMYK00.530.060.09
HSL306.83º72.78%66.86%-
HSV(B)306.83º53.02%90.98%-
XYZ51.433.1670.02-
YUV158.2161.75180.64-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.50%
GREEN value IS 109 (42.97% from 255) = 19.50%
BLUE value IS 218 (85.55% from 255) = 39.00%
R=41.50%
G=19.50%
B=39.00%

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
Decimal23210921800.530.060.09306.8372.7866.86
HexE86DDA035691334943
Octal350155332065611463111103
Binary111010001101101110110100110101110100110011001110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e86dda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e86dda; }

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

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

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

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

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

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

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

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