#E86BD6

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

Shades of Orchid #E86BD6

Tints of Orchid #E86BD6

Color information

#E86BD6 (or 0xE86BD6) is unknown color: approx Orchid. HEX triplet: E8, 6B and D6. RGB value is (232,107,214). Sum of RGB (Red+Green+Blue) = 232+107+214=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 107 (42.19% from 255 or 19.35% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E86BD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86BD6 is #179429. Grayscale: #9C9C9C. Windows color (decimal): -1545258 or 14052328. OLE color: 14052328.

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

Color convert

RGB232107214-
CMYK00.540.080.09
HSL308.64º73.1%66.47%-
HSV(B)308.64º53.88%90.98%-
XYZ50.6732.5367.23-
YUV156.57160.41181.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.95%
GREEN value IS 107 (42.19% from 255) = 19.35%
BLUE value IS 214 (83.98% from 255) = 38.70%
R=41.95%
G=19.35%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210721400.540.080.09308.6473.166.47
HexE86BD6036891354942
Octal3501533260661011465111102
Binary1110100011010111101011001101101000100110011010110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86BD6; }

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

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

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

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

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

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

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

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