#E86CDB

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

Shades of Orchid #E86CDB

Tints of Orchid #E86CDB

Color information

#E86CDB (or 0xE86CDB) is unknown color: approx Orchid. HEX triplet: E8, 6C and DB. RGB value is (232,108,219). Sum of RGB (Red+Green+Blue) = 232+108+219=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CDB is #179324. Grayscale: #9D9D9D. Windows color (decimal): -1544997 or 14380264. OLE color: 14380264.

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

Color convert

RGB232108219-
CMYK00.530.060.09
HSL306.29º72.94%66.67%-
HSV(B)306.29º53.45%90.98%-
XYZ51.433370.68-
YUV157.73162.58180.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.50%
GREEN value IS 108 (42.58% from 255) = 19.32%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=41.50%
G=19.32%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210821900.530.060.09306.2972.9466.67
HexE86CDB035691324943
Octal350154333065611462111103
Binary111010001101100110110110110101110100110011001010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86CDB; }

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

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

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

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

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

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

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

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