Shades of Orchid #D86CB7
Tints of Orchid #D86CB7
RGB
CMYK
RGB Variations
Color information
#D86CB7 (or 0xD86CB7) is known color: Orchid. HEX triplet: D8, 6C and B7. RGB value is (216,108,183). Sum of RGB (Red+Green+Blue) = 216+108+183=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CB7 is #279348. Grayscale: #949494. Windows color (decimal): -2593609 or 12020952. OLE color: 12020952.
HSL color Cylindrical-coordinate representation of color #D86CB7: hue angle of 318.33º 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 #D86CB7 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 183 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.15 |
| HSL | 318.33º | 0.58% | 0.64% | - |
| HSV(B) | 318.33º | 0.5% | 0.85% | - |
| XYZ | 42.23 | 28.74 | 48.12 | - |
| YUV | 148.84 | 147.28 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 183 | 0 | 0.50 | 0.15 | 0.15 | 318.33 | 0.58 | 0.64 |
| Hex | D8 | 6C | B7 | 0 | 32 | F | F | 13E | 3A | 40 |
| Octal | 330 | 154 | 267 | 0 | 62 | 17 | 17 | 476 | 72 | 100 |
| Binary | 11011000 | 1101100 | 10110111 | 0 | 110010 | 1111 | 1111 | 100111110 | 111010 | 1000000 |
Color Harmonies of #D86CB7
Complementary color
Monochromatic Colors of #D86CB7
Black with #D86CB7
Text Example
Text Example
White with #D86CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CB7; }
p { color: rgb(216,108,183); }
H1.HeaderClassName
{
color: #D86CB7;
}
.AnyTagClassName
{
color: #D86CB7;
}
</style>
background-color css
<style>
a { background-color: #D86CB7; }
a { background-color: rgb(216,108,183); }
div.DivClassName
{
background-color: #D86CB7;
}
.BgClassName
{
background-color: #D86CB7;
}
</style>
border-color css
<style>
span { border-color: #D86CB7; }
span { border-color: rgb(216,108,183); }
td.TdClassName
{
border-color: #D86CB7;
}
.TagClassName
{
border-color: #D86CB7;
}
</style>