Shades of Orchid #DF85D6
Tints of Orchid #DF85D6
RGB
CMYK
RGB Variations
Color information
#DF85D6 (or 0xDF85D6) is known color: Orchid. HEX triplet: DF, 85 and D6. RGB value is (223,133,214). Sum of RGB (Red+Green+Blue) = 223+133+214=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF85D6 is #207A29. Grayscale: #A8A8A8. Windows color (decimal): -2128426 or 14058975. OLE color: 14058975.
HSL color Cylindrical-coordinate representation of color #DF85D6: hue angle of 306º 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 #DF85D6 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 214 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.13 |
| HSL | 306º | 0.58% | 0.7% | - |
| HSV(B) | 306º | 0.4% | 0.87% | - |
| XYZ | 50.96 | 37.32 | 68.14 | - |
| YUV | 169.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 214 | 0 | 0.40 | 0.04 | 0.13 | 306 | 0.58 | 0.7 |
| Hex | DF | 85 | D6 | 0 | 28 | 4 | D | 132 | 3A | 46 |
| Octal | 337 | 205 | 326 | 0 | 50 | 4 | 15 | 462 | 72 | 106 |
| Binary | 11011111 | 10000101 | 11010110 | 0 | 101000 | 100 | 1101 | 100110010 | 111010 | 1000110 |
Color Harmonies of #DF85D6
Complementary color
Monochromatic Colors of #DF85D6
Black with #DF85D6
Text Example
Text Example
White with #DF85D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85D6; }
p { color: rgb(223,133,214); }
H1.HeaderClassName
{
color: #DF85D6;
}
.AnyTagClassName
{
color: #DF85D6;
}
</style>
background-color css
<style>
a { background-color: #DF85D6; }
a { background-color: rgb(223,133,214); }
div.DivClassName
{
background-color: #DF85D6;
}
.BgClassName
{
background-color: #DF85D6;
}
</style>
border-color css
<style>
span { border-color: #DF85D6; }
span { border-color: rgb(223,133,214); }
td.TdClassName
{
border-color: #DF85D6;
}
.TagClassName
{
border-color: #DF85D6;
}
</style>