#D16AD9

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

Shades of Orchid #D16AD9

Tints of Orchid #D16AD9

Color information

#D16AD9 (or 0xD16AD9) is unknown color: approx Orchid. HEX triplet: D1, 6A and D9. RGB value is (209,106,217). Sum of RGB (Red+Green+Blue) = 209+106+217=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 217 (85.16% from 255 or 40.79% from 532); Max value from RGB is 217 - color contains mainly: blue. Hex color #D16AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16AD9 is #2E9526. Grayscale: #959595. Windows color (decimal): -3052839 or 14248657. OLE color: 14248657.

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

Color convert

RGB209106217-
CMYK0.040.5100.15
HSL295.68º59.36%63.33%-
HSV(B)295.68º51.15%85.1%-
XYZ43.9728.8768.9-
YUV149.45166.12170.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.29%
GREEN value IS 106 (41.80% from 255) = 19.92%
BLUE value IS 217 (85.16% from 255) = 40.79%
R=39.29%
G=19.92%
B=40.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091062170.040.5100.15295.6859.3663.33
HexD16AD94330F1283b3f
Octal3211523314630174507377
Binary1101000111010101101100110011001101111100101000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16AD9; }

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

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

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

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

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

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

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

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