Shades of Orchid #D984DF
Tints of Orchid #D984DF
RGB
CMYK
RGB Variations
Color information
#D984DF (or 0xD984DF) is known color: Orchid. HEX triplet: D9, 84 and DF. RGB value is (217,132,223). Sum of RGB (Red+Green+Blue) = 217+132+223=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #D984DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984DF is #267B20. Grayscale: #A7A7A7. Windows color (decimal): -2521889 or 14648537. OLE color: 14648537.
HSL color Cylindrical-coordinate representation of color #D984DF: hue angle of 296.04º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D984DF is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 132 | 223 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.13 |
| HSL | 296.04º | 0.59% | 0.7% | - |
| HSV(B) | 296.04º | 0.41% | 0.87% | - |
| XYZ | 50.19 | 36.58 | 74.23 | - |
| YUV | 167.79 | 159.16 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 223 | 0.03 | 0.41 | 0 | 0.13 | 296.04 | 0.59 | 0.7 |
| Hex | D9 | 84 | DF | 3 | 29 | 0 | D | 128 | 3B | 46 |
| Octal | 331 | 204 | 337 | 3 | 51 | 0 | 15 | 450 | 73 | 106 |
| Binary | 11011001 | 10000100 | 11011111 | 11 | 101001 | 0 | 1101 | 100101000 | 111011 | 1000110 |
Color Harmonies of #D984DF
Complementary color
Monochromatic Colors of #D984DF
Black with #D984DF
Text Example
Text Example
White with #D984DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D984DF; }
p { color: rgb(217,132,223); }
H1.HeaderClassName
{
color: #D984DF;
}
.AnyTagClassName
{
color: #D984DF;
}
</style>
background-color css
<style>
a { background-color: #D984DF; }
a { background-color: rgb(217,132,223); }
div.DivClassName
{
background-color: #D984DF;
}
.BgClassName
{
background-color: #D984DF;
}
</style>
border-color css
<style>
span { border-color: #D984DF; }
span { border-color: rgb(217,132,223); }
td.TdClassName
{
border-color: #D984DF;
}
.TagClassName
{
border-color: #D984DF;
}
</style>