Shades of Orchid #DF73CC
Tints of Orchid #DF73CC
RGB
CMYK
RGB Variations
Color information
#DF73CC (or 0xDF73CC) is known color: Orchid. HEX triplet: DF, 73 and CC. RGB value is (223,115,204). Sum of RGB (Red+Green+Blue) = 223+115+204=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73CC is #208C33. Grayscale: #9D9D9D. Windows color (decimal): -2133044 or 13399007. OLE color: 13399007.
HSL color Cylindrical-coordinate representation of color #DF73CC: hue angle of 310.56º 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 #DF73CC is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 204 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.13 |
| HSL | 310.56º | 0.63% | 0.66% | - |
| HSV(B) | 310.56º | 0.48% | 0.87% | - |
| XYZ | 47.46 | 32.31 | 60.86 | - |
| YUV | 157.44 | 154.28 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 204 | 0 | 0.48 | 0.09 | 0.13 | 310.56 | 0.63 | 0.66 |
| Hex | DF | 73 | CC | 0 | 30 | 9 | D | 137 | 3F | 42 |
| Octal | 337 | 163 | 314 | 0 | 60 | 11 | 15 | 467 | 77 | 102 |
| Binary | 11011111 | 1110011 | 11001100 | 0 | 110000 | 1001 | 1101 | 100110111 | 111111 | 1000010 |
Color Harmonies of #DF73CC
Complementary color
Monochromatic Colors of #DF73CC
Black with #DF73CC
Text Example
Text Example
White with #DF73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73CC; }
p { color: rgb(223,115,204); }
H1.HeaderClassName
{
color: #DF73CC;
}
.AnyTagClassName
{
color: #DF73CC;
}
</style>
background-color css
<style>
a { background-color: #DF73CC; }
a { background-color: rgb(223,115,204); }
div.DivClassName
{
background-color: #DF73CC;
}
.BgClassName
{
background-color: #DF73CC;
}
</style>
border-color css
<style>
span { border-color: #DF73CC; }
span { border-color: rgb(223,115,204); }
td.TdClassName
{
border-color: #DF73CC;
}
.TagClassName
{
border-color: #DF73CC;
}
</style>