#E16CC0

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

Shades of Orchid #E16CC0

Tints of Orchid #E16CC0

Color information

#E16CC0 (or 0xE16CC0) is unknown color: approx Orchid. HEX triplet: E1, 6C and C0. RGB value is (225,108,192). Sum of RGB (Red+Green+Blue) = 225+108+192=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CC0 is #1E933F. Grayscale: #989898. Windows color (decimal): -2003776 or 12610785. OLE color: 12610785.

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

Color convert

RGB225108192-
CMYK00.520.150.12
HSL316.92º66.1%65.29%-
HSV(B)316.92º52%88.24%-
XYZ45.9330.5453.34-
YUV152.56150.26179.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 108 (42.58% from 255) = 20.57%
BLUE value IS 192 (75.39% from 255) = 36.57%
R=42.86%
G=20.57%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510819200.520.150.12316.9266.165.29
HexE16CC0034FC13d4241
Octal3411543000641714475102101
Binary1110000111011001100000001101001111110010011110110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16CC0; }

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

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

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

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

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

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

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

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