#E17DDE

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

Shades of Orchid #E17DDE

Tints of Orchid #E17DDE

Color information

#E17DDE (or 0xE17DDE) is unknown color: approx Orchid. HEX triplet: E1, 7D and DE. RGB value is (225,125,222). Sum of RGB (Red+Green+Blue) = 225+125+222=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DDE is #1E8221. Grayscale: #A5A5A5. Windows color (decimal): -1999394 or 14581217. OLE color: 14581217.

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

Color convert

RGB225125222-
CMYK00.440.010.12
HSL301.8º62.5%68.63%-
HSV(B)301.8º44.44%88.24%-
XYZ51.5735.9573.33-
YUV165.96159.63170.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.34%
GREEN value IS 125 (49.22% from 255) = 21.85%
BLUE value IS 222 (87.11% from 255) = 38.81%
R=39.34%
G=21.85%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512522200.440.010.12301.862.568.63
HexE17DDE02C1C12e3e45
Octal34117533605411445676105
Binary111000011111101110111100101100111001001011101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17DDE; }

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

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

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

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

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

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

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

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