#E86CD1

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

Shades of Orchid #E86CD1

Tints of Orchid #E86CD1

Color information

#E86CD1 (or 0xE86CD1) is unknown color: approx Orchid. HEX triplet: E8, 6C and D1. RGB value is (232,108,209). Sum of RGB (Red+Green+Blue) = 232+108+209=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CD1 is #17932E. Grayscale: #9C9C9C. Windows color (decimal): -1545007 or 13724904. OLE color: 13724904.

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

Color convert

RGB232108209-
CMYK00.530.100.09
HSL311.13º72.94%66.67%-
HSV(B)311.13º53.45%90.98%-
XYZ50.1532.4863.95-
YUV156.59157.58181.79-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.26%
GREEN value IS 108 (42.58% from 255) = 19.67%
BLUE value IS 209 (82.03% from 255) = 38.07%
R=42.26%
G=19.67%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210820900.530.100.09311.1372.9466.67
HexE86CD1035A91374943
Octal3501543210651211467111103
Binary1110100011011001101000101101011010100110011011110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86CD1; }

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

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

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

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

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

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

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

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