Shades of Orchid #DF73C5
Tints of Orchid #DF73C5
RGB
CMYK
RGB Variations
Color information
#DF73C5 (or 0xDF73C5) is known color: Orchid. HEX triplet: DF, 73 and C5. RGB value is (223,115,197). Sum of RGB (Red+Green+Blue) = 223+115+197=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73C5 is #208C3A. Grayscale: #9C9C9C. Windows color (decimal): -2133051 or 12940255. OLE color: 12940255.
HSL color Cylindrical-coordinate representation of color #DF73C5: hue angle of 314.44º 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 #DF73C5 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 197 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.13 |
| HSL | 314.44º | 0.63% | 0.66% | - |
| HSV(B) | 314.44º | 0.48% | 0.87% | - |
| XYZ | 46.64 | 31.98 | 56.54 | - |
| YUV | 156.64 | 150.78 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 197 | 0 | 0.48 | 0.12 | 0.13 | 314.44 | 0.63 | 0.66 |
| Hex | DF | 73 | C5 | 0 | 30 | C | D | 13A | 3F | 42 |
| Octal | 337 | 163 | 305 | 0 | 60 | 14 | 15 | 472 | 77 | 102 |
| Binary | 11011111 | 1110011 | 11000101 | 0 | 110000 | 1100 | 1101 | 100111010 | 111111 | 1000010 |
Color Harmonies of #DF73C5
Complementary color
Monochromatic Colors of #DF73C5
Black with #DF73C5
Text Example
Text Example
White with #DF73C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73C5; }
p { color: rgb(223,115,197); }
H1.HeaderClassName
{
color: #DF73C5;
}
.AnyTagClassName
{
color: #DF73C5;
}
</style>
background-color css
<style>
a { background-color: #DF73C5; }
a { background-color: rgb(223,115,197); }
div.DivClassName
{
background-color: #DF73C5;
}
.BgClassName
{
background-color: #DF73C5;
}
</style>
border-color css
<style>
span { border-color: #DF73C5; }
span { border-color: rgb(223,115,197); }
td.TdClassName
{
border-color: #DF73C5;
}
.TagClassName
{
border-color: #DF73C5;
}
</style>