#E16BC7

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

Shades of Orchid #E16BC7

Tints of Orchid #E16BC7

Color information

#E16BC7 (or 0xE16BC7) is unknown color: approx Orchid. HEX triplet: E1, 6B and C7. RGB value is (225,107,199). Sum of RGB (Red+Green+Blue) = 225+107+199=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BC7 is #1E9438. Grayscale: #989898. Windows color (decimal): -2004025 or 13069281. OLE color: 13069281.

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

Color convert

RGB225107199-
CMYK00.520.120.12
HSL313.22º66.29%65.1%-
HSV(B)313.22º52.44%88.24%-
XYZ46.6230.6557.49-
YUV152.77154.09179.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 107 (42.19% from 255) = 20.15%
BLUE value IS 199 (78.12% from 255) = 37.48%
R=42.37%
G=20.15%
B=37.48%

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
Decimal22510719900.520.120.12313.2266.2965.1
HexE16BC7034CC1394241
Octal3411533070641414471102101
Binary1110000111010111100011101101001100110010011100110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16BC7; }

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

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

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

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

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

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

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

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