Shades of Orchid #DF73DC
Tints of Orchid #DF73DC
RGB
CMYK
RGB Variations
Color information
#DF73DC (or 0xDF73DC) is known color: Orchid. HEX triplet: DF, 73 and DC. RGB value is (223,115,220). Sum of RGB (Red+Green+Blue) = 223+115+220=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73DC is #208C23. Grayscale: #9E9E9E. Windows color (decimal): -2133028 or 14447583. OLE color: 14447583.
HSL color Cylindrical-coordinate representation of color #DF73DC: hue angle of 301.67º 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 #DF73DC is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 220 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.13 |
| HSL | 301.67º | 0.63% | 0.66% | - |
| HSV(B) | 301.67º | 0.48% | 0.87% | - |
| XYZ | 49.48 | 33.12 | 71.49 | - |
| YUV | 159.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 220 | 0 | 0.48 | 0.01 | 0.13 | 301.67 | 0.63 | 0.66 |
| Hex | DF | 73 | DC | 0 | 30 | 1 | D | 12E | 3F | 42 |
| Octal | 337 | 163 | 334 | 0 | 60 | 1 | 15 | 456 | 77 | 102 |
| Binary | 11011111 | 1110011 | 11011100 | 0 | 110000 | 1 | 1101 | 100101110 | 111111 | 1000010 |
Color Harmonies of #DF73DC
Complementary color
Monochromatic Colors of #DF73DC
Black with #DF73DC
Text Example
Text Example
White with #DF73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73DC; }
p { color: rgb(223,115,220); }
H1.HeaderClassName
{
color: #DF73DC;
}
.AnyTagClassName
{
color: #DF73DC;
}
</style>
background-color css
<style>
a { background-color: #DF73DC; }
a { background-color: rgb(223,115,220); }
div.DivClassName
{
background-color: #DF73DC;
}
.BgClassName
{
background-color: #DF73DC;
}
</style>
border-color css
<style>
span { border-color: #DF73DC; }
span { border-color: rgb(223,115,220); }
td.TdClassName
{
border-color: #DF73DC;
}
.TagClassName
{
border-color: #DF73DC;
}
</style>