#E87DDC

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

Shades of Orchid #E87DDC

Tints of Orchid #E87DDC

Color information

#E87DDC (or 0xE87DDC) is unknown color: approx Orchid. HEX triplet: E8, 7D and DC. RGB value is (232,125,220). Sum of RGB (Red+Green+Blue) = 232+125+220=577 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.21% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DDC is #178223. Grayscale: #A7A7A7. Windows color (decimal): -1540644 or 14450152. OLE color: 14450152.

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

Color convert

RGB232125220-
CMYK00.460.050.09
HSL306.73º69.93%70%-
HSV(B)306.73º46.12%90.98%-
XYZ53.5336.9972.03-
YUV167.82157.45173.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.21%
GREEN value IS 125 (49.22% from 255) = 21.66%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=40.21%
G=21.66%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212522000.460.050.09306.7369.9370
HexE87DDC02E591334646
Octal350175334056511463106106
Binary111010001111101110111000101110101100110011001110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87DDC; }

 p { color: rgb(232,125,220); }

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

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

 a { background-color: rgb(232,125,220); }

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

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

 span { border-color: rgb(232,125,220); }

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