#E17CC8

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

Shades of Orchid #E17CC8

Tints of Orchid #E17CC8

Color information

#E17CC8 (or 0xE17CC8) is unknown color: approx Orchid. HEX triplet: E1, 7C and C8. RGB value is (225,124,200). Sum of RGB (Red+Green+Blue) = 225+124+200=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CC8 is #1E8337. Grayscale: #A2A2A2. Windows color (decimal): -1999672 or 13139169. OLE color: 13139169.

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

Color convert

RGB225124200-
CMYK00.450.110.12
HSL314.85º62.73%68.43%-
HSV(B)314.85º44.89%88.24%-
XYZ48.6834.5958.75-
YUV162.86148.96172.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 124 (48.83% from 255) = 22.59%
BLUE value IS 200 (78.52% from 255) = 36.43%
R=40.98%
G=22.59%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512420000.450.110.12314.8562.7368.43
HexE17CC802DBC13b3f44
Octal341174310055131447377104
Binary111000011111100110010000101101101111001001110111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17CC8; }

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

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

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

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

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

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

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

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