Shades of Orchid #DF84CE
Tints of Orchid #DF84CE
RGB
CMYK
RGB Variations
Color information
#DF84CE (or 0xDF84CE) is known color: Orchid. HEX triplet: DF, 84 and CE. RGB value is (223,132,206). Sum of RGB (Red+Green+Blue) = 223+132+206=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84CE is #207B31. Grayscale: #A7A7A7. Windows color (decimal): -2128690 or 13534431. OLE color: 13534431.
HSL color Cylindrical-coordinate representation of color #DF84CE: hue angle of 311.21º 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 #DF84CE is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 206 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.13 |
| HSL | 311.21º | 0.59% | 0.7% | - |
| HSV(B) | 311.21º | 0.41% | 0.87% | - |
| XYZ | 49.82 | 36.65 | 62.84 | - |
| YUV | 167.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 206 | 0 | 0.41 | 0.08 | 0.13 | 311.21 | 0.59 | 0.7 |
| Hex | DF | 84 | CE | 0 | 29 | 8 | D | 137 | 3B | 46 |
| Octal | 337 | 204 | 316 | 0 | 51 | 10 | 15 | 467 | 73 | 106 |
| Binary | 11011111 | 10000100 | 11001110 | 0 | 101001 | 1000 | 1101 | 100110111 | 111011 | 1000110 |
Color Harmonies of #DF84CE
Complementary color
Monochromatic Colors of #DF84CE
Black with #DF84CE
Text Example
Text Example
White with #DF84CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF84CE; }
p { color: rgb(223,132,206); }
H1.HeaderClassName
{
color: #DF84CE;
}
.AnyTagClassName
{
color: #DF84CE;
}
</style>
background-color css
<style>
a { background-color: #DF84CE; }
a { background-color: rgb(223,132,206); }
div.DivClassName
{
background-color: #DF84CE;
}
.BgClassName
{
background-color: #DF84CE;
}
</style>
border-color css
<style>
span { border-color: #DF84CE; }
span { border-color: rgb(223,132,206); }
td.TdClassName
{
border-color: #DF84CE;
}
.TagClassName
{
border-color: #DF84CE;
}
</style>