#D16DBF

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

Shades of Orchid #D16DBF

Tints of Orchid #D16DBF

Color information

#D16DBF (or 0xD16DBF) is unknown color: approx Orchid. HEX triplet: D1, 6D and BF. RGB value is (209,109,191). Sum of RGB (Red+Green+Blue) = 209+109+191=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D16DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DBF is #2E9240. Grayscale: #949494. Windows color (decimal): -3052097 or 12545489. OLE color: 12545489.

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

Color convert

RGB209109191-
CMYK00.480.090.18
HSL310.8º52.08%62.35%-
HSV(B)310.8º47.85%81.96%-
XYZ41.1728.2552.57-
YUV148.25152.13171.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.06%
GREEN value IS 109 (42.97% from 255) = 21.41%
BLUE value IS 191 (75% from 255) = 37.52%
R=41.06%
G=21.41%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910919100.480.090.18310.852.0862.35
HexD16DBF030912137343e
Octal32115527706011224676476
Binary110100011101101101111110110000100110010100110111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16DBF; }

 p { color: rgb(209,109,191); }

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

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

 a { background-color: rgb(209,109,191); }

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

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

 span { border-color: rgb(209,109,191); }

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