Shades of Orchid #DD86D8
Tints of Orchid #DD86D8
RGB
CMYK
RGB Variations
Color information
#DD86D8 (or 0xDD86D8) is known color: Orchid. HEX triplet: DD, 86 and D8. RGB value is (221,134,216). Sum of RGB (Red+Green+Blue) = 221+134+216=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86D8 is #227927. Grayscale: #A9A9A9. Windows color (decimal): -2259240 or 14190301. OLE color: 14190301.
HSL color Cylindrical-coordinate representation of color #DD86D8: hue angle of 303.45º 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 #DD86D8 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 216 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.13 |
| HSL | 303.45º | 0.56% | 0.7% | - |
| HSV(B) | 303.45º | 0.39% | 0.87% | - |
| XYZ | 50.74 | 37.38 | 69.51 | - |
| YUV | 169.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 216 | 0 | 0.39 | 0.02 | 0.13 | 303.45 | 0.56 | 0.7 |
| Hex | DD | 86 | D8 | 0 | 27 | 2 | D | 12F | 38 | 46 |
| Octal | 335 | 206 | 330 | 0 | 47 | 2 | 15 | 457 | 70 | 106 |
| Binary | 11011101 | 10000110 | 11011000 | 0 | 100111 | 10 | 1101 | 100101111 | 111000 | 1000110 |
Color Harmonies of #DD86D8
Complementary color
Monochromatic Colors of #DD86D8
Black with #DD86D8
Text Example
Text Example
White with #DD86D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD86D8; }
p { color: rgb(221,134,216); }
H1.HeaderClassName
{
color: #DD86D8;
}
.AnyTagClassName
{
color: #DD86D8;
}
</style>
background-color css
<style>
a { background-color: #DD86D8; }
a { background-color: rgb(221,134,216); }
div.DivClassName
{
background-color: #DD86D8;
}
.BgClassName
{
background-color: #DD86D8;
}
</style>
border-color css
<style>
span { border-color: #DD86D8; }
span { border-color: rgb(221,134,216); }
td.TdClassName
{
border-color: #DD86D8;
}
.TagClassName
{
border-color: #DD86D8;
}
</style>