Shades of Orchid #DD79C7
Tints of Orchid #DD79C7
RGB
CMYK
RGB Variations
Color information
#DD79C7 (or 0xDD79C7) is known color: Orchid. HEX triplet: DD, 79 and C7. RGB value is (221,121,199). Sum of RGB (Red+Green+Blue) = 221+121+199=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79C7 is #228638. Grayscale: #9F9F9F. Windows color (decimal): -2262585 or 13072861. OLE color: 13072861.
HSL color Cylindrical-coordinate representation of color #DD79C7: hue angle of 313.2º 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 #DD79C7 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 199 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.13 |
| HSL | 313.2º | 0.6% | 0.67% | - |
| HSV(B) | 313.2º | 0.45% | 0.87% | - |
| XYZ | 46.96 | 33.17 | 57.96 | - |
| YUV | 159.79 | 150.13 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 199 | 0 | 0.45 | 0.10 | 0.13 | 313.2 | 0.6 | 0.67 |
| Hex | DD | 79 | C7 | 0 | 2D | A | D | 139 | 3C | 43 |
| Octal | 335 | 171 | 307 | 0 | 55 | 12 | 15 | 471 | 74 | 103 |
| Binary | 11011101 | 1111001 | 11000111 | 0 | 101101 | 1010 | 1101 | 100111001 | 111100 | 1000011 |
Color Harmonies of #DD79C7
Complementary color
Monochromatic Colors of #DD79C7
Black with #DD79C7
Text Example
Text Example
White with #DD79C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD79C7; }
p { color: rgb(221,121,199); }
H1.HeaderClassName
{
color: #DD79C7;
}
.AnyTagClassName
{
color: #DD79C7;
}
</style>
background-color css
<style>
a { background-color: #DD79C7; }
a { background-color: rgb(221,121,199); }
div.DivClassName
{
background-color: #DD79C7;
}
.BgClassName
{
background-color: #DD79C7;
}
</style>
border-color css
<style>
span { border-color: #DD79C7; }
span { border-color: rgb(221,121,199); }
td.TdClassName
{
border-color: #DD79C7;
}
.TagClassName
{
border-color: #DD79C7;
}
</style>