#E17CDD

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

Shades of Orchid #E17CDD

Tints of Orchid #E17CDD

Color information

#E17CDD (or 0xE17CDD) is unknown color: approx Orchid. HEX triplet: E1, 7C and DD. RGB value is (225,124,221). Sum of RGB (Red+Green+Blue) = 225+124+221=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CDD is #1E8322. Grayscale: #A4A4A4. Windows color (decimal): -1999651 or 14515425. OLE color: 14515425.

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

Color convert

RGB225124221-
CMYK00.450.020.12
HSL302.38º62.73%68.43%-
HSV(B)302.38º44.89%88.24%-
XYZ51.3135.6472.58-
YUV165.26159.46170.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.47%
GREEN value IS 124 (48.83% from 255) = 21.75%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=39.47%
G=21.75%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512422100.450.020.12302.3862.7368.43
HexE17CDD02D2C12e3f44
Octal34117433505521445677104
Binary1110000111111001101110101011011011001001011101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17CDD; }

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

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

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

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

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

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

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

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