Shades of Orchid #D984DC
Tints of Orchid #D984DC
RGB
CMYK
RGB Variations
Color information
#D984DC (or 0xD984DC) is known color: Orchid. HEX triplet: D9, 84 and DC. RGB value is (217,132,220). Sum of RGB (Red+Green+Blue) = 217+132+220=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #D984DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984DC is #267B23. Grayscale: #A7A7A7. Windows color (decimal): -2521892 or 14451929. OLE color: 14451929.
HSL color Cylindrical-coordinate representation of color #D984DC: hue angle of 297.95º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D984DC is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 132 | 220 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.14 |
| HSL | 297.95º | 0.56% | 0.69% | - |
| HSV(B) | 297.95º | 0.4% | 0.86% | - |
| XYZ | 49.78 | 36.42 | 72.12 | - |
| YUV | 167.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 220 | 0.01 | 0.40 | 0 | 0.14 | 297.95 | 0.56 | 0.69 |
| Hex | D9 | 84 | DC | 1 | 28 | 0 | E | 12A | 38 | 45 |
| Octal | 331 | 204 | 334 | 1 | 50 | 0 | 16 | 452 | 70 | 105 |
| Binary | 11011001 | 10000100 | 11011100 | 1 | 101000 | 0 | 1110 | 100101010 | 111000 | 1000101 |
Color Harmonies of #D984DC
Complementary color
Monochromatic Colors of #D984DC
Black with #D984DC
Text Example
Text Example
White with #D984DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D984DC; }
p { color: rgb(217,132,220); }
H1.HeaderClassName
{
color: #D984DC;
}
.AnyTagClassName
{
color: #D984DC;
}
</style>
background-color css
<style>
a { background-color: #D984DC; }
a { background-color: rgb(217,132,220); }
div.DivClassName
{
background-color: #D984DC;
}
.BgClassName
{
background-color: #D984DC;
}
</style>
border-color css
<style>
span { border-color: #D984DC; }
span { border-color: rgb(217,132,220); }
td.TdClassName
{
border-color: #D984DC;
}
.TagClassName
{
border-color: #D984DC;
}
</style>