Shades of Orchid #D979D0
Tints of Orchid #D979D0
RGB
CMYK
RGB Variations
Color information
#D979D0 (or 0xD979D0) is known color: Orchid. HEX triplet: D9, 79 and D0. RGB value is (217,121,208). Sum of RGB (Red+Green+Blue) = 217+121+208=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D979D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979D0 is #26862F. Grayscale: #9F9F9F. Windows color (decimal): -2524720 or 13662681. OLE color: 13662681.
HSL color Cylindrical-coordinate representation of color #D979D0: hue angle of 305.62º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D979D0 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 121 | 208 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.15 |
| HSL | 305.63º | 0.56% | 0.66% | - |
| HSV(B) | 305.63º | 0.44% | 0.85% | - |
| XYZ | 46.84 | 32.98 | 63.57 | - |
| YUV | 159.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 121 | 208 | 0 | 0.44 | 0.04 | 0.15 | 305.63 | 0.56 | 0.66 |
| Hex | D9 | 79 | D0 | 0 | 2C | 4 | F | 132 | 38 | 42 |
| Octal | 331 | 171 | 320 | 0 | 54 | 4 | 17 | 462 | 70 | 102 |
| Binary | 11011001 | 1111001 | 11010000 | 0 | 101100 | 100 | 1111 | 100110010 | 111000 | 1000010 |
Color Harmonies of #D979D0
Complementary color
Monochromatic Colors of #D979D0
Black with #D979D0
Text Example
Text Example
White with #D979D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D979D0; }
p { color: rgb(217,121,208); }
H1.HeaderClassName
{
color: #D979D0;
}
.AnyTagClassName
{
color: #D979D0;
}
</style>
background-color css
<style>
a { background-color: #D979D0; }
a { background-color: rgb(217,121,208); }
div.DivClassName
{
background-color: #D979D0;
}
.BgClassName
{
background-color: #D979D0;
}
</style>
border-color css
<style>
span { border-color: #D979D0; }
span { border-color: rgb(217,121,208); }
td.TdClassName
{
border-color: #D979D0;
}
.TagClassName
{
border-color: #D979D0;
}
</style>