#E17DDA

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

Shades of Orchid #E17DDA

Tints of Orchid #E17DDA

Color information

#E17DDA (or 0xE17DDA) is unknown color: approx Orchid. HEX triplet: E1, 7D and DA. RGB value is (225,125,218). Sum of RGB (Red+Green+Blue) = 225+125+218=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DDA is #1E8225. Grayscale: #A5A5A5. Windows color (decimal): -1999398 or 14319073. OLE color: 14319073.

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

Color convert

RGB225125218-
CMYK00.440.030.12
HSL304.2º62.5%68.63%-
HSV(B)304.2º44.44%88.24%-
XYZ51.0435.7470.54-
YUV165.5157.63170.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.61%
GREEN value IS 125 (49.22% from 255) = 22.01%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=39.61%
G=22.01%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512521800.440.030.12304.262.568.63
HexE17DDA02C3C1303e45
Octal34117533205431446076105
Binary1110000111111011101101001011001111001001100001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17DDA; }

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

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

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

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

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

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

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

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