#D16DBC

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

Shades of Orchid #D16DBC

Tints of Orchid #D16DBC

Color information

#D16DBC (or 0xD16DBC) is unknown color: approx Orchid. HEX triplet: D1, 6D and BC. RGB value is (209,109,188). Sum of RGB (Red+Green+Blue) = 209+109+188=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D16DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DBC is #2E9243. Grayscale: #939393. Windows color (decimal): -3052100 or 12348881. OLE color: 12348881.

HSL color Cylindrical-coordinate representation of color #D16DBC: hue angle of 312.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16DBC is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB209109188-
CMYK00.480.100.18
HSL312.6º52.08%62.35%-
HSV(B)312.6º47.85%81.96%-
XYZ40.8428.1250.85-
YUV147.91150.63171.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.30%
GREEN value IS 109 (42.97% from 255) = 21.54%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=41.30%
G=21.54%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910918800.480.100.18312.652.0862.35
HexD16DBC030A12139343e
Octal32115527406012224716476
Binary110100011101101101111000110000101010010100111001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16DBC; }

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

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

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

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

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

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

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

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