Shades of Orchid #D979DD
Tints of Orchid #D979DD
RGB
CMYK
RGB Variations
Color information
#D979DD (or 0xD979DD) is known color: Orchid. HEX triplet: D9, 79 and DD. RGB value is (217,121,221). Sum of RGB (Red+Green+Blue) = 217+121+221=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #D979DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979DD is #268622. Grayscale: #A0A0A0. Windows color (decimal): -2524707 or 14514649. OLE color: 14514649.
HSL color Cylindrical-coordinate representation of color #D979DD: hue angle of 297.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D979DD is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 121 | 221 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.13 |
| HSL | 297.6º | 0.6% | 0.67% | - |
| HSV(B) | 297.6º | 0.45% | 0.87% | - |
| XYZ | 48.5 | 33.65 | 72.34 | - |
| YUV | 161.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 121 | 221 | 0.02 | 0.45 | 0 | 0.13 | 297.6 | 0.6 | 0.67 |
| Hex | D9 | 79 | DD | 2 | 2D | 0 | D | 12A | 3C | 43 |
| Octal | 331 | 171 | 335 | 2 | 55 | 0 | 15 | 452 | 74 | 103 |
| Binary | 11011001 | 1111001 | 11011101 | 10 | 101101 | 0 | 1101 | 100101010 | 111100 | 1000011 |
Color Harmonies of #D979DD
Complementary color
Monochromatic Colors of #D979DD
Black with #D979DD
Text Example
Text Example
White with #D979DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D979DD; }
p { color: rgb(217,121,221); }
H1.HeaderClassName
{
color: #D979DD;
}
.AnyTagClassName
{
color: #D979DD;
}
</style>
background-color css
<style>
a { background-color: #D979DD; }
a { background-color: rgb(217,121,221); }
div.DivClassName
{
background-color: #D979DD;
}
.BgClassName
{
background-color: #D979DD;
}
</style>
border-color css
<style>
span { border-color: #D979DD; }
span { border-color: rgb(217,121,221); }
td.TdClassName
{
border-color: #D979DD;
}
.TagClassName
{
border-color: #D979DD;
}
</style>