Shades of Orchid #DD73D7
Tints of Orchid #DD73D7
RGB
CMYK
RGB Variations
Color information
#DD73D7 (or 0xDD73D7) is known color: Orchid. HEX triplet: DD, 73 and D7. RGB value is (221,115,215). Sum of RGB (Red+Green+Blue) = 221+115+215=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73D7 is #228C28. Grayscale: #9D9D9D. Windows color (decimal): -2264105 or 14119901. OLE color: 14119901.
HSL color Cylindrical-coordinate representation of color #DD73D7: hue angle of 303.4º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD73D7 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 215 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.13 |
| HSL | 303.4º | 0.61% | 0.66% | - |
| HSV(B) | 303.4º | 0.48% | 0.87% | - |
| XYZ | 48.22 | 32.54 | 68.03 | - |
| YUV | 158.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 215 | 0 | 0.48 | 0.03 | 0.13 | 303.4 | 0.61 | 0.66 |
| Hex | DD | 73 | D7 | 0 | 30 | 3 | D | 12F | 3D | 42 |
| Octal | 335 | 163 | 327 | 0 | 60 | 3 | 15 | 457 | 75 | 102 |
| Binary | 11011101 | 1110011 | 11010111 | 0 | 110000 | 11 | 1101 | 100101111 | 111101 | 1000010 |
Color Harmonies of #DD73D7
Complementary color
Monochromatic Colors of #DD73D7
Black with #DD73D7
Text Example
Text Example
White with #DD73D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73D7; }
p { color: rgb(221,115,215); }
H1.HeaderClassName
{
color: #DD73D7;
}
.AnyTagClassName
{
color: #DD73D7;
}
</style>
background-color css
<style>
a { background-color: #DD73D7; }
a { background-color: rgb(221,115,215); }
div.DivClassName
{
background-color: #DD73D7;
}
.BgClassName
{
background-color: #DD73D7;
}
</style>
border-color css
<style>
span { border-color: #DD73D7; }
span { border-color: rgb(221,115,215); }
td.TdClassName
{
border-color: #DD73D7;
}
.TagClassName
{
border-color: #DD73D7;
}
</style>