Shades of Orchid #D186D0
Tints of Orchid #D186D0
RGB
CMYK
RGB Variations
Color information
#D186D0 (or 0xD186D0) is known color: Orchid. HEX triplet: D1, 86 and D0. RGB value is (209,134,208). Sum of RGB (Red+Green+Blue) = 209+134+208=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D186D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186D0 is #2E792F. Grayscale: #A4A4A4. Windows color (decimal): -3045680 or 13666001. OLE color: 13666001.
HSL color Cylindrical-coordinate representation of color #D186D0: hue angle of 300.8º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D186D0 is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 208 | - |
| CMYK | 0 | 0.36 | 0.00 | 0.18 |
| HSL | 300.8º | 0.45% | 0.67% | - |
| HSV(B) | 300.8º | 0.36% | 0.82% | - |
| XYZ | 46.2 | 35.16 | 64.03 | - |
| YUV | 164.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 208 | 0 | 0.36 | 0.00 | 0.18 | 300.8 | 0.45 | 0.67 |
| Hex | D1 | 86 | D0 | 0 | 24 | 0 | 12 | 12D | 2D | 43 |
| Octal | 321 | 206 | 320 | 0 | 44 | 0 | 22 | 455 | 55 | 103 |
| Binary | 11010001 | 10000110 | 11010000 | 0 | 100100 | 0 | 10010 | 100101101 | 101101 | 1000011 |
Color Harmonies of #D186D0
Complementary color
Monochromatic Colors of #D186D0
Black with #D186D0
Text Example
Text Example
White with #D186D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D186D0; }
p { color: rgb(209,134,208); }
H1.HeaderClassName
{
color: #D186D0;
}
.AnyTagClassName
{
color: #D186D0;
}
</style>
background-color css
<style>
a { background-color: #D186D0; }
a { background-color: rgb(209,134,208); }
div.DivClassName
{
background-color: #D186D0;
}
.BgClassName
{
background-color: #D186D0;
}
</style>
border-color css
<style>
span { border-color: #D186D0; }
span { border-color: rgb(209,134,208); }
td.TdClassName
{
border-color: #D186D0;
}
.TagClassName
{
border-color: #D186D0;
}
</style>