#E171D1

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

Shades of Orchid #E171D1

Tints of Orchid #E171D1

Color information

#E171D1 (or 0xE171D1) is unknown color: approx Orchid. HEX triplet: E1, 71 and D1. RGB value is (225,113,209). Sum of RGB (Red+Green+Blue) = 225+113+209=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E171D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171D1 is #1E8E2E. Grayscale: #9D9D9D. Windows color (decimal): -2002479 or 13726177. OLE color: 13726177.

HSL color Cylindrical-coordinate representation of color #E171D1: hue angle of 308.57º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E171D1 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB225113209-
CMYK00.500.070.12
HSL308.57º65.12%66.27%-
HSV(B)308.57º49.78%88.24%-
XYZ48.4732.4264.03-
YUV157.43157.11176.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.13%
GREEN value IS 113 (44.53% from 255) = 20.66%
BLUE value IS 209 (82.03% from 255) = 38.21%
R=41.13%
G=20.66%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511320900.500.070.12308.5765.1266.27
HexE171D10327C1354142
Octal341161321062714465101102
Binary111000011110001110100010110010111110010011010110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E171D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E171D1; }

 p { color: rgb(225,113,209); }

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

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

 a { background-color: rgb(225,113,209); }

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

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

 span { border-color: rgb(225,113,209); }

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