Shades of Orchid #DD86DC
Tints of Orchid #DD86DC
RGB
CMYK
RGB Variations
Color information
#DD86DC (or 0xDD86DC) is known color: Orchid. HEX triplet: DD, 86 and DC. RGB value is (221,134,220). Sum of RGB (Red+Green+Blue) = 221+134+220=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86DC is #227923. Grayscale: #A9A9A9. Windows color (decimal): -2259236 or 14452445. OLE color: 14452445.
HSL color Cylindrical-coordinate representation of color #DD86DC: hue angle of 300.69º 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 #DD86DC is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 220 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.13 |
| HSL | 300.69º | 0.56% | 0.7% | - |
| HSV(B) | 300.69º | 0.39% | 0.87% | - |
| XYZ | 51.26 | 37.59 | 72.26 | - |
| YUV | 169.82 | 156.32 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 220 | 0 | 0.39 | 0.00 | 0.13 | 300.69 | 0.56 | 0.7 |
| Hex | DD | 86 | DC | 0 | 27 | 0 | D | 12D | 38 | 46 |
| Octal | 335 | 206 | 334 | 0 | 47 | 0 | 15 | 455 | 70 | 106 |
| Binary | 11011101 | 10000110 | 11011100 | 0 | 100111 | 0 | 1101 | 100101101 | 111000 | 1000110 |
Color Harmonies of #DD86DC
Complementary color
Monochromatic Colors of #DD86DC
Black with #DD86DC
Text Example
Text Example
White with #DD86DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD86DC; }
p { color: rgb(221,134,220); }
H1.HeaderClassName
{
color: #DD86DC;
}
.AnyTagClassName
{
color: #DD86DC;
}
</style>
background-color css
<style>
a { background-color: #DD86DC; }
a { background-color: rgb(221,134,220); }
div.DivClassName
{
background-color: #DD86DC;
}
.BgClassName
{
background-color: #DD86DC;
}
</style>
border-color css
<style>
span { border-color: #DD86DC; }
span { border-color: rgb(221,134,220); }
td.TdClassName
{
border-color: #DD86DC;
}
.TagClassName
{
border-color: #DD86DC;
}
</style>