#D986D1

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

Shades of Orchid #D986D1

Tints of Orchid #D986D1

Color information

#D986D1 (or 0xD986D1) is unknown color: approx Orchid. HEX triplet: D9, 86 and D1. RGB value is (217,134,209). Sum of RGB (Red+Green+Blue) = 217+134+209=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D986D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986D1 is #26792E. Grayscale: #A7A7A7. Windows color (decimal): -2521391 or 13731545. OLE color: 13731545.

HSL color Cylindrical-coordinate representation of color #D986D1: hue angle of 305.78º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D986D1 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB217134209-
CMYK00.380.040.15
HSL305.78º52.2%68.82%-
HSV(B)305.78º38.25%85.1%-
XYZ48.6536.4164.78-
YUV167.37151.5163.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 134 (52.73% from 255) = 23.93%
BLUE value IS 209 (82.03% from 255) = 37.32%
R=38.75%
G=23.93%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713420900.380.040.15305.7852.268.82
HexD986D10264F1323445
Octal33120632104641746264105
Binary110110011000011011010001010011010011111001100101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D986D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D986D1; }

 p { color: rgb(217,134,209); }

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

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

 a { background-color: rgb(217,134,209); }

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

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

 span { border-color: rgb(217,134,209); }

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