#D16DD9

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

Shades of Orchid #D16DD9

Tints of Orchid #D16DD9

Color information

#D16DD9 (or 0xD16DD9) is unknown color: approx Orchid. HEX triplet: D1, 6D and D9. RGB value is (209,109,217). Sum of RGB (Red+Green+Blue) = 209+109+217=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #D16DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DD9 is #2E9226. Grayscale: #969696. Windows color (decimal): -3052071 or 14249425. OLE color: 14249425.

HSL color Cylindrical-coordinate representation of color #D16DD9: hue angle of 295.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16DD9 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209109217-
CMYK0.040.5000.15
HSL295.56º58.7%63.92%-
HSV(B)295.56º49.77%85.1%-
XYZ44.2929.569.01-
YUV151.21165.13169.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.07%
GREEN value IS 109 (42.97% from 255) = 20.37%
BLUE value IS 217 (85.16% from 255) = 40.56%
R=39.07%
G=20.37%
B=40.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091092170.040.5000.15295.5658.763.92
HexD16DD94320F1283b40
Octal32115533146201745073100
Binary11010001110110111011001100110010011111001010001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16DD9; }

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

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

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

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

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

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

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

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