Shades of Orchid #DF84D4
Tints of Orchid #DF84D4
RGB
CMYK
RGB Variations
Color information
#DF84D4 (or 0xDF84D4) is known color: Orchid. HEX triplet: DF, 84 and D4. RGB value is (223,132,212). Sum of RGB (Red+Green+Blue) = 223+132+212=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84D4 is #207B2B. Grayscale: #A8A8A8. Windows color (decimal): -2128684 or 13927647. OLE color: 13927647.
HSL color Cylindrical-coordinate representation of color #DF84D4: hue angle of 307.25º 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 #DF84D4 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 212 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.13 |
| HSL | 307.25º | 0.59% | 0.7% | - |
| HSV(B) | 307.25º | 0.41% | 0.87% | - |
| XYZ | 50.57 | 36.94 | 66.75 | - |
| YUV | 168.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 212 | 0 | 0.41 | 0.05 | 0.13 | 307.25 | 0.59 | 0.7 |
| Hex | DF | 84 | D4 | 0 | 29 | 5 | D | 133 | 3B | 46 |
| Octal | 337 | 204 | 324 | 0 | 51 | 5 | 15 | 463 | 73 | 106 |
| Binary | 11011111 | 10000100 | 11010100 | 0 | 101001 | 101 | 1101 | 100110011 | 111011 | 1000110 |
Color Harmonies of #DF84D4
Complementary color
Monochromatic Colors of #DF84D4
Black with #DF84D4
Text Example
Text Example
White with #DF84D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF84D4; }
p { color: rgb(223,132,212); }
H1.HeaderClassName
{
color: #DF84D4;
}
.AnyTagClassName
{
color: #DF84D4;
}
</style>
background-color css
<style>
a { background-color: #DF84D4; }
a { background-color: rgb(223,132,212); }
div.DivClassName
{
background-color: #DF84D4;
}
.BgClassName
{
background-color: #DF84D4;
}
</style>
border-color css
<style>
span { border-color: #DF84D4; }
span { border-color: rgb(223,132,212); }
td.TdClassName
{
border-color: #DF84D4;
}
.TagClassName
{
border-color: #DF84D4;
}
</style>