Shades of Orchid #DF86D4
Tints of Orchid #DF86D4
RGB
CMYK
RGB Variations
Color information
#DF86D4 (or 0xDF86D4) is known color: Orchid. HEX triplet: DF, 86 and D4. RGB value is (223,134,212). Sum of RGB (Red+Green+Blue) = 223+134+212=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF86D4 is #20792B. Grayscale: #A9A9A9. Windows color (decimal): -2128172 or 13928159. OLE color: 13928159.
HSL color Cylindrical-coordinate representation of color #DF86D4: hue angle of 307.42º 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 #DF86D4 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 212 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.13 |
| HSL | 307.42º | 0.58% | 0.7% | - |
| HSV(B) | 307.42º | 0.4% | 0.87% | - |
| XYZ | 50.84 | 37.49 | 66.84 | - |
| YUV | 169.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 212 | 0 | 0.40 | 0.05 | 0.13 | 307.42 | 0.58 | 0.7 |
| Hex | DF | 86 | D4 | 0 | 28 | 5 | D | 133 | 3A | 46 |
| Octal | 337 | 206 | 324 | 0 | 50 | 5 | 15 | 463 | 72 | 106 |
| Binary | 11011111 | 10000110 | 11010100 | 0 | 101000 | 101 | 1101 | 100110011 | 111010 | 1000110 |
Color Harmonies of #DF86D4
Complementary color
Monochromatic Colors of #DF86D4
Black with #DF86D4
Text Example
Text Example
White with #DF86D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF86D4; }
p { color: rgb(223,134,212); }
H1.HeaderClassName
{
color: #DF86D4;
}
.AnyTagClassName
{
color: #DF86D4;
}
</style>
background-color css
<style>
a { background-color: #DF86D4; }
a { background-color: rgb(223,134,212); }
div.DivClassName
{
background-color: #DF86D4;
}
.BgClassName
{
background-color: #DF86D4;
}
</style>
border-color css
<style>
span { border-color: #DF86D4; }
span { border-color: rgb(223,134,212); }
td.TdClassName
{
border-color: #DF86D4;
}
.TagClassName
{
border-color: #DF86D4;
}
</style>