#D986DC

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

Shades of Orchid #D986DC

Tints of Orchid #D986DC

Color information

#D986DC (or 0xD986DC) is unknown color: approx Orchid. HEX triplet: D9, 86 and DC. RGB value is (217,134,220). Sum of RGB (Red+Green+Blue) = 217+134+220=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #D986DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986DC is #267923. Grayscale: #A8A8A8. Windows color (decimal): -2521380 or 14452441. OLE color: 14452441.

HSL color Cylindrical-coordinate representation of color #D986DC: hue angle of 297.91º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D986DC is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217134220-
CMYK0.010.3900.14
HSL297.91º55.13%69.41%-
HSV(B)297.91º39.09%86.27%-
XYZ50.0636.9772.21-
YUV168.62157162.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 134 (52.73% from 255) = 23.47%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=38.00%
G=23.47%
B=38.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171342200.010.3900.14297.9155.1369.41
HexD986DC1270E12a3745
Octal33120633414701645267105
Binary1101100110000110110111001100111011101001010101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D986DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D986DC; }

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

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

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

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

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

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

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

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