#D16AD8

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

Shades of Orchid #D16AD8

Tints of Orchid #D16AD8

Color information

#D16AD8 (or 0xD16AD8) is unknown color: approx Orchid. HEX triplet: D1, 6A and D8. RGB value is (209,106,216). Sum of RGB (Red+Green+Blue) = 209+106+216=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #D16AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16AD8 is #2E9527. Grayscale: #959595. Windows color (decimal): -3052840 or 14183121. OLE color: 14183121.

HSL color Cylindrical-coordinate representation of color #D16AD8: hue angle of 296.18º 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 #D16AD8 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209106216-
CMYK0.030.5100.15
HSL296.18º58.51%63.14%-
HSV(B)296.18º50.93%84.71%-
XYZ43.8428.8268.22-
YUV149.34165.62170.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.36%
GREEN value IS 106 (41.80% from 255) = 19.96%
BLUE value IS 216 (84.77% from 255) = 40.68%
R=39.36%
G=19.96%
B=40.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091062160.030.5100.15296.1858.5163.14
HexD16AD83330F1283b3f
Octal3211523303630174507377
Binary110100011101010110110001111001101111100101000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16AD8; }

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

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

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

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

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

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

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

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