#D86FD9

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

Shades of Orchid #D86FD9

Tints of Orchid #D86FD9

Color information

#D86FD9 (or 0xD86FD9) is unknown color: approx Orchid. HEX triplet: D8, 6F and D9. RGB value is (216,111,217). Sum of RGB (Red+Green+Blue) = 216+111+217=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 217 - color contains mainly: blue. Hex color #D86FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FD9 is #279026. Grayscale: #9A9A9A. Windows color (decimal): -2592807 or 14249944. OLE color: 14249944.

HSL color Cylindrical-coordinate representation of color #D86FD9: hue angle of 299.43º degrees, saturation: 0.58, 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 #D86FD9 is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216111217-
CMYK0.000.4900.15
HSL299.43º58.24%64.31%-
HSV(B)299.43º48.85%85.1%-
XYZ46.5330.9869.17-
YUV154.48163.29171.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.71%
GREEN value IS 111 (43.75% from 255) = 20.40%
BLUE value IS 217 (85.16% from 255) = 39.89%
R=39.71%
G=20.40%
B=39.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161112170.000.4900.15299.4358.2464.31
HexD86FD90310F12b3a40
Octal33015733106101745372100
Binary110110001101111110110010110001011111001010111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86FD9; }

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

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

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

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

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

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

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

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