#D986D9

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

Shades of Orchid #D986D9

Tints of Orchid #D986D9

Color information

#D986D9 (or 0xD986D9) is unknown color: approx Orchid. HEX triplet: D9, 86 and D9. RGB value is (217,134,217). Sum of RGB (Red+Green+Blue) = 217+134+217=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D986D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986D9 is #267926. Grayscale: #A8A8A8. Windows color (decimal): -2521383 or 14255833. OLE color: 14255833.

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

Color convert

RGB217134217-
CMYK00.3800.15
HSL300º52.2%68.82%-
HSV(B)300º38.25%85.1%-
XYZ49.6636.8170.13-
YUV168.28155.5162.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 134 (52.73% from 255) = 23.59%
BLUE value IS 217 (85.16% from 255) = 38.20%
R=38.20%
G=23.59%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713421700.3800.1530052.268.82
HexD986D90260F12c3445
Octal33120633104601745464105
Binary1101100110000110110110010100110011111001011001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D986D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D986D9; }

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

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

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

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

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

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

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

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