Shades of Orchid #DD73C6
Tints of Orchid #DD73C6
RGB
CMYK
RGB Variations
Color information
#DD73C6 (or 0xDD73C6) is known color: Orchid. HEX triplet: DD, 73 and C6. RGB value is (221,115,198). Sum of RGB (Red+Green+Blue) = 221+115+198=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73C6 is #228C39. Grayscale: #9B9B9B. Windows color (decimal): -2264122 or 13005789. OLE color: 13005789.
HSL color Cylindrical-coordinate representation of color #DD73C6: hue angle of 313.02º 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 #DD73C6 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 198 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.13 |
| HSL | 313.02º | 0.61% | 0.66% | - |
| HSV(B) | 313.02º | 0.48% | 0.87% | - |
| XYZ | 46.14 | 31.71 | 57.11 | - |
| YUV | 156.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 198 | 0 | 0.48 | 0.10 | 0.13 | 313.02 | 0.61 | 0.66 |
| Hex | DD | 73 | C6 | 0 | 30 | A | D | 139 | 3D | 42 |
| Octal | 335 | 163 | 306 | 0 | 60 | 12 | 15 | 471 | 75 | 102 |
| Binary | 11011101 | 1110011 | 11000110 | 0 | 110000 | 1010 | 1101 | 100111001 | 111101 | 1000010 |
Color Harmonies of #DD73C6
Complementary color
Monochromatic Colors of #DD73C6
Black with #DD73C6
Text Example
Text Example
White with #DD73C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73C6; }
p { color: rgb(221,115,198); }
H1.HeaderClassName
{
color: #DD73C6;
}
.AnyTagClassName
{
color: #DD73C6;
}
</style>
background-color css
<style>
a { background-color: #DD73C6; }
a { background-color: rgb(221,115,198); }
div.DivClassName
{
background-color: #DD73C6;
}
.BgClassName
{
background-color: #DD73C6;
}
</style>
border-color css
<style>
span { border-color: #DD73C6; }
span { border-color: rgb(221,115,198); }
td.TdClassName
{
border-color: #DD73C6;
}
.TagClassName
{
border-color: #DD73C6;
}
</style>