Shades of Orchid #D986D4
Tints of Orchid #D986D4
RGB
CMYK
RGB Variations
Color information
#D986D4 (or 0xD986D4) is known color: 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
| RGB | 217 | 134 | 212 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.15 |
| HSL | 303.61º | 0.52% | 0.69% | - |
| HSV(B) | 303.61º | 0.38% | 0.85% | - |
| XYZ | 49.02 | 36.56 | 66.76 | - |
| YUV | 167.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 212 | 0 | 0.38 | 0.02 | 0.15 | 303.61 | 0.52 | 0.69 |
| Hex | D9 | 86 | D4 | 0 | 26 | 2 | F | 130 | 34 | 45 |
| Octal | 331 | 206 | 324 | 0 | 46 | 2 | 17 | 460 | 64 | 105 |
| Binary | 11011001 | 10000110 | 11010100 | 0 | 100110 | 10 | 1111 | 100110000 | 110100 | 1000101 |
Color Harmonies of #D986D4
Complementary color
Monochromatic Colors of #D986D4
Black with #D986D4
Text Example
Text Example
White with #D986D4
Text Example
Text Example
HTML Codes & Css Web 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>