Shades of Orchid #D86CBA
Tints of Orchid #D86CBA
RGB
CMYK
RGB Variations
Color information
#D86CBA (or 0xD86CBA) is known color: Orchid. HEX triplet: D8, 6C and BA. RGB value is (216,108,186). Sum of RGB (Red+Green+Blue) = 216+108+186=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CBA is #279345. Grayscale: #949494. Windows color (decimal): -2593606 or 12217560. OLE color: 12217560.
HSL color Cylindrical-coordinate representation of color #D86CBA: hue angle of 316.67º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86CBA is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 186 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.15 |
| HSL | 316.67º | 0.58% | 0.64% | - |
| HSV(B) | 316.67º | 0.5% | 0.85% | - |
| XYZ | 42.54 | 28.87 | 49.78 | - |
| YUV | 149.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 186 | 0 | 0.50 | 0.14 | 0.15 | 316.67 | 0.58 | 0.64 |
| Hex | D8 | 6C | BA | 0 | 32 | E | F | 13D | 3A | 40 |
| Octal | 330 | 154 | 272 | 0 | 62 | 16 | 17 | 475 | 72 | 100 |
| Binary | 11011000 | 1101100 | 10111010 | 0 | 110010 | 1110 | 1111 | 100111101 | 111010 | 1000000 |
Color Harmonies of #D86CBA
Complementary color
Monochromatic Colors of #D86CBA
Black with #D86CBA
Text Example
Text Example
White with #D86CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CBA; }
p { color: rgb(216,108,186); }
H1.HeaderClassName
{
color: #D86CBA;
}
.AnyTagClassName
{
color: #D86CBA;
}
</style>
background-color css
<style>
a { background-color: #D86CBA; }
a { background-color: rgb(216,108,186); }
div.DivClassName
{
background-color: #D86CBA;
}
.BgClassName
{
background-color: #D86CBA;
}
</style>
border-color css
<style>
span { border-color: #D86CBA; }
span { border-color: rgb(216,108,186); }
td.TdClassName
{
border-color: #D86CBA;
}
.TagClassName
{
border-color: #D86CBA;
}
</style>