#D986C7

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

Shades of Orchid #D986C7

Tints of Orchid #D986C7

Color information

#D986C7 (or 0xD986C7) is unknown color: approx Orchid. HEX triplet: D9, 86 and C7. RGB value is (217,134,199). Sum of RGB (Red+Green+Blue) = 217+134+199=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D986C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986C7 is #267938. Grayscale: #A6A6A6. Windows color (decimal): -2521401 or 13076185. OLE color: 13076185.

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

Color convert

RGB217134199-
CMYK00.380.080.15
HSL313.01º52.2%68.82%-
HSV(B)313.01º38.25%85.1%-
XYZ47.4535.9358.47-
YUV166.23146.5164.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 134 (52.73% from 255) = 24.36%
BLUE value IS 199 (78.12% from 255) = 36.18%
R=39.45%
G=24.36%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713419900.380.080.15313.0152.268.82
HexD986C70268F1393445
Octal331206307046101747164105
Binary1101100110000110110001110100110100011111001110011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D986C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D986C7; }

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

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

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

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

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

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

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

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