Shades of Orchid #DF85D3
Tints of Orchid #DF85D3
RGB
CMYK
RGB Variations
Color information
#DF85D3 (or 0xDF85D3) is known color: Orchid. HEX triplet: DF, 85 and D3. RGB value is (223,133,211). Sum of RGB (Red+Green+Blue) = 223+133+211=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF85D3 is #207A2C. Grayscale: #A8A8A8. Windows color (decimal): -2128429 or 13862367. OLE color: 13862367.
HSL color Cylindrical-coordinate representation of color #DF85D3: hue angle of 308º 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 #DF85D3 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 211 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.13 |
| HSL | 308º | 0.58% | 0.7% | - |
| HSV(B) | 308º | 0.4% | 0.87% | - |
| XYZ | 50.58 | 37.17 | 66.14 | - |
| YUV | 168.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 211 | 0 | 0.40 | 0.05 | 0.13 | 308 | 0.58 | 0.7 |
| Hex | DF | 85 | D3 | 0 | 28 | 5 | D | 134 | 3A | 46 |
| Octal | 337 | 205 | 323 | 0 | 50 | 5 | 15 | 464 | 72 | 106 |
| Binary | 11011111 | 10000101 | 11010011 | 0 | 101000 | 101 | 1101 | 100110100 | 111010 | 1000110 |
Color Harmonies of #DF85D3
Complementary color
Monochromatic Colors of #DF85D3
Black with #DF85D3
Text Example
Text Example
White with #DF85D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85D3; }
p { color: rgb(223,133,211); }
H1.HeaderClassName
{
color: #DF85D3;
}
.AnyTagClassName
{
color: #DF85D3;
}
</style>
background-color css
<style>
a { background-color: #DF85D3; }
a { background-color: rgb(223,133,211); }
div.DivClassName
{
background-color: #DF85D3;
}
.BgClassName
{
background-color: #DF85D3;
}
</style>
border-color css
<style>
span { border-color: #DF85D3; }
span { border-color: rgb(223,133,211); }
td.TdClassName
{
border-color: #DF85D3;
}
.TagClassName
{
border-color: #DF85D3;
}
</style>