Shades of Orchid #DF86DC
Tints of Orchid #DF86DC
RGB
CMYK
RGB Variations
Color information
#DF86DC (or 0xDF86DC) is known color: Orchid. HEX triplet: DF, 86 and DC. RGB value is (223,134,220). Sum of RGB (Red+Green+Blue) = 223+134+220=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF86DC is #207923. Grayscale: #AAAAAA. Windows color (decimal): -2128164 or 14452447. OLE color: 14452447.
HSL color Cylindrical-coordinate representation of color #DF86DC: hue angle of 302.02º 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 #DF86DC is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 220 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.13 |
| HSL | 302.02º | 0.58% | 0.7% | - |
| HSV(B) | 302.02º | 0.4% | 0.87% | - |
| XYZ | 51.87 | 37.91 | 72.29 | - |
| YUV | 170.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 220 | 0 | 0.40 | 0.01 | 0.13 | 302.02 | 0.58 | 0.7 |
| Hex | DF | 86 | DC | 0 | 28 | 1 | D | 12E | 3A | 46 |
| Octal | 337 | 206 | 334 | 0 | 50 | 1 | 15 | 456 | 72 | 106 |
| Binary | 11011111 | 10000110 | 11011100 | 0 | 101000 | 1 | 1101 | 100101110 | 111010 | 1000110 |
Color Harmonies of #DF86DC
Complementary color
Monochromatic Colors of #DF86DC
Black with #DF86DC
Text Example
Text Example
White with #DF86DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF86DC; }
p { color: rgb(223,134,220); }
H1.HeaderClassName
{
color: #DF86DC;
}
.AnyTagClassName
{
color: #DF86DC;
}
</style>
background-color css
<style>
a { background-color: #DF86DC; }
a { background-color: rgb(223,134,220); }
div.DivClassName
{
background-color: #DF86DC;
}
.BgClassName
{
background-color: #DF86DC;
}
</style>
border-color css
<style>
span { border-color: #DF86DC; }
span { border-color: rgb(223,134,220); }
td.TdClassName
{
border-color: #DF86DC;
}
.TagClassName
{
border-color: #DF86DC;
}
</style>