Shades of Orchid #D986D0
Tints of Orchid #D986D0
RGB
CMYK
RGB Variations
Color information
#D986D0 (or 0xD986D0) is known color: Orchid. HEX triplet: D9, 86 and D0. RGB value is (217,134,208). Sum of RGB (Red+Green+Blue) = 217+134+208=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D986D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986D0 is #26792F. Grayscale: #A7A7A7. Windows color (decimal): -2521392 or 13666009. OLE color: 13666009.
HSL color Cylindrical-coordinate representation of color #D986D0: hue angle of 306.51º 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 #D986D0 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 134 | 208 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.15 |
| HSL | 306.51º | 0.52% | 0.69% | - |
| HSV(B) | 306.51º | 0.38% | 0.85% | - |
| XYZ | 48.53 | 36.36 | 64.13 | - |
| YUV | 167.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 208 | 0 | 0.38 | 0.04 | 0.15 | 306.51 | 0.52 | 0.69 |
| Hex | D9 | 86 | D0 | 0 | 26 | 4 | F | 133 | 34 | 45 |
| Octal | 331 | 206 | 320 | 0 | 46 | 4 | 17 | 463 | 64 | 105 |
| Binary | 11011001 | 10000110 | 11010000 | 0 | 100110 | 100 | 1111 | 100110011 | 110100 | 1000101 |
Color Harmonies of #D986D0
Complementary color
Monochromatic Colors of #D986D0
Black with #D986D0
Text Example
Text Example
White with #D986D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D986D0; }
p { color: rgb(217,134,208); }
H1.HeaderClassName
{
color: #D986D0;
}
.AnyTagClassName
{
color: #D986D0;
}
</style>
background-color css
<style>
a { background-color: #D986D0; }
a { background-color: rgb(217,134,208); }
div.DivClassName
{
background-color: #D986D0;
}
.BgClassName
{
background-color: #D986D0;
}
</style>
border-color css
<style>
span { border-color: #D986D0; }
span { border-color: rgb(217,134,208); }
td.TdClassName
{
border-color: #D986D0;
}
.TagClassName
{
border-color: #D986D0;
}
</style>