#E17AD0

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

Shades of Orchid #E17AD0

Tints of Orchid #E17AD0

Color information

#E17AD0 (or 0xE17AD0) is unknown color: approx Orchid. HEX triplet: E1, 7A and D0. RGB value is (225,122,208). Sum of RGB (Red+Green+Blue) = 225+122+208=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17AD0 is #1E852F. Grayscale: #A2A2A2. Windows color (decimal): -2000176 or 13662945. OLE color: 13662945.

HSL color Cylindrical-coordinate representation of color #E17AD0: hue angle of 309.9º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17AD0 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225122208-
CMYK00.460.080.12
HSL309.9º63.19%68.04%-
HSV(B)309.9º45.78%88.24%-
XYZ49.434.4863.73-
YUV162.6153.62172.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 122 (48.05% from 255) = 21.98%
BLUE value IS 208 (81.64% from 255) = 37.48%
R=40.54%
G=21.98%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512220800.460.080.12309.963.1968.04
HexE17AD002E8C1363f44
Octal341172320056101446677104
Binary111000011111010110100000101110100011001001101101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17AD0; }

 p { color: rgb(225,122,208); }

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

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

 a { background-color: rgb(225,122,208); }

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

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

 span { border-color: rgb(225,122,208); }

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