Shades of Orchid #DD73D4
Tints of Orchid #DD73D4
RGB
CMYK
RGB Variations
Color information
#DD73D4 (or 0xDD73D4) is known color: Orchid. HEX triplet: DD, 73 and D4. RGB value is (221,115,212). Sum of RGB (Red+Green+Blue) = 221+115+212=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73D4 is #228C2B. Grayscale: #9D9D9D. Windows color (decimal): -2264108 or 13923293. OLE color: 13923293.
HSL color Cylindrical-coordinate representation of color #DD73D4: hue angle of 305.09º 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 #DD73D4 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 212 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.13 |
| HSL | 305.09º | 0.61% | 0.66% | - |
| HSV(B) | 305.09º | 0.48% | 0.87% | - |
| XYZ | 47.83 | 32.39 | 66.02 | - |
| YUV | 157.75 | 158.62 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 212 | 0 | 0.48 | 0.04 | 0.13 | 305.09 | 0.61 | 0.66 |
| Hex | DD | 73 | D4 | 0 | 30 | 4 | D | 131 | 3D | 42 |
| Octal | 335 | 163 | 324 | 0 | 60 | 4 | 15 | 461 | 75 | 102 |
| Binary | 11011101 | 1110011 | 11010100 | 0 | 110000 | 100 | 1101 | 100110001 | 111101 | 1000010 |
Color Harmonies of #DD73D4
Complementary color
Monochromatic Colors of #DD73D4
Black with #DD73D4
Text Example
Text Example
White with #DD73D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73D4; }
p { color: rgb(221,115,212); }
H1.HeaderClassName
{
color: #DD73D4;
}
.AnyTagClassName
{
color: #DD73D4;
}
</style>
background-color css
<style>
a { background-color: #DD73D4; }
a { background-color: rgb(221,115,212); }
div.DivClassName
{
background-color: #DD73D4;
}
.BgClassName
{
background-color: #DD73D4;
}
</style>
border-color css
<style>
span { border-color: #DD73D4; }
span { border-color: rgb(221,115,212); }
td.TdClassName
{
border-color: #DD73D4;
}
.TagClassName
{
border-color: #DD73D4;
}
</style>