Shades of Orchid #D985DD
Tints of Orchid #D985DD
RGB
CMYK
RGB Variations
Color information
#D985DD (or 0xD985DD) is known color: Orchid. HEX triplet: D9, 85 and DD. RGB value is (217,133,221). Sum of RGB (Red+Green+Blue) = 217+133+221=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #D985DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985DD is #267A22. Grayscale: #A7A7A7. Windows color (decimal): -2521635 or 14517721. OLE color: 14517721.
HSL color Cylindrical-coordinate representation of color #D985DD: hue angle of 297.27º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D985DD is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 133 | 221 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.13 |
| HSL | 297.27º | 0.56% | 0.69% | - |
| HSV(B) | 297.27º | 0.4% | 0.87% | - |
| XYZ | 50.05 | 36.75 | 72.86 | - |
| YUV | 168.15 | 157.83 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 221 | 0.02 | 0.40 | 0 | 0.13 | 297.27 | 0.56 | 0.69 |
| Hex | D9 | 85 | DD | 2 | 28 | 0 | D | 129 | 38 | 45 |
| Octal | 331 | 205 | 335 | 2 | 50 | 0 | 15 | 451 | 70 | 105 |
| Binary | 11011001 | 10000101 | 11011101 | 10 | 101000 | 0 | 1101 | 100101001 | 111000 | 1000101 |
Color Harmonies of #D985DD
Complementary color
Monochromatic Colors of #D985DD
Black with #D985DD
Text Example
Text Example
White with #D985DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D985DD; }
p { color: rgb(217,133,221); }
H1.HeaderClassName
{
color: #D985DD;
}
.AnyTagClassName
{
color: #D985DD;
}
</style>
background-color css
<style>
a { background-color: #D985DD; }
a { background-color: rgb(217,133,221); }
div.DivClassName
{
background-color: #D985DD;
}
.BgClassName
{
background-color: #D985DD;
}
</style>
border-color css
<style>
span { border-color: #D985DD; }
span { border-color: rgb(217,133,221); }
td.TdClassName
{
border-color: #D985DD;
}
.TagClassName
{
border-color: #D985DD;
}
</style>