Shades of Orchid #DF84C8
Tints of Orchid #DF84C8
RGB
CMYK
RGB Variations
Color information
#DF84C8 (or 0xDF84C8) is known color: Orchid. HEX triplet: DF, 84 and C8. RGB value is (223,132,200). Sum of RGB (Red+Green+Blue) = 223+132+200=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84C8 is #207B37. Grayscale: #A6A6A6. Windows color (decimal): -2128696 or 13141215. OLE color: 13141215.
HSL color Cylindrical-coordinate representation of color #DF84C8: hue angle of 315.16º 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 #DF84C8 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 200 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.13 |
| HSL | 315.16º | 0.59% | 0.7% | - |
| HSV(B) | 315.16º | 0.41% | 0.87% | - |
| XYZ | 49.11 | 36.36 | 59.07 | - |
| YUV | 166.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 200 | 0 | 0.41 | 0.10 | 0.13 | 315.16 | 0.59 | 0.7 |
| Hex | DF | 84 | C8 | 0 | 29 | A | D | 13B | 3B | 46 |
| Octal | 337 | 204 | 310 | 0 | 51 | 12 | 15 | 473 | 73 | 106 |
| Binary | 11011111 | 10000100 | 11001000 | 0 | 101001 | 1010 | 1101 | 100111011 | 111011 | 1000110 |
Color Harmonies of #DF84C8
Complementary color
Monochromatic Colors of #DF84C8
Black with #DF84C8
Text Example
Text Example
White with #DF84C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF84C8; }
p { color: rgb(223,132,200); }
H1.HeaderClassName
{
color: #DF84C8;
}
.AnyTagClassName
{
color: #DF84C8;
}
</style>
background-color css
<style>
a { background-color: #DF84C8; }
a { background-color: rgb(223,132,200); }
div.DivClassName
{
background-color: #DF84C8;
}
.BgClassName
{
background-color: #DF84C8;
}
</style>
border-color css
<style>
span { border-color: #DF84C8; }
span { border-color: rgb(223,132,200); }
td.TdClassName
{
border-color: #DF84C8;
}
.TagClassName
{
border-color: #DF84C8;
}
</style>