Shades of Orchid #DC86DD
Tints of Orchid #DC86DD
RGB
CMYK
RGB Variations
Color information
#DC86DD (or 0xDC86DD) is known color: Orchid. HEX triplet: DC, 86 and DD. RGB value is (220,134,221). Sum of RGB (Red+Green+Blue) = 220+134+221=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC86DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86DD is #237922. Grayscale: #A9A9A9. Windows color (decimal): -2324771 or 14517980. OLE color: 14517980.
HSL color Cylindrical-coordinate representation of color #DC86DD: hue angle of 299.31º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC86DD is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 134 | 221 | - |
| CMYK | 0.00 | 0.39 | 0 | 0.13 |
| HSL | 299.31º | 0.56% | 0.7% | - |
| HSV(B) | 299.31º | 0.39% | 0.87% | - |
| XYZ | 51.09 | 37.49 | 72.95 | - |
| YUV | 169.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 221 | 0.00 | 0.39 | 0 | 0.13 | 299.31 | 0.56 | 0.7 |
| Hex | DC | 86 | DD | 0 | 27 | 0 | D | 12B | 38 | 46 |
| Octal | 334 | 206 | 335 | 0 | 47 | 0 | 15 | 453 | 70 | 106 |
| Binary | 11011100 | 10000110 | 11011101 | 0 | 100111 | 0 | 1101 | 100101011 | 111000 | 1000110 |
Color Harmonies of #DC86DD
Complementary color
Monochromatic Colors of #DC86DD
Black with #DC86DD
Text Example
Text Example
White with #DC86DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC86DD; }
p { color: rgb(220,134,221); }
H1.HeaderClassName
{
color: #DC86DD;
}
.AnyTagClassName
{
color: #DC86DD;
}
</style>
background-color css
<style>
a { background-color: #DC86DD; }
a { background-color: rgb(220,134,221); }
div.DivClassName
{
background-color: #DC86DD;
}
.BgClassName
{
background-color: #DC86DD;
}
</style>
border-color css
<style>
span { border-color: #DC86DD; }
span { border-color: rgb(220,134,221); }
td.TdClassName
{
border-color: #DC86DD;
}
.TagClassName
{
border-color: #DC86DD;
}
</style>