Shades of Orchid #DD86D1
Tints of Orchid #DD86D1
RGB
CMYK
RGB Variations
Color information
#DD86D1 (or 0xDD86D1) is known color: Orchid. HEX triplet: DD, 86 and D1. RGB value is (221,134,209). Sum of RGB (Red+Green+Blue) = 221+134+209=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86D1 is #22792E. Grayscale: #A8A8A8. Windows color (decimal): -2259247 or 13731549. OLE color: 13731549.
HSL color Cylindrical-coordinate representation of color #DD86D1: hue angle of 308.28º 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 #DD86D1 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 209 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.13 |
| HSL | 308.28º | 0.56% | 0.7% | - |
| HSV(B) | 308.28º | 0.39% | 0.87% | - |
| XYZ | 49.85 | 37.03 | 64.84 | - |
| YUV | 168.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 209 | 0 | 0.39 | 0.05 | 0.13 | 308.28 | 0.56 | 0.7 |
| Hex | DD | 86 | D1 | 0 | 27 | 5 | D | 134 | 38 | 46 |
| Octal | 335 | 206 | 321 | 0 | 47 | 5 | 15 | 464 | 70 | 106 |
| Binary | 11011101 | 10000110 | 11010001 | 0 | 100111 | 101 | 1101 | 100110100 | 111000 | 1000110 |
Color Harmonies of #DD86D1
Complementary color
Monochromatic Colors of #DD86D1
Black with #DD86D1
Text Example
Text Example
White with #DD86D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD86D1; }
p { color: rgb(221,134,209); }
H1.HeaderClassName
{
color: #DD86D1;
}
.AnyTagClassName
{
color: #DD86D1;
}
</style>
background-color css
<style>
a { background-color: #DD86D1; }
a { background-color: rgb(221,134,209); }
div.DivClassName
{
background-color: #DD86D1;
}
.BgClassName
{
background-color: #DD86D1;
}
</style>
border-color css
<style>
span { border-color: #DD86D1; }
span { border-color: rgb(221,134,209); }
td.TdClassName
{
border-color: #DD86D1;
}
.TagClassName
{
border-color: #DD86D1;
}
</style>