#E87DD9

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

Shades of Orchid #E87DD9

Tints of Orchid #E87DD9

Color information

#E87DD9 (or 0xE87DD9) is unknown color: approx Orchid. HEX triplet: E8, 7D and D9. RGB value is (232,125,217). Sum of RGB (Red+Green+Blue) = 232+125+217=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DD9 is #178226. Grayscale: #A7A7A7. Windows color (decimal): -1540647 or 14253544. OLE color: 14253544.

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

Color convert

RGB232125217-
CMYK00.460.060.09
HSL308.41º69.93%70%-
HSV(B)308.41º46.12%90.98%-
XYZ53.1436.8369.95-
YUV167.48155.95174.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.42%
GREEN value IS 125 (49.22% from 255) = 21.78%
BLUE value IS 217 (85.16% from 255) = 37.80%
R=40.42%
G=21.78%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212521700.460.060.09308.4169.9370
HexE87DD902E691344646
Octal350175331056611464106106
Binary111010001111101110110010101110110100110011010010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87DD9; }

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

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

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

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

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

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

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

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