#E16CC5

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

Shades of Orchid #E16CC5

Tints of Orchid #E16CC5

Color information

#E16CC5 (or 0xE16CC5) is unknown color: approx Orchid. HEX triplet: E1, 6C and C5. RGB value is (225,108,197). Sum of RGB (Red+Green+Blue) = 225+108+197=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CC5 is #1E933A. Grayscale: #989898. Windows color (decimal): -2003771 or 12938465. OLE color: 12938465.

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

Color convert

RGB225108197-
CMYK00.520.120.12
HSL314.36º66.1%65.29%-
HSV(B)314.36º52%88.24%-
XYZ46.4930.7656.31-
YUV153.13152.76179.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.45%
GREEN value IS 108 (42.58% from 255) = 20.38%
BLUE value IS 197 (77.34% from 255) = 37.17%
R=42.45%
G=20.38%
B=37.17%

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
Decimal22510819700.520.120.12314.3666.165.29
HexE16CC5034CC13a4241
Octal3411543050641414472102101
Binary1110000111011001100010101101001100110010011101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16CC5; }

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

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

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

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

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

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

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

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