Shades of Orchid #DD86C7
Tints of Orchid #DD86C7
RGB
CMYK
RGB Variations
Color information
#DD86C7 (or 0xDD86C7) is known color: Orchid. HEX triplet: DD, 86 and C7. RGB value is (221,134,199). Sum of RGB (Red+Green+Blue) = 221+134+199=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86C7 is #227938. Grayscale: #A7A7A7. Windows color (decimal): -2259257 or 13076189. OLE color: 13076189.
HSL color Cylindrical-coordinate representation of color #DD86C7: hue angle of 315.17º 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 #DD86C7 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 199 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.13 |
| HSL | 315.17º | 0.56% | 0.7% | - |
| HSV(B) | 315.17º | 0.39% | 0.87% | - |
| XYZ | 48.65 | 36.55 | 58.52 | - |
| YUV | 167.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 199 | 0 | 0.39 | 0.10 | 0.13 | 315.17 | 0.56 | 0.7 |
| Hex | DD | 86 | C7 | 0 | 27 | A | D | 13B | 38 | 46 |
| Octal | 335 | 206 | 307 | 0 | 47 | 12 | 15 | 473 | 70 | 106 |
| Binary | 11011101 | 10000110 | 11000111 | 0 | 100111 | 1010 | 1101 | 100111011 | 111000 | 1000110 |
Color Harmonies of #DD86C7
Complementary color
Monochromatic Colors of #DD86C7
Black with #DD86C7
Text Example
Text Example
White with #DD86C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD86C7; }
p { color: rgb(221,134,199); }
H1.HeaderClassName
{
color: #DD86C7;
}
.AnyTagClassName
{
color: #DD86C7;
}
</style>
background-color css
<style>
a { background-color: #DD86C7; }
a { background-color: rgb(221,134,199); }
div.DivClassName
{
background-color: #DD86C7;
}
.BgClassName
{
background-color: #DD86C7;
}
</style>
border-color css
<style>
span { border-color: #DD86C7; }
span { border-color: rgb(221,134,199); }
td.TdClassName
{
border-color: #DD86C7;
}
.TagClassName
{
border-color: #DD86C7;
}
</style>