#E17DCE

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

Shades of Orchid #E17DCE

Tints of Orchid #E17DCE

Color information

#E17DCE (or 0xE17DCE) is unknown color: approx Orchid. HEX triplet: E1, 7D and CE. RGB value is (225,125,206). Sum of RGB (Red+Green+Blue) = 225+125+206=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DCE is #1E8231. Grayscale: #A3A3A3. Windows color (decimal): -1999410 or 13532641. OLE color: 13532641.

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

Color convert

RGB225125206-
CMYK00.440.080.12
HSL311.4º62.5%68.63%-
HSV(B)311.4º44.44%88.24%-
XYZ49.5335.1362.56-
YUV164.13151.63171.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.47%
GREEN value IS 125 (49.22% from 255) = 22.48%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=40.47%
G=22.48%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512520600.440.080.12311.462.568.63
HexE17DCE02C8C1373e45
Octal341175316054101446776105
Binary111000011111101110011100101100100011001001101111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17DCE; }

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

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

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

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

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

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

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

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