#E17DC9

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

Shades of Orchid #E17DC9

Tints of Orchid #E17DC9

Color information

#E17DC9 (or 0xE17DC9) is unknown color: approx Orchid. HEX triplet: E1, 7D and C9. RGB value is (225,125,201). Sum of RGB (Red+Green+Blue) = 225+125+201=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DC9 is #1E8236. Grayscale: #A3A3A3. Windows color (decimal): -1999415 or 13204961. OLE color: 13204961.

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

Color convert

RGB225125201-
CMYK00.440.110.12
HSL314.4º62.5%68.63%-
HSV(B)314.4º44.44%88.24%-
XYZ48.9334.8959.41-
YUV163.56149.13171.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 201 (78.91% from 255) = 36.48%
R=40.83%
G=22.69%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512520100.440.110.12314.462.568.63
HexE17DC902CBC13a3e45
Octal341175311054131447276105
Binary111000011111101110010010101100101111001001110101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17DC9; }

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

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

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

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

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

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

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

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