#D16ADB

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

Shades of Orchid #D16ADB

Tints of Orchid #D16ADB

Color information

#D16ADB (or 0xD16ADB) is unknown color: approx Orchid. HEX triplet: D1, 6A and DB. RGB value is (209,106,219). Sum of RGB (Red+Green+Blue) = 209+106+219=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #D16ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ADB is #2E9524. Grayscale: #959595. Windows color (decimal): -3052837 or 14379729. OLE color: 14379729.

HSL color Cylindrical-coordinate representation of color #D16ADB: hue angle of 294.69º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16ADB is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209106219-
CMYK0.050.5200.14
HSL294.69º61.08%63.73%-
HSV(B)294.69º51.6%85.88%-
XYZ44.2328.9870.28-
YUV149.68167.12170.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.14%
GREEN value IS 106 (41.80% from 255) = 19.85%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=39.14%
G=19.85%
B=41.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091062190.050.5200.14294.6961.0863.73
HexD16ADB5340E1273d40
Octal32115233356401644775100
Binary11010001110101011011011101110100011101001001111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16ADB; }

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

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

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

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

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

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

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

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