Shades of Orchid #D86CBE
Tints of Orchid #D86CBE
RGB
CMYK
RGB Variations
Color information
#D86CBE (or 0xD86CBE) is known color: Orchid. HEX triplet: D8, 6C and BE. RGB value is (216,108,190). Sum of RGB (Red+Green+Blue) = 216+108+190=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CBE is #279341. Grayscale: #959595. Windows color (decimal): -2593602 or 12479704. OLE color: 12479704.
HSL color Cylindrical-coordinate representation of color #D86CBE: hue angle of 314.44º 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 #D86CBE is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 190 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.15 |
| HSL | 314.44º | 0.58% | 0.64% | - |
| HSV(B) | 314.44º | 0.5% | 0.85% | - |
| XYZ | 42.98 | 29.04 | 52.06 | - |
| YUV | 149.64 | 150.78 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 190 | 0 | 0.50 | 0.12 | 0.15 | 314.44 | 0.58 | 0.64 |
| Hex | D8 | 6C | BE | 0 | 32 | C | F | 13A | 3A | 40 |
| Octal | 330 | 154 | 276 | 0 | 62 | 14 | 17 | 472 | 72 | 100 |
| Binary | 11011000 | 1101100 | 10111110 | 0 | 110010 | 1100 | 1111 | 100111010 | 111010 | 1000000 |
Color Harmonies of #D86CBE
Complementary color
Monochromatic Colors of #D86CBE
Black with #D86CBE
Text Example
Text Example
White with #D86CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CBE; }
p { color: rgb(216,108,190); }
H1.HeaderClassName
{
color: #D86CBE;
}
.AnyTagClassName
{
color: #D86CBE;
}
</style>
background-color css
<style>
a { background-color: #D86CBE; }
a { background-color: rgb(216,108,190); }
div.DivClassName
{
background-color: #D86CBE;
}
.BgClassName
{
background-color: #D86CBE;
}
</style>
border-color css
<style>
span { border-color: #D86CBE; }
span { border-color: rgb(216,108,190); }
td.TdClassName
{
border-color: #D86CBE;
}
.TagClassName
{
border-color: #D86CBE;
}
</style>