Shades of Orchid #DF84D7
Tints of Orchid #DF84D7
RGB
CMYK
RGB Variations
Color information
#DF84D7 (or 0xDF84D7) is known color: Orchid. HEX triplet: DF, 84 and D7. RGB value is (223,132,215). Sum of RGB (Red+Green+Blue) = 223+132+215=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 215 (84.38% from 255 or 37.72% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84D7 is #207B28. Grayscale: #A8A8A8. Windows color (decimal): -2128681 or 14124255. OLE color: 14124255.
HSL color Cylindrical-coordinate representation of color #DF84D7: hue angle of 305.27º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF84D7 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 215 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.13 |
| HSL | 305.27º | 0.59% | 0.7% | - |
| HSV(B) | 305.27º | 0.41% | 0.87% | - |
| XYZ | 50.95 | 37.1 | 68.77 | - |
| YUV | 168.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 215 | 0 | 0.41 | 0.04 | 0.13 | 305.27 | 0.59 | 0.7 |
| Hex | DF | 84 | D7 | 0 | 29 | 4 | D | 131 | 3B | 46 |
| Octal | 337 | 204 | 327 | 0 | 51 | 4 | 15 | 461 | 73 | 106 |
| Binary | 11011111 | 10000100 | 11010111 | 0 | 101001 | 100 | 1101 | 100110001 | 111011 | 1000110 |
Color Harmonies of #DF84D7
Complementary color
Monochromatic Colors of #DF84D7
Black with #DF84D7
Text Example
Text Example
White with #DF84D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF84D7; }
p { color: rgb(223,132,215); }
H1.HeaderClassName
{
color: #DF84D7;
}
.AnyTagClassName
{
color: #DF84D7;
}
</style>
background-color css
<style>
a { background-color: #DF84D7; }
a { background-color: rgb(223,132,215); }
div.DivClassName
{
background-color: #DF84D7;
}
.BgClassName
{
background-color: #DF84D7;
}
</style>
border-color css
<style>
span { border-color: #DF84D7; }
span { border-color: rgb(223,132,215); }
td.TdClassName
{
border-color: #DF84D7;
}
.TagClassName
{
border-color: #DF84D7;
}
</style>