#E86BE8

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

Shades of Orchid #E86BE8

Tints of Orchid #E86BE8

Color information

#E86BE8 (or 0xE86BE8) is unknown color: approx Orchid. HEX triplet: E8, 6B and E8. RGB value is (232,107,232). Sum of RGB (Red+Green+Blue) = 232+107+232=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 107 (42.19% from 255 or 18.74% from 571); Blue value is 232 (91.02% from 255 or 40.63% from 571); Max value from RGB is 232 - color contains mainly: red, blue. Hex color #E86BE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86BE8 is #179417. Grayscale: #9E9E9E. Windows color (decimal): -1545240 or 15231976. OLE color: 15231976.

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

Color convert

RGB232107232-
CMYK00.5400.09
HSL300º73.1%66.47%-
HSV(B)300º53.88%90.98%-
XYZ53.133.580.01-
YUV158.62169.41180.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.63%
GREEN value IS 107 (42.19% from 255) = 18.74%
BLUE value IS 232 (91.02% from 255) = 40.63%
R=40.63%
G=18.74%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210723200.5400.0930073.166.47
HexE86BE80360912c4942
Octal350153350066011454111102
Binary1110100011010111110100001101100100110010110010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86BE8; }

 p { color: rgb(232,107,232); }

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

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

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

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

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

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

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