#E17ADD

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

Shades of Orchid #E17ADD

Tints of Orchid #E17ADD

Color information

#E17ADD (or 0xE17ADD) is unknown color: approx Orchid. HEX triplet: E1, 7A and DD. RGB value is (225,122,221). Sum of RGB (Red+Green+Blue) = 225+122+221=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ADD is #1E8522. Grayscale: #A3A3A3. Windows color (decimal): -2000163 or 14514913. OLE color: 14514913.

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

Color convert

RGB225122221-
CMYK00.460.020.12
HSL302.33º63.19%68.04%-
HSV(B)302.33º45.78%88.24%-
XYZ51.0635.1572.5-
YUV164.08160.12171.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.61%
GREEN value IS 122 (48.05% from 255) = 21.48%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=39.61%
G=21.48%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512222100.460.020.12302.3363.1968.04
HexE17ADD02E2C12e3f44
Octal34117233505621445677104
Binary1110000111110101101110101011101011001001011101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17ADD; }

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

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

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

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

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

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

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

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