#E17FDD

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

Shades of Orchid #E17FDD

Tints of Orchid #E17FDD

Color information

#E17FDD (or 0xE17FDD) is unknown color: approx Orchid. HEX triplet: E1, 7F and DD. RGB value is (225,127,221). Sum of RGB (Red+Green+Blue) = 225+127+221=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FDD is #1E8022. Grayscale: #A6A6A6. Windows color (decimal): -1998883 or 14516193. OLE color: 14516193.

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

Color convert

RGB225127221-
CMYK00.440.020.12
HSL302.45º62.03%69.02%-
HSV(B)302.45º43.56%88.24%-
XYZ51.6936.4172.71-
YUV167.02158.47169.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.27%
GREEN value IS 127 (50% from 255) = 22.16%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=39.27%
G=22.16%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512722100.440.020.12302.4562.0369.02
HexE17FDD02C2C12e3e45
Octal34117733505421445676105
Binary1110000111111111101110101011001011001001011101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17FDD; }

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

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

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

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

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

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

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

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