#E86DD7

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

Shades of Orchid #E86DD7

Tints of Orchid #E86DD7

Color information

#E86DD7 (or 0xE86DD7) is unknown color: approx Orchid. HEX triplet: E8, 6D and D7. RGB value is (232,109,215). Sum of RGB (Red+Green+Blue) = 232+109+215=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86DD7 is #179228. Grayscale: #9D9D9D. Windows color (decimal): -1544745 or 14118376. OLE color: 14118376.

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

Color convert

RGB232109215-
CMYK00.530.070.09
HSL308.29º72.78%66.86%-
HSV(B)308.29º53.02%90.98%-
XYZ51.013367.97-
YUV157.86160.25180.88-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.73%
GREEN value IS 109 (42.97% from 255) = 19.60%
BLUE value IS 215 (84.38% from 255) = 38.67%
R=41.73%
G=19.60%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210921500.530.070.09308.2972.7866.86
HexE86DD7035791344943
Octal350155327065711464111103
Binary111010001101101110101110110101111100110011010010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86DD7; }

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

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

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

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

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

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

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

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