#D86FB9

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

Shades of Orchid #D86FB9

Tints of Orchid #D86FB9

Color information

#D86FB9 (or 0xD86FB9) is unknown color: approx Orchid. HEX triplet: D8, 6F and B9. RGB value is (216,111,185). Sum of RGB (Red+Green+Blue) = 216+111+185=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FB9 is #279046. Grayscale: #969696. Windows color (decimal): -2592839 or 12152792. OLE color: 12152792.

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

Color convert

RGB216111185-
CMYK00.490.140.15
HSL317.71º57.38%64.12%-
HSV(B)317.71º48.61%84.71%-
XYZ42.7629.4749.33-
YUV150.83147.29174.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.19%
GREEN value IS 111 (43.75% from 255) = 21.68%
BLUE value IS 185 (72.66% from 255) = 36.13%
R=42.19%
G=21.68%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611118500.490.140.15317.7157.3864.12
HexD86FB9031EF13e3940
Octal330157271061161747671100
Binary110110001101111101110010110001111011111001111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86FB9; }

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

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

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

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

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

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

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

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