Shades of Orchid #D86BBD
Tints of Orchid #D86BBD
RGB
CMYK
RGB Variations
Color information
#D86BBD (or 0xD86BBD) is known color: Orchid. HEX triplet: D8, 6B and BD. RGB value is (216,107,189). Sum of RGB (Red+Green+Blue) = 216+107+189=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D86BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BBD is #279442. Grayscale: #949494. Windows color (decimal): -2593859 or 12413912. OLE color: 12413912.
HSL color Cylindrical-coordinate representation of color #D86BBD: hue angle of 314.86º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86BBD is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 107 | 189 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.15 |
| HSL | 314.86º | 0.58% | 0.63% | - |
| HSV(B) | 314.86º | 0.5% | 0.85% | - |
| XYZ | 42.76 | 28.79 | 51.45 | - |
| YUV | 148.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 189 | 0 | 0.50 | 0.12 | 0.15 | 314.86 | 0.58 | 0.63 |
| Hex | D8 | 6B | BD | 0 | 32 | C | F | 13B | 3A | 3F |
| Octal | 330 | 153 | 275 | 0 | 62 | 14 | 17 | 473 | 72 | 77 |
| Binary | 11011000 | 1101011 | 10111101 | 0 | 110010 | 1100 | 1111 | 100111011 | 111010 | 111111 |
Color Harmonies of #D86BBD
Complementary color
Monochromatic Colors of #D86BBD
Black with #D86BBD
Text Example
Text Example
White with #D86BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86BBD; }
p { color: rgb(216,107,189); }
H1.HeaderClassName
{
color: #D86BBD;
}
.AnyTagClassName
{
color: #D86BBD;
}
</style>
background-color css
<style>
a { background-color: #D86BBD; }
a { background-color: rgb(216,107,189); }
div.DivClassName
{
background-color: #D86BBD;
}
.BgClassName
{
background-color: #D86BBD;
}
</style>
border-color css
<style>
span { border-color: #D86BBD; }
span { border-color: rgb(216,107,189); }
td.TdClassName
{
border-color: #D86BBD;
}
.TagClassName
{
border-color: #D86BBD;
}
</style>