Shades of Orchid #D986C9
Tints of Orchid #D986C9
RGB
CMYK
RGB Variations
Color information
#D986C9 (or 0xD986C9) is known color: Orchid. HEX triplet: D9, 86 and C9. RGB value is (217,134,201). Sum of RGB (Red+Green+Blue) = 217+134+201=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D986C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986C9 is #267936. Grayscale: #A6A6A6. Windows color (decimal): -2521399 or 13207257. OLE color: 13207257.
HSL color Cylindrical-coordinate representation of color #D986C9: hue angle of 311.57º 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 #D986C9 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 134 | 201 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.15 |
| HSL | 311.57º | 0.52% | 0.69% | - |
| HSV(B) | 311.57º | 0.38% | 0.85% | - |
| XYZ | 47.68 | 36.02 | 59.7 | - |
| YUV | 166.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 201 | 0 | 0.38 | 0.07 | 0.15 | 311.57 | 0.52 | 0.69 |
| Hex | D9 | 86 | C9 | 0 | 26 | 7 | F | 138 | 34 | 45 |
| Octal | 331 | 206 | 311 | 0 | 46 | 7 | 17 | 470 | 64 | 105 |
| Binary | 11011001 | 10000110 | 11001001 | 0 | 100110 | 111 | 1111 | 100111000 | 110100 | 1000101 |
Color Harmonies of #D986C9
Complementary color
Monochromatic Colors of #D986C9
Black with #D986C9
Text Example
Text Example
White with #D986C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D986C9; }
p { color: rgb(217,134,201); }
H1.HeaderClassName
{
color: #D986C9;
}
.AnyTagClassName
{
color: #D986C9;
}
</style>
background-color css
<style>
a { background-color: #D986C9; }
a { background-color: rgb(217,134,201); }
div.DivClassName
{
background-color: #D986C9;
}
.BgClassName
{
background-color: #D986C9;
}
</style>
border-color css
<style>
span { border-color: #D986C9; }
span { border-color: rgb(217,134,201); }
td.TdClassName
{
border-color: #D986C9;
}
.TagClassName
{
border-color: #D986C9;
}
</style>