#D16EB9

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

Shades of Orchid #D16EB9

Tints of Orchid #D16EB9

Color information

#D16EB9 (or 0xD16EB9) is unknown color: approx Orchid. HEX triplet: D1, 6E and B9. RGB value is (209,110,185). Sum of RGB (Red+Green+Blue) = 209+110+185=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D16EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EB9 is #2E9146. Grayscale: #939393. Windows color (decimal): -3051847 or 12152529. OLE color: 12152529.

HSL color Cylindrical-coordinate representation of color #D16EB9: hue angle of 314.55º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16EB9 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB209110185-
CMYK00.470.110.18
HSL314.55º51.83%62.55%-
HSV(B)314.55º47.37%81.96%-
XYZ40.6328.2149.2-
YUV148.15148.8171.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.47%
GREEN value IS 110 (43.36% from 255) = 21.83%
BLUE value IS 185 (72.66% from 255) = 36.71%
R=41.47%
G=21.83%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911018500.470.110.18314.5551.8362.55
HexD16EB902FB1213b343f
Octal32115627105713224736477
Binary110100011101110101110010101111101110010100111011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16EB9; }

 p { color: rgb(209,110,185); }

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

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

 a { background-color: rgb(209,110,185); }

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

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

 span { border-color: rgb(209,110,185); }

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