#E16BC2

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

Shades of Orchid #E16BC2

Tints of Orchid #E16BC2

Color information

#E16BC2 (or 0xE16BC2) is unknown color: approx Orchid. HEX triplet: E1, 6B and C2. RGB value is (225,107,194). Sum of RGB (Red+Green+Blue) = 225+107+194=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BC2 is #1E943D. Grayscale: #979797. Windows color (decimal): -2004030 or 12741601. OLE color: 12741601.

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

Color convert

RGB225107194-
CMYK00.520.140.12
HSL315.76º66.29%65.1%-
HSV(B)315.76º52.44%88.24%-
XYZ46.0530.4254.48-
YUV152.2151.59179.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 107 (42.19% from 255) = 20.34%
BLUE value IS 194 (76.17% from 255) = 36.88%
R=42.78%
G=20.34%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510719400.520.140.12315.7666.2965.1
HexE16BC2034EC13c4241
Octal3411533020641614474102101
Binary1110000111010111100001001101001110110010011110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16BC2; }

 p { color: rgb(225,107,194); }

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

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

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

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

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

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

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