Shades of Orchid #D86FBE
Tints of Orchid #D86FBE
RGB
CMYK
RGB Variations
Color information
#D86FBE (or 0xD86FBE) is known color: Orchid. HEX triplet: D8, 6F and BE. RGB value is (216,111,190). Sum of RGB (Red+Green+Blue) = 216+111+190=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FBE is #279041. Grayscale: #979797. Windows color (decimal): -2592834 or 12480472. OLE color: 12480472.
HSL color Cylindrical-coordinate representation of color #D86FBE: hue angle of 314.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86FBE is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 190 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.15 |
| HSL | 314.86º | 0.57% | 0.64% | - |
| HSV(B) | 314.86º | 0.49% | 0.85% | - |
| XYZ | 43.3 | 29.69 | 52.16 | - |
| YUV | 151.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 190 | 0 | 0.49 | 0.12 | 0.15 | 314.86 | 0.57 | 0.64 |
| Hex | D8 | 6F | BE | 0 | 31 | C | F | 13B | 39 | 40 |
| Octal | 330 | 157 | 276 | 0 | 61 | 14 | 17 | 473 | 71 | 100 |
| Binary | 11011000 | 1101111 | 10111110 | 0 | 110001 | 1100 | 1111 | 100111011 | 111001 | 1000000 |
Color Harmonies of #D86FBE
Complementary color
Monochromatic Colors of #D86FBE
Black with #D86FBE
Text Example
Text Example
White with #D86FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86FBE; }
p { color: rgb(216,111,190); }
H1.HeaderClassName
{
color: #D86FBE;
}
.AnyTagClassName
{
color: #D86FBE;
}
</style>
background-color css
<style>
a { background-color: #D86FBE; }
a { background-color: rgb(216,111,190); }
div.DivClassName
{
background-color: #D86FBE;
}
.BgClassName
{
background-color: #D86FBE;
}
</style>
border-color css
<style>
span { border-color: #D86FBE; }
span { border-color: rgb(216,111,190); }
td.TdClassName
{
border-color: #D86FBE;
}
.TagClassName
{
border-color: #D86FBE;
}
</style>