#E17DD5

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

Shades of Orchid #E17DD5

Tints of Orchid #E17DD5

Color information

#E17DD5 (or 0xE17DD5) is unknown color: approx Orchid. HEX triplet: E1, 7D and D5. RGB value is (225,125,213). Sum of RGB (Red+Green+Blue) = 225+125+213=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DD5 is #1E822A. Grayscale: #A4A4A4. Windows color (decimal): -1999403 or 13991393. OLE color: 13991393.

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

Color convert

RGB225125213-
CMYK00.440.050.12
HSL307.2º62.5%68.63%-
HSV(B)307.2º44.44%88.24%-
XYZ50.435.4867.14-
YUV164.93155.13170.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 125 (49.22% from 255) = 22.20%
BLUE value IS 213 (83.59% from 255) = 37.83%
R=39.96%
G=22.20%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512521300.440.050.12307.262.568.63
HexE17DD502C5C1333e45
Octal34117532505451446376105
Binary11100001111110111010101010110010111001001100111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17DD5; }

 p { color: rgb(225,125,213); }

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

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

 a { background-color: rgb(225,125,213); }

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

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

 span { border-color: rgb(225,125,213); }

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