Shades of Orchid #DF73E9
Tints of Orchid #DF73E9
RGB
CMYK
RGB Variations
Color information
#DF73E9 (or 0xDF73E9) is known color: Orchid. HEX triplet: DF, 73 and E9. RGB value is (223,115,233). Sum of RGB (Red+Green+Blue) = 223+115+233=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 115 (45.31% from 255 or 20.14% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF73E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF73E9 is #208C16. Grayscale: #A0A0A0. Windows color (decimal): -2133015 or 15299551. OLE color: 15299551.
HSL color Cylindrical-coordinate representation of color #DF73E9: hue angle of 294.92º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF73E9 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 115 | 233 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.09 |
| HSL | 294.92º | 0.73% | 0.68% | - |
| HSV(B) | 294.92º | 0.51% | 0.91% | - |
| XYZ | 51.27 | 33.83 | 80.92 | - |
| YUV | 160.74 | 168.78 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 233 | 0.04 | 0.51 | 0 | 0.09 | 294.92 | 0.73 | 0.68 |
| Hex | DF | 73 | E9 | 4 | 33 | 0 | 9 | 127 | 49 | 44 |
| Octal | 337 | 163 | 351 | 4 | 63 | 0 | 11 | 447 | 111 | 104 |
| Binary | 11011111 | 1110011 | 11101001 | 100 | 110011 | 0 | 1001 | 100100111 | 1001001 | 1000100 |
Color Harmonies of #DF73E9
Complementary color
Monochromatic Colors of #DF73E9
Black with #DF73E9
Text Example
Text Example
White with #DF73E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73E9; }
p { color: rgb(223,115,233); }
H1.HeaderClassName
{
color: #DF73E9;
}
.AnyTagClassName
{
color: #DF73E9;
}
</style>
background-color css
<style>
a { background-color: #DF73E9; }
a { background-color: rgb(223,115,233); }
div.DivClassName
{
background-color: #DF73E9;
}
.BgClassName
{
background-color: #DF73E9;
}
</style>
border-color css
<style>
span { border-color: #DF73E9; }
span { border-color: rgb(223,115,233); }
td.TdClassName
{
border-color: #DF73E9;
}
.TagClassName
{
border-color: #DF73E9;
}
</style>