Shades of Orchid #DF85D8
Tints of Orchid #DF85D8
RGB
CMYK
RGB Variations
Color information
#DF85D8 (or 0xDF85D8) is known color: Orchid. HEX triplet: DF, 85 and D8. RGB value is (223,133,216). Sum of RGB (Red+Green+Blue) = 223+133+216=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF85D8 is #207A27. Grayscale: #A9A9A9. Windows color (decimal): -2128424 or 14190047. OLE color: 14190047.
HSL color Cylindrical-coordinate representation of color #DF85D8: hue angle of 304.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF85D8 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 216 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.13 |
| HSL | 304.67º | 0.58% | 0.7% | - |
| HSV(B) | 304.67º | 0.4% | 0.87% | - |
| XYZ | 51.21 | 37.42 | 69.49 | - |
| YUV | 169.37 | 154.32 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 216 | 0 | 0.40 | 0.03 | 0.13 | 304.67 | 0.58 | 0.7 |
| Hex | DF | 85 | D8 | 0 | 28 | 3 | D | 131 | 3A | 46 |
| Octal | 337 | 205 | 330 | 0 | 50 | 3 | 15 | 461 | 72 | 106 |
| Binary | 11011111 | 10000101 | 11011000 | 0 | 101000 | 11 | 1101 | 100110001 | 111010 | 1000110 |
Color Harmonies of #DF85D8
Complementary color
Monochromatic Colors of #DF85D8
Black with #DF85D8
Text Example
Text Example
White with #DF85D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85D8; }
p { color: rgb(223,133,216); }
H1.HeaderClassName
{
color: #DF85D8;
}
.AnyTagClassName
{
color: #DF85D8;
}
</style>
background-color css
<style>
a { background-color: #DF85D8; }
a { background-color: rgb(223,133,216); }
div.DivClassName
{
background-color: #DF85D8;
}
.BgClassName
{
background-color: #DF85D8;
}
</style>
border-color css
<style>
span { border-color: #DF85D8; }
span { border-color: rgb(223,133,216); }
td.TdClassName
{
border-color: #DF85D8;
}
.TagClassName
{
border-color: #DF85D8;
}
</style>