Shades of Orchid #DF73CB
Tints of Orchid #DF73CB
RGB
CMYK
RGB Variations
Color information
#DF73CB (or 0xDF73CB) is known color: Orchid. HEX triplet: DF, 73 and CB. RGB value is (223,115,203). Sum of RGB (Red+Green+Blue) = 223+115+203=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73CB is #208C34. Grayscale: #9D9D9D. Windows color (decimal): -2133045 or 13333471. OLE color: 13333471.
HSL color Cylindrical-coordinate representation of color #DF73CB: hue angle of 311.11º 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 #DF73CB is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 203 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.13 |
| HSL | 311.11º | 0.63% | 0.66% | - |
| HSV(B) | 311.11º | 0.48% | 0.87% | - |
| XYZ | 47.34 | 32.26 | 60.23 | - |
| YUV | 157.32 | 153.78 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 203 | 0 | 0.48 | 0.09 | 0.13 | 311.11 | 0.63 | 0.66 |
| Hex | DF | 73 | CB | 0 | 30 | 9 | D | 137 | 3F | 42 |
| Octal | 337 | 163 | 313 | 0 | 60 | 11 | 15 | 467 | 77 | 102 |
| Binary | 11011111 | 1110011 | 11001011 | 0 | 110000 | 1001 | 1101 | 100110111 | 111111 | 1000010 |
Color Harmonies of #DF73CB
Complementary color
Monochromatic Colors of #DF73CB
Black with #DF73CB
Text Example
Text Example
White with #DF73CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73CB; }
p { color: rgb(223,115,203); }
H1.HeaderClassName
{
color: #DF73CB;
}
.AnyTagClassName
{
color: #DF73CB;
}
</style>
background-color css
<style>
a { background-color: #DF73CB; }
a { background-color: rgb(223,115,203); }
div.DivClassName
{
background-color: #DF73CB;
}
.BgClassName
{
background-color: #DF73CB;
}
</style>
border-color css
<style>
span { border-color: #DF73CB; }
span { border-color: rgb(223,115,203); }
td.TdClassName
{
border-color: #DF73CB;
}
.TagClassName
{
border-color: #DF73CB;
}
</style>