#D86CB9

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

Shades of Orchid #D86CB9

Tints of Orchid #D86CB9

Color information

#D86CB9 (or 0xD86CB9) is unknown color: approx Orchid. HEX triplet: D8, 6C and B9. RGB value is (216,108,185). Sum of RGB (Red+Green+Blue) = 216+108+185=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CB9 is #279346. Grayscale: #949494. Windows color (decimal): -2593607 or 12152024. OLE color: 12152024.

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

Color convert

RGB216108185-
CMYK00.500.140.15
HSL317.22º58.06%63.53%-
HSV(B)317.22º50%84.71%-
XYZ42.4428.8349.23-
YUV149.07148.28175.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.44%
GREEN value IS 108 (42.58% from 255) = 21.22%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=42.44%
G=21.22%
B=36.35%

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
Decimal21610818500.500.140.15317.2258.0663.53
HexD86CB9032EF13d3a40
Octal330154271062161747572100
Binary110110001101100101110010110010111011111001111011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86CB9; }

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

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

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

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

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

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

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

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