Shades of Orchid #DF84C9
Tints of Orchid #DF84C9
RGB
CMYK
RGB Variations
Color information
#DF84C9 (or 0xDF84C9) is known color: Orchid. HEX triplet: DF, 84 and C9. RGB value is (223,132,201). Sum of RGB (Red+Green+Blue) = 223+132+201=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84C9 is #207B36. Grayscale: #A6A6A6. Windows color (decimal): -2128695 or 13206751. OLE color: 13206751.
HSL color Cylindrical-coordinate representation of color #DF84C9: hue angle of 314.51º 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 #DF84C9 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 201 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.13 |
| HSL | 314.51º | 0.59% | 0.7% | - |
| HSV(B) | 314.51º | 0.41% | 0.87% | - |
| XYZ | 49.23 | 36.41 | 59.69 | - |
| YUV | 167.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 201 | 0 | 0.41 | 0.10 | 0.13 | 314.51 | 0.59 | 0.7 |
| Hex | DF | 84 | C9 | 0 | 29 | A | D | 13B | 3B | 46 |
| Octal | 337 | 204 | 311 | 0 | 51 | 12 | 15 | 473 | 73 | 106 |
| Binary | 11011111 | 10000100 | 11001001 | 0 | 101001 | 1010 | 1101 | 100111011 | 111011 | 1000110 |
Color Harmonies of #DF84C9
Complementary color
Monochromatic Colors of #DF84C9
Black with #DF84C9
Text Example
Text Example
White with #DF84C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF84C9; }
p { color: rgb(223,132,201); }
H1.HeaderClassName
{
color: #DF84C9;
}
.AnyTagClassName
{
color: #DF84C9;
}
</style>
background-color css
<style>
a { background-color: #DF84C9; }
a { background-color: rgb(223,132,201); }
div.DivClassName
{
background-color: #DF84C9;
}
.BgClassName
{
background-color: #DF84C9;
}
</style>
border-color css
<style>
span { border-color: #DF84C9; }
span { border-color: rgb(223,132,201); }
td.TdClassName
{
border-color: #DF84C9;
}
.TagClassName
{
border-color: #DF84C9;
}
</style>