#E17DDD

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

Shades of Orchid #E17DDD

Tints of Orchid #E17DDD

Color information

#E17DDD (or 0xE17DDD) is unknown color: approx Orchid. HEX triplet: E1, 7D and DD. RGB value is (225,125,221). Sum of RGB (Red+Green+Blue) = 225+125+221=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DDD is #1E8222. Grayscale: #A5A5A5. Windows color (decimal): -1999395 or 14515681. OLE color: 14515681.

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

Color convert

RGB225125221-
CMYK00.440.020.12
HSL302.4º62.5%68.63%-
HSV(B)302.4º44.44%88.24%-
XYZ51.4435.972.62-
YUV165.84159.13170.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.40%
GREEN value IS 125 (49.22% from 255) = 21.89%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=39.40%
G=21.89%
B=38.70%

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
Decimal22512522100.440.020.12302.462.568.63
HexE17DDD02C2C12e3e45
Octal34117533505421445676105
Binary1110000111111011101110101011001011001001011101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17DDD; }

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

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

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

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

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

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

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

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