#E17ED6

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

Shades of Orchid #E17ED6

Tints of Orchid #E17ED6

Color information

#E17ED6 (or 0xE17ED6) is unknown color: approx Orchid. HEX triplet: E1, 7E and D6. RGB value is (225,126,214). Sum of RGB (Red+Green+Blue) = 225+126+214=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ED6 is #1E8129. Grayscale: #A5A5A5. Windows color (decimal): -1999146 or 14057185. OLE color: 14057185.

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

Color convert

RGB225126214-
CMYK00.440.050.12
HSL306.67º62.26%68.82%-
HSV(B)306.67º44%88.24%-
XYZ50.6535.7867.86-
YUV165.63155.3170.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.82%
GREEN value IS 126 (49.61% from 255) = 22.30%
BLUE value IS 214 (83.98% from 255) = 37.88%
R=39.82%
G=22.30%
B=37.88%

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
Decimal22512621400.440.050.12306.6762.2668.82
HexE17ED602C5C1333e45
Octal34117632605451446376105
Binary11100001111111011010110010110010111001001100111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17ED6; }

 p { color: rgb(225,126,214); }

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

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

 a { background-color: rgb(225,126,214); }

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

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

 span { border-color: rgb(225,126,214); }

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