#D86DB9

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

Shades of Orchid #D86DB9

Tints of Orchid #D86DB9

Color information

#D86DB9 (or 0xD86DB9) is unknown color: approx Orchid. HEX triplet: D8, 6D and B9. RGB value is (216,109,185). Sum of RGB (Red+Green+Blue) = 216+109+185=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DB9 is #279246. Grayscale: #959595. Windows color (decimal): -2593351 or 12152280. OLE color: 12152280.

HSL color Cylindrical-coordinate representation of color #D86DB9: hue angle of 317.38º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86DB9 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216109185-
CMYK00.500.140.15
HSL317.38º57.84%63.73%-
HSV(B)317.38º49.54%84.71%-
XYZ42.5429.0449.26-
YUV149.66147.95175.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.35%
GREEN value IS 109 (42.97% from 255) = 21.37%
BLUE value IS 185 (72.66% from 255) = 36.27%
R=42.35%
G=21.37%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610918500.500.140.15317.3857.8463.73
HexD86DB9032EF13d3a40
Octal330155271062161747572100
Binary110110001101101101110010110010111011111001111011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86DB9; }

 p { color: rgb(216,109,185); }

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

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

 a { background-color: rgb(216,109,185); }

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

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

 span { border-color: rgb(216,109,185); }

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