Shades of Orchid #DF85D4
Tints of Orchid #DF85D4
RGB
CMYK
RGB Variations
Color information
#DF85D4 (or 0xDF85D4) is known color: Orchid. HEX triplet: DF, 85 and D4. RGB value is (223,133,212). Sum of RGB (Red+Green+Blue) = 223+133+212=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF85D4 is #207A2B. Grayscale: #A8A8A8. Windows color (decimal): -2128428 or 13927903. OLE color: 13927903.
HSL color Cylindrical-coordinate representation of color #DF85D4: hue angle of 307.33º 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 #DF85D4 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 212 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.13 |
| HSL | 307.33º | 0.58% | 0.7% | - |
| HSV(B) | 307.33º | 0.4% | 0.87% | - |
| XYZ | 50.7 | 37.22 | 66.8 | - |
| YUV | 168.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 212 | 0 | 0.40 | 0.05 | 0.13 | 307.33 | 0.58 | 0.7 |
| Hex | DF | 85 | D4 | 0 | 28 | 5 | D | 133 | 3A | 46 |
| Octal | 337 | 205 | 324 | 0 | 50 | 5 | 15 | 463 | 72 | 106 |
| Binary | 11011111 | 10000101 | 11010100 | 0 | 101000 | 101 | 1101 | 100110011 | 111010 | 1000110 |
Color Harmonies of #DF85D4
Complementary color
Monochromatic Colors of #DF85D4
Black with #DF85D4
Text Example
Text Example
White with #DF85D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85D4; }
p { color: rgb(223,133,212); }
H1.HeaderClassName
{
color: #DF85D4;
}
.AnyTagClassName
{
color: #DF85D4;
}
</style>
background-color css
<style>
a { background-color: #DF85D4; }
a { background-color: rgb(223,133,212); }
div.DivClassName
{
background-color: #DF85D4;
}
.BgClassName
{
background-color: #DF85D4;
}
</style>
border-color css
<style>
span { border-color: #DF85D4; }
span { border-color: rgb(223,133,212); }
td.TdClassName
{
border-color: #DF85D4;
}
.TagClassName
{
border-color: #DF85D4;
}
</style>