#E87CDB

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

Shades of Orchid #E87CDB

Tints of Orchid #E87CDB

Color information

#E87CDB (or 0xE87CDB) is unknown color: approx Orchid. HEX triplet: E8, 7C and DB. RGB value is (232,124,219). Sum of RGB (Red+Green+Blue) = 232+124+219=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 124 (48.83% from 255 or 21.57% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E87CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87CDB is #178324. Grayscale: #A6A6A6. Windows color (decimal): -1540901 or 14384360. OLE color: 14384360.

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

Color convert

RGB232124219-
CMYK00.470.060.09
HSL307.22º70.13%69.8%-
HSV(B)307.22º46.55%90.98%-
XYZ53.2736.6971.29-
YUV167.12157.28174.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.35%
GREEN value IS 124 (48.83% from 255) = 21.57%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=40.35%
G=21.57%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212421900.470.060.09307.2270.1369.8
HexE87CDB02F691334646
Octal350174333057611463106106
Binary111010001111100110110110101111110100110011001110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87CDB; }

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

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

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

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

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

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

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

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