#E16CE1

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

Shades of Orchid #E16CE1

Tints of Orchid #E16CE1

Color information

#E16CE1 (or 0xE16CE1) is unknown color: approx Orchid. HEX triplet: E1, 6C and E1. RGB value is (225,108,225). Sum of RGB (Red+Green+Blue) = 225+108+225=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 108 (42.58% from 255 or 19.35% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E16CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CE1 is #1E931E. Grayscale: #9B9B9B. Windows color (decimal): -2003743 or 14773473. OLE color: 14773473.

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

Color convert

RGB225108225-
CMYK00.5200.12
HSL300º66.1%65.29%-
HSV(B)300º52%88.24%-
XYZ5032.1774.81-
YUV156.32166.76176.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.32%
GREEN value IS 108 (42.58% from 255) = 19.35%
BLUE value IS 225 (88.28% from 255) = 40.32%
R=40.32%
G=19.35%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510822500.5200.1230066.165.29
HexE16CE10340C12c4241
Octal341154341064014454102101
Binary1110000111011001110000101101000110010010110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16CE1; }

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

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

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

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

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

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

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

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