Shades of Orchid #DF73DD
Tints of Orchid #DF73DD
RGB
CMYK
RGB Variations
Color information
#DF73DD (or 0xDF73DD) is known color: Orchid. HEX triplet: DF, 73 and DD. RGB value is (223,115,221). Sum of RGB (Red+Green+Blue) = 223+115+221=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73DD is #208C22. Grayscale: #9F9F9F. Windows color (decimal): -2133027 or 14513119. OLE color: 14513119.
HSL color Cylindrical-coordinate representation of color #DF73DD: hue angle of 301.11º degrees, saturation: 0.63, 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 #DF73DD is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 221 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.13 |
| HSL | 301.11º | 0.63% | 0.66% | - |
| HSV(B) | 301.11º | 0.48% | 0.87% | - |
| XYZ | 49.61 | 33.17 | 72.19 | - |
| YUV | 159.38 | 162.78 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 221 | 0 | 0.48 | 0.01 | 0.13 | 301.11 | 0.63 | 0.66 |
| Hex | DF | 73 | DD | 0 | 30 | 1 | D | 12D | 3F | 42 |
| Octal | 337 | 163 | 335 | 0 | 60 | 1 | 15 | 455 | 77 | 102 |
| Binary | 11011111 | 1110011 | 11011101 | 0 | 110000 | 1 | 1101 | 100101101 | 111111 | 1000010 |
Color Harmonies of #DF73DD
Complementary color
Monochromatic Colors of #DF73DD
Black with #DF73DD
Text Example
Text Example
White with #DF73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73DD; }
p { color: rgb(223,115,221); }
H1.HeaderClassName
{
color: #DF73DD;
}
.AnyTagClassName
{
color: #DF73DD;
}
</style>
background-color css
<style>
a { background-color: #DF73DD; }
a { background-color: rgb(223,115,221); }
div.DivClassName
{
background-color: #DF73DD;
}
.BgClassName
{
background-color: #DF73DD;
}
</style>
border-color css
<style>
span { border-color: #DF73DD; }
span { border-color: rgb(223,115,221); }
td.TdClassName
{
border-color: #DF73DD;
}
.TagClassName
{
border-color: #DF73DD;
}
</style>