#E171D9

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

Shades of Orchid #E171D9

Tints of Orchid #E171D9

Color information

#E171D9 (or 0xE171D9) is unknown color: approx Orchid. HEX triplet: E1, 71 and D9. RGB value is (225,113,217). Sum of RGB (Red+Green+Blue) = 225+113+217=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E171D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171D9 is #1E8E26. Grayscale: #9E9E9E. Windows color (decimal): -2002471 or 14250465. OLE color: 14250465.

HSL color Cylindrical-coordinate representation of color #E171D9: hue angle of 304.29º 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 #E171D9 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB225113217-
CMYK00.500.040.12
HSL304.29º65.12%66.27%-
HSV(B)304.29º49.78%88.24%-
XYZ49.4832.8369.37-
YUV158.34161.11175.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 113 (44.53% from 255) = 20.36%
BLUE value IS 217 (85.16% from 255) = 39.10%
R=40.54%
G=20.36%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511321700.500.040.12304.2965.1266.27
HexE171D90324C1304142
Octal341161331062414460101102
Binary111000011110001110110010110010100110010011000010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E171D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E171D9; }

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

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

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

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

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

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

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

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