Shades of Orchid #D986C8
Tints of Orchid #D986C8
RGB
CMYK
RGB Variations
Color information
#D986C8 (or 0xD986C8) is known color: Orchid. HEX triplet: D9, 86 and C8. RGB value is (217,134,200). Sum of RGB (Red+Green+Blue) = 217+134+200=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D986C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986C8 is #267937. Grayscale: #A6A6A6. Windows color (decimal): -2521400 or 13141721. OLE color: 13141721.
HSL color Cylindrical-coordinate representation of color #D986C8: hue angle of 312.29º 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 #D986C8 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 134 | 200 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.15 |
| HSL | 312.29º | 0.52% | 0.69% | - |
| HSV(B) | 312.29º | 0.38% | 0.85% | - |
| XYZ | 47.57 | 35.97 | 59.08 | - |
| YUV | 166.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 200 | 0 | 0.38 | 0.08 | 0.15 | 312.29 | 0.52 | 0.69 |
| Hex | D9 | 86 | C8 | 0 | 26 | 8 | F | 138 | 34 | 45 |
| Octal | 331 | 206 | 310 | 0 | 46 | 10 | 17 | 470 | 64 | 105 |
| Binary | 11011001 | 10000110 | 11001000 | 0 | 100110 | 1000 | 1111 | 100111000 | 110100 | 1000101 |
Color Harmonies of #D986C8
Complementary color
Monochromatic Colors of #D986C8
Black with #D986C8
Text Example
Text Example
White with #D986C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D986C8; }
p { color: rgb(217,134,200); }
H1.HeaderClassName
{
color: #D986C8;
}
.AnyTagClassName
{
color: #D986C8;
}
</style>
background-color css
<style>
a { background-color: #D986C8; }
a { background-color: rgb(217,134,200); }
div.DivClassName
{
background-color: #D986C8;
}
.BgClassName
{
background-color: #D986C8;
}
</style>
border-color css
<style>
span { border-color: #D986C8; }
span { border-color: rgb(217,134,200); }
td.TdClassName
{
border-color: #D986C8;
}
.TagClassName
{
border-color: #D986C8;
}
</style>