Shades of Orchid #DF73D1
Tints of Orchid #DF73D1
RGB
CMYK
RGB Variations
Color information
#DF73D1 (or 0xDF73D1) is known color: Orchid. HEX triplet: DF, 73 and D1. RGB value is (223,115,209). Sum of RGB (Red+Green+Blue) = 223+115+209=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73D1 is #208C2E. Grayscale: #9D9D9D. Windows color (decimal): -2133039 or 13726687. OLE color: 13726687.
HSL color Cylindrical-coordinate representation of color #DF73D1: hue angle of 307.78º 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 #DF73D1 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 209 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.13 |
| HSL | 307.78º | 0.63% | 0.66% | - |
| HSV(B) | 307.78º | 0.48% | 0.87% | - |
| XYZ | 48.07 | 32.55 | 64.07 | - |
| YUV | 158.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 209 | 0 | 0.48 | 0.06 | 0.13 | 307.78 | 0.63 | 0.66 |
| Hex | DF | 73 | D1 | 0 | 30 | 6 | D | 134 | 3F | 42 |
| Octal | 337 | 163 | 321 | 0 | 60 | 6 | 15 | 464 | 77 | 102 |
| Binary | 11011111 | 1110011 | 11010001 | 0 | 110000 | 110 | 1101 | 100110100 | 111111 | 1000010 |
Color Harmonies of #DF73D1
Complementary color
Monochromatic Colors of #DF73D1
Black with #DF73D1
Text Example
Text Example
White with #DF73D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73D1; }
p { color: rgb(223,115,209); }
H1.HeaderClassName
{
color: #DF73D1;
}
.AnyTagClassName
{
color: #DF73D1;
}
</style>
background-color css
<style>
a { background-color: #DF73D1; }
a { background-color: rgb(223,115,209); }
div.DivClassName
{
background-color: #DF73D1;
}
.BgClassName
{
background-color: #DF73D1;
}
</style>
border-color css
<style>
span { border-color: #DF73D1; }
span { border-color: rgb(223,115,209); }
td.TdClassName
{
border-color: #DF73D1;
}
.TagClassName
{
border-color: #DF73D1;
}
</style>