#E17FD9

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

Shades of Orchid #E17FD9

Tints of Orchid #E17FD9

Color information

#E17FD9 (or 0xE17FD9) is unknown color: approx Orchid. HEX triplet: E1, 7F and D9. RGB value is (225,127,217). Sum of RGB (Red+Green+Blue) = 225+127+217=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FD9 is #1E8026. Grayscale: #A6A6A6. Windows color (decimal): -1998887 or 14254049. OLE color: 14254049.

HSL color Cylindrical-coordinate representation of color #E17FD9: hue angle of 304.9º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17FD9 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB225127217-
CMYK00.440.040.12
HSL304.9º62.03%69.02%-
HSV(B)304.9º43.56%88.24%-
XYZ51.1736.269.94-
YUV166.56156.47169.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.54%
GREEN value IS 127 (50% from 255) = 22.32%
BLUE value IS 217 (85.16% from 255) = 38.14%
R=39.54%
G=22.32%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512721700.440.040.12304.962.0369.02
HexE17FD902C4C1313e45
Octal34117733105441446176105
Binary11100001111111111011001010110010011001001100011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17FD9; }

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

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

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

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

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

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

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

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