Shades of Orchid #DD86DB
Tints of Orchid #DD86DB
RGB
CMYK
RGB Variations
Color information
#DD86DB (or 0xDD86DB) is known color: Orchid. HEX triplet: DD, 86 and DB. RGB value is (221,134,219). Sum of RGB (Red+Green+Blue) = 221+134+219=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86DB is #227924. Grayscale: #A9A9A9. Windows color (decimal): -2259237 or 14386909. OLE color: 14386909.
HSL color Cylindrical-coordinate representation of color #DD86DB: hue angle of 301.38º 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 #DD86DB is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 219 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.13 |
| HSL | 301.38º | 0.56% | 0.7% | - |
| HSV(B) | 301.38º | 0.39% | 0.87% | - |
| XYZ | 51.13 | 37.54 | 71.57 | - |
| YUV | 169.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 219 | 0 | 0.39 | 0.01 | 0.13 | 301.38 | 0.56 | 0.7 |
| Hex | DD | 86 | DB | 0 | 27 | 1 | D | 12D | 38 | 46 |
| Octal | 335 | 206 | 333 | 0 | 47 | 1 | 15 | 455 | 70 | 106 |
| Binary | 11011101 | 10000110 | 11011011 | 0 | 100111 | 1 | 1101 | 100101101 | 111000 | 1000110 |
Color Harmonies of #DD86DB
Complementary color
Monochromatic Colors of #DD86DB
Black with #DD86DB
Text Example
Text Example
White with #DD86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD86DB; }
p { color: rgb(221,134,219); }
H1.HeaderClassName
{
color: #DD86DB;
}
.AnyTagClassName
{
color: #DD86DB;
}
</style>
background-color css
<style>
a { background-color: #DD86DB; }
a { background-color: rgb(221,134,219); }
div.DivClassName
{
background-color: #DD86DB;
}
.BgClassName
{
background-color: #DD86DB;
}
</style>
border-color css
<style>
span { border-color: #DD86DB; }
span { border-color: rgb(221,134,219); }
td.TdClassName
{
border-color: #DD86DB;
}
.TagClassName
{
border-color: #DD86DB;
}
</style>