#E16CCF

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

Shades of Orchid #E16CCF

Tints of Orchid #E16CCF

Color information

#E16CCF (or 0xE16CCF) is unknown color: approx Orchid. HEX triplet: E1, 6C and CF. RGB value is (225,108,207). Sum of RGB (Red+Green+Blue) = 225+108+207=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CCF is #1E9330. Grayscale: #999999. Windows color (decimal): -2003761 or 13593825. OLE color: 13593825.

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

Color convert

RGB225108207-
CMYK00.520.080.12
HSL309.23º66.1%65.29%-
HSV(B)309.23º52%88.24%-
XYZ47.6831.2462.55-
YUV154.27157.76178.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.67%
GREEN value IS 108 (42.58% from 255) = 20%
BLUE value IS 207 (81.25% from 255) = 38.33%
R=41.67%
G=20%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510820700.520.080.12309.2366.165.29
HexE16CCF0348C1354241
Octal3411543170641014465102101
Binary1110000111011001100111101101001000110010011010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16CCF; }

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

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

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

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

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

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

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

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