Shades of Orchid #DF84DD
Tints of Orchid #DF84DD
RGB
CMYK
RGB Variations
Color information
#DF84DD (or 0xDF84DD) is known color: Orchid. HEX triplet: DF, 84 and DD. RGB value is (223,132,221). Sum of RGB (Red+Green+Blue) = 223+132+221=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84DD is #207B22. Grayscale: #A9A9A9. Windows color (decimal): -2128675 or 14517471. OLE color: 14517471.
HSL color Cylindrical-coordinate representation of color #DF84DD: hue angle of 301.32º 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 #DF84DD is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 221 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.13 |
| HSL | 301.32º | 0.59% | 0.7% | - |
| HSV(B) | 301.32º | 0.41% | 0.87% | - |
| XYZ | 51.73 | 37.41 | 72.9 | - |
| YUV | 169.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 221 | 0 | 0.41 | 0.01 | 0.13 | 301.32 | 0.59 | 0.7 |
| Hex | DF | 84 | DD | 0 | 29 | 1 | D | 12D | 3B | 46 |
| Octal | 337 | 204 | 335 | 0 | 51 | 1 | 15 | 455 | 73 | 106 |
| Binary | 11011111 | 10000100 | 11011101 | 0 | 101001 | 1 | 1101 | 100101101 | 111011 | 1000110 |
Color Harmonies of #DF84DD
Complementary color
Monochromatic Colors of #DF84DD
Black with #DF84DD
Text Example
Text Example
White with #DF84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF84DD; }
p { color: rgb(223,132,221); }
H1.HeaderClassName
{
color: #DF84DD;
}
.AnyTagClassName
{
color: #DF84DD;
}
</style>
background-color css
<style>
a { background-color: #DF84DD; }
a { background-color: rgb(223,132,221); }
div.DivClassName
{
background-color: #DF84DD;
}
.BgClassName
{
background-color: #DF84DD;
}
</style>
border-color css
<style>
span { border-color: #DF84DD; }
span { border-color: rgb(223,132,221); }
td.TdClassName
{
border-color: #DF84DD;
}
.TagClassName
{
border-color: #DF84DD;
}
</style>