#E871D9

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

Shades of Orchid #E871D9

Tints of Orchid #E871D9

Color information

#E871D9 (or 0xE871D9) is unknown color: approx Orchid. HEX triplet: E8, 71 and D9. RGB value is (232,113,217). Sum of RGB (Red+Green+Blue) = 232+113+217=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 232 - color contains mainly: red. Hex color #E871D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871D9 is #178E26. Grayscale: #A0A0A0. Windows color (decimal): -1543719 or 14250472. OLE color: 14250472.

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

Color convert

RGB232113217-
CMYK00.510.060.09
HSL307.56º72.12%67.65%-
HSV(B)307.56º51.29%90.98%-
XYZ51.7133.9869.48-
YUV160.44159.92179.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.28%
GREEN value IS 113 (44.53% from 255) = 20.11%
BLUE value IS 217 (85.16% from 255) = 38.61%
R=41.28%
G=20.11%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211321700.510.060.09307.5672.1267.65
HexE871D9033691344844
Octal350161331063611464110104
Binary111010001110001110110010110011110100110011010010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E871D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E871D9; }

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

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

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

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

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

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

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

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