#e86fd5

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

Shades of Orchid #E86FD5

Tints of Orchid #E86FD5

Color information

#E86FD5 (or 0xE86FD5) is unknown color: approx Orchid. HEX triplet: E8, 6F and D5. RGB value is (232,111,213). Sum of RGB (Red+Green+Blue) = 232+111+213=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E86FD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86FD5 is #17902A. Grayscale: #9E9E9E. Windows color (decimal): -1544235 or 13987816. OLE color: 13987816.

HSL color Cylindrical-coordinate representation of color #E86FD5: hue angle of 309.42º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E86FD5 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB232111213-
CMYK00.520.080.09
HSL309.42º72.46%67.25%-
HSV(B)309.42º52.16%90.98%-
XYZ50.9733.3366.7-
YUV158.81158.59180.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.73%
GREEN value IS 111 (43.75% from 255) = 19.96%
BLUE value IS 213 (83.59% from 255) = 38.31%
R=41.73%
G=19.96%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211121300.520.080.09309.4272.4667.25
HexE86FD5034891354843
Octal3501573250641011465110103
Binary1110100011011111101010101101001000100110011010110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e86fd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e86fd5; }

 p { color: rgb(232,111,213); }

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

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

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

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

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

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

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