Shades of Orchid #D986DC
Tints of Orchid #D986DC
RGB
CMYK
RGB Variations
Color information
#D986DC (or 0xD986DC) is known color: 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
| RGB | 217 | 134 | 220 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.14 |
| HSL | 297.91º | 0.55% | 0.69% | - |
| HSV(B) | 297.91º | 0.39% | 0.86% | - |
| XYZ | 50.06 | 36.97 | 72.21 | - |
| YUV | 168.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 220 | 0.01 | 0.39 | 0 | 0.14 | 297.91 | 0.55 | 0.69 |
| Hex | D9 | 86 | DC | 1 | 27 | 0 | E | 12A | 37 | 45 |
| Octal | 331 | 206 | 334 | 1 | 47 | 0 | 16 | 452 | 67 | 105 |
| Binary | 11011001 | 10000110 | 11011100 | 1 | 100111 | 0 | 1110 | 100101010 | 110111 | 1000101 |
Color Harmonies of #D986DC
Complementary color
Monochromatic Colors of #D986DC
Black with #D986DC
Text Example
Text Example
White with #D986DC
Text Example
Text Example
HTML Codes & Css Web 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>