#E16CC6

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

Shades of Orchid #E16CC6

Tints of Orchid #E16CC6

Color information

#E16CC6 (or 0xE16CC6) is unknown color: approx Orchid. HEX triplet: E1, 6C and C6. RGB value is (225,108,198). Sum of RGB (Red+Green+Blue) = 225+108+198=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CC6 is #1E9339. Grayscale: #999999. Windows color (decimal): -2003770 or 13004001. OLE color: 13004001.

HSL color Cylindrical-coordinate representation of color #E16CC6: hue angle of 313.85º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16CC6 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB225108198-
CMYK00.520.120.12
HSL313.85º66.1%65.29%-
HSV(B)313.85º52%88.24%-
XYZ46.6130.8156.92-
YUV153.24153.26179.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 108 (42.58% from 255) = 20.34%
BLUE value IS 198 (77.73% from 255) = 37.29%
R=42.37%
G=20.34%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510819800.520.120.12313.8566.165.29
HexE16CC6034CC13a4241
Octal3411543060641414472102101
Binary1110000111011001100011001101001100110010011101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16CC6; }

 p { color: rgb(225,108,198); }

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

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

 a { background-color: rgb(225,108,198); }

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

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

 span { border-color: rgb(225,108,198); }

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