#D986D4

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

Shades of Orchid #D986D4

Tints of Orchid #D986D4

Color information

#D986D4 (or 0xD986D4) is unknown color: approx Orchid. HEX triplet: D9, 86 and D4. RGB value is (217,134,212). Sum of RGB (Red+Green+Blue) = 217+134+212=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D986D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986D4 is #26792B. Grayscale: #A7A7A7. Windows color (decimal): -2521388 or 13928153. OLE color: 13928153.

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

Color convert

RGB217134212-
CMYK00.380.020.15
HSL303.61º52.2%68.82%-
HSV(B)303.61º38.25%85.1%-
XYZ49.0236.5666.76-
YUV167.71153163.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 134 (52.73% from 255) = 23.80%
BLUE value IS 212 (83.20% from 255) = 37.66%
R=38.54%
G=23.80%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713421200.380.020.15303.6152.268.82
HexD986D40262F1303445
Octal33120632404621746064105
Binary11011001100001101101010001001101011111001100001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D986D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D986D4; }

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

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

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

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

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

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

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

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