Shades of Orchid #DF86DA
Tints of Orchid #DF86DA
RGB
CMYK
RGB Variations
Color information
#DF86DA (or 0xDF86DA) is known color: Orchid. HEX triplet: DF, 86 and DA. RGB value is (223,134,218). Sum of RGB (Red+Green+Blue) = 223+134+218=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF86DA is #207925. Grayscale: #A9A9A9. Windows color (decimal): -2128166 or 14321375. OLE color: 14321375.
HSL color Cylindrical-coordinate representation of color #DF86DA: hue angle of 303.37º 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 #DF86DA is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 218 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.13 |
| HSL | 303.37º | 0.58% | 0.7% | - |
| HSV(B) | 303.37º | 0.4% | 0.87% | - |
| XYZ | 51.61 | 37.8 | 70.91 | - |
| YUV | 170.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 218 | 0 | 0.40 | 0.02 | 0.13 | 303.37 | 0.58 | 0.7 |
| Hex | DF | 86 | DA | 0 | 28 | 2 | D | 12F | 3A | 46 |
| Octal | 337 | 206 | 332 | 0 | 50 | 2 | 15 | 457 | 72 | 106 |
| Binary | 11011111 | 10000110 | 11011010 | 0 | 101000 | 10 | 1101 | 100101111 | 111010 | 1000110 |
Color Harmonies of #DF86DA
Complementary color
Monochromatic Colors of #DF86DA
Black with #DF86DA
Text Example
Text Example
White with #DF86DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF86DA; }
p { color: rgb(223,134,218); }
H1.HeaderClassName
{
color: #DF86DA;
}
.AnyTagClassName
{
color: #DF86DA;
}
</style>
background-color css
<style>
a { background-color: #DF86DA; }
a { background-color: rgb(223,134,218); }
div.DivClassName
{
background-color: #DF86DA;
}
.BgClassName
{
background-color: #DF86DA;
}
</style>
border-color css
<style>
span { border-color: #DF86DA; }
span { border-color: rgb(223,134,218); }
td.TdClassName
{
border-color: #DF86DA;
}
.TagClassName
{
border-color: #DF86DA;
}
</style>