Shades of Orchid #DD86DA
Tints of Orchid #DD86DA
RGB
CMYK
RGB Variations
Color information
#DD86DA (or 0xDD86DA) is known color: Orchid. HEX triplet: DD, 86 and DA. RGB value is (221,134,218). Sum of RGB (Red+Green+Blue) = 221+134+218=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86DA is #227925. Grayscale: #A9A9A9. Windows color (decimal): -2259238 or 14321373. OLE color: 14321373.
HSL color Cylindrical-coordinate representation of color #DD86DA: hue angle of 302.07º 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 #DD86DA is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 218 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.13 |
| HSL | 302.07º | 0.56% | 0.7% | - |
| HSV(B) | 302.07º | 0.39% | 0.87% | - |
| XYZ | 51 | 37.48 | 70.88 | - |
| YUV | 169.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 218 | 0 | 0.39 | 0.01 | 0.13 | 302.07 | 0.56 | 0.7 |
| Hex | DD | 86 | DA | 0 | 27 | 1 | D | 12E | 38 | 46 |
| Octal | 335 | 206 | 332 | 0 | 47 | 1 | 15 | 456 | 70 | 106 |
| Binary | 11011101 | 10000110 | 11011010 | 0 | 100111 | 1 | 1101 | 100101110 | 111000 | 1000110 |
Color Harmonies of #DD86DA
Complementary color
Monochromatic Colors of #DD86DA
Black with #DD86DA
Text Example
Text Example
White with #DD86DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD86DA; }
p { color: rgb(221,134,218); }
H1.HeaderClassName
{
color: #DD86DA;
}
.AnyTagClassName
{
color: #DD86DA;
}
</style>
background-color css
<style>
a { background-color: #DD86DA; }
a { background-color: rgb(221,134,218); }
div.DivClassName
{
background-color: #DD86DA;
}
.BgClassName
{
background-color: #DD86DA;
}
</style>
border-color css
<style>
span { border-color: #DD86DA; }
span { border-color: rgb(221,134,218); }
td.TdClassName
{
border-color: #DD86DA;
}
.TagClassName
{
border-color: #DD86DA;
}
</style>