#E17CD9

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

Shades of Orchid #E17CD9

Tints of Orchid #E17CD9

Color information

#E17CD9 (or 0xE17CD9) is unknown color: approx Orchid. HEX triplet: E1, 7C and D9. RGB value is (225,124,217). Sum of RGB (Red+Green+Blue) = 225+124+217=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CD9 is #1E8326. Grayscale: #A4A4A4. Windows color (decimal): -1999655 or 14253281. OLE color: 14253281.

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

Color convert

RGB225124217-
CMYK00.450.040.12
HSL304.75º62.73%68.43%-
HSV(B)304.75º44.89%88.24%-
XYZ50.7835.4369.81-
YUV164.8157.46170.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 124 (48.83% from 255) = 21.91%
BLUE value IS 217 (85.16% from 255) = 38.34%
R=39.75%
G=21.91%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512421700.450.040.12304.7562.7368.43
HexE17CD902D4C1313f44
Octal34117433105541446177104
Binary11100001111110011011001010110110011001001100011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17CD9; }

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

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

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

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

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

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

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

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