#E86CD2

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

Shades of Orchid #E86CD2

Tints of Orchid #E86CD2

Color information

#E86CD2 (or 0xE86CD2) is unknown color: approx Orchid. HEX triplet: E8, 6C and D2. RGB value is (232,108,210). Sum of RGB (Red+Green+Blue) = 232+108+210=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 210 (82.42% from 255 or 38.18% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CD2 is #17932D. Grayscale: #9C9C9C. Windows color (decimal): -1545006 or 13790440. OLE color: 13790440.

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

Color convert

RGB232108210-
CMYK00.530.090.09
HSL310.65º72.94%66.67%-
HSV(B)310.65º53.45%90.98%-
XYZ50.2732.5364.6-
YUV156.7158.08181.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.18%
GREEN value IS 108 (42.58% from 255) = 19.64%
BLUE value IS 210 (82.42% from 255) = 38.18%
R=42.18%
G=19.64%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210821000.530.090.09310.6572.9466.67
HexE86CD2035991374943
Octal3501543220651111467111103
Binary1110100011011001101001001101011001100110011011110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86CD2; }

 p { color: rgb(232,108,210); }

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

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

 a { background-color: rgb(232,108,210); }

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

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

 span { border-color: rgb(232,108,210); }

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