#e16dcf

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

Shades of Orchid #E16DCF

Tints of Orchid #E16DCF

Color information

#E16DCF (or 0xE16DCF) is unknown color: approx Orchid. HEX triplet: E1, 6D and CF. RGB value is (225,109,207). Sum of RGB (Red+Green+Blue) = 225+109+207=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DCF is #1E9230. Grayscale: #9A9A9A. Windows color (decimal): -2003505 or 13594081. OLE color: 13594081.

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

Color convert

RGB225109207-
CMYK00.520.080.12
HSL309.31º65.91%65.49%-
HSV(B)309.31º51.56%88.24%-
XYZ47.7831.4562.58-
YUV154.86157.43178.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 109 (42.97% from 255) = 20.15%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=41.59%
G=20.15%
B=38.26%

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
Decimal22510920700.520.080.12309.3165.9165.49
HexE16DCF0348C1354241
Octal3411553170641014465102101
Binary1110000111011011100111101101001000110010011010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e16dcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e16dcf; }

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

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

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

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

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

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

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

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