#E86DD6

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

Shades of Orchid #E86DD6

Tints of Orchid #E86DD6

Color information

#E86DD6 (or 0xE86DD6) is unknown color: approx Orchid. HEX triplet: E8, 6D and D6. RGB value is (232,109,214). Sum of RGB (Red+Green+Blue) = 232+109+214=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86DD6 is #179229. Grayscale: #9D9D9D. Windows color (decimal): -1544746 or 14052840. OLE color: 14052840.

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

Color convert

RGB232109214-
CMYK00.530.080.09
HSL308.78º72.78%66.86%-
HSV(B)308.78º53.02%90.98%-
XYZ50.8832.9567.3-
YUV157.75159.75180.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.80%
GREEN value IS 109 (42.97% from 255) = 19.64%
BLUE value IS 214 (83.98% from 255) = 38.56%
R=41.80%
G=19.64%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210921400.530.080.09308.7872.7866.86
HexE86DD6035891354943
Octal3501553260651011465111103
Binary1110100011011011101011001101011000100110011010110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86DD6; }

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

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

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

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

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

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

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

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