#E16CCB

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

Shades of Orchid #E16CCB

Tints of Orchid #E16CCB

Color information

#E16CCB (or 0xE16CCB) is unknown color: approx Orchid. HEX triplet: E1, 6C and CB. RGB value is (225,108,203). Sum of RGB (Red+Green+Blue) = 225+108+203=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CCB is #1E9334. Grayscale: #999999. Windows color (decimal): -2003765 or 13331681. OLE color: 13331681.

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

Color convert

RGB225108203-
CMYK00.520.100.12
HSL311.28º66.1%65.29%-
HSV(B)311.28º52%88.24%-
XYZ47.1931.0460-
YUV153.81155.76178.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.98%
GREEN value IS 108 (42.58% from 255) = 20.15%
BLUE value IS 203 (79.69% from 255) = 37.87%
R=41.98%
G=20.15%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510820300.520.100.12311.2866.165.29
HexE16CCB034AC1374241
Octal3411543130641214467102101
Binary1110000111011001100101101101001010110010011011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16CCB; }

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

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

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

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

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

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

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

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