Shades of Orchid #D984DD
Tints of Orchid #D984DD
RGB
CMYK
RGB Variations
Color information
#D984DD (or 0xD984DD) is known color: Orchid. HEX triplet: D9, 84 and DD. RGB value is (217,132,221). Sum of RGB (Red+Green+Blue) = 217+132+221=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #D984DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984DD is #267B22. Grayscale: #A7A7A7. Windows color (decimal): -2521891 or 14517465. OLE color: 14517465.
HSL color Cylindrical-coordinate representation of color #D984DD: hue angle of 297.3º degrees, saturation: 0.57, 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 #D984DD is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 132 | 221 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.13 |
| HSL | 297.3º | 0.57% | 0.69% | - |
| HSV(B) | 297.3º | 0.4% | 0.87% | - |
| XYZ | 49.92 | 36.47 | 72.82 | - |
| YUV | 167.56 | 158.16 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 221 | 0.02 | 0.40 | 0 | 0.13 | 297.3 | 0.57 | 0.69 |
| Hex | D9 | 84 | DD | 2 | 28 | 0 | D | 129 | 39 | 45 |
| Octal | 331 | 204 | 335 | 2 | 50 | 0 | 15 | 451 | 71 | 105 |
| Binary | 11011001 | 10000100 | 11011101 | 10 | 101000 | 0 | 1101 | 100101001 | 111001 | 1000101 |
Color Harmonies of #D984DD
Complementary color
Monochromatic Colors of #D984DD
Black with #D984DD
Text Example
Text Example
White with #D984DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D984DD; }
p { color: rgb(217,132,221); }
H1.HeaderClassName
{
color: #D984DD;
}
.AnyTagClassName
{
color: #D984DD;
}
</style>
background-color css
<style>
a { background-color: #D984DD; }
a { background-color: rgb(217,132,221); }
div.DivClassName
{
background-color: #D984DD;
}
.BgClassName
{
background-color: #D984DD;
}
</style>
border-color css
<style>
span { border-color: #D984DD; }
span { border-color: rgb(217,132,221); }
td.TdClassName
{
border-color: #D984DD;
}
.TagClassName
{
border-color: #D984DD;
}
</style>