#D16BDD

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

Shades of Orchid #D16BDD

Tints of Orchid #D16BDD

Color information

#D16BDD (or 0xD16BDD) is unknown color: approx Orchid. HEX triplet: D1, 6B and DD. RGB value is (209,107,221). Sum of RGB (Red+Green+Blue) = 209+107+221=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #D16BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BDD is #2E9422. Grayscale: #969696. Windows color (decimal): -3052579 or 14511057. OLE color: 14511057.

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

Color convert

RGB209107221-
CMYK0.050.5200.13
HSL293.68º62.64%64.31%-
HSV(B)293.68º51.58%86.67%-
XYZ44.629.2971.71-
YUV150.49167.79169.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.92%
GREEN value IS 107 (42.19% from 255) = 19.93%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=38.92%
G=19.93%
B=41.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091072210.050.5200.13293.6862.6464.31
HexD16BDD5340D1263f40
Octal32115333556401544677100
Binary11010001110101111011101101110100011011001001101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16BDD; }

 p { color: rgb(209,107,221); }

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

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

 a { background-color: rgb(209,107,221); }

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

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

 span { border-color: rgb(209,107,221); }

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