Shades of Orchid #D86BDA
Tints of Orchid #D86BDA
RGB
CMYK
RGB Variations
Color information
#D86BDA (or 0xD86BDA) is known color: Orchid. HEX triplet: D8, 6B and DA. RGB value is (216,107,218). Sum of RGB (Red+Green+Blue) = 216+107+218=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #D86BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BDA is #279425. Grayscale: #979797. Windows color (decimal): -2593830 or 14314456. OLE color: 14314456.
HSL color Cylindrical-coordinate representation of color #D86BDA: hue angle of 298.92º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86BDA is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 107 | 218 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.15 |
| HSL | 298.92º | 0.6% | 0.64% | - |
| HSV(B) | 298.92º | 0.51% | 0.85% | - |
| XYZ | 46.23 | 30.18 | 69.72 | - |
| YUV | 152.25 | 165.11 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 218 | 0.01 | 0.51 | 0 | 0.15 | 298.92 | 0.6 | 0.64 |
| Hex | D8 | 6B | DA | 1 | 33 | 0 | F | 12B | 3C | 40 |
| Octal | 330 | 153 | 332 | 1 | 63 | 0 | 17 | 453 | 74 | 100 |
| Binary | 11011000 | 1101011 | 11011010 | 1 | 110011 | 0 | 1111 | 100101011 | 111100 | 1000000 |
Color Harmonies of #D86BDA
Complementary color
Monochromatic Colors of #D86BDA
Black with #D86BDA
Text Example
Text Example
White with #D86BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86BDA; }
p { color: rgb(216,107,218); }
H1.HeaderClassName
{
color: #D86BDA;
}
.AnyTagClassName
{
color: #D86BDA;
}
</style>
background-color css
<style>
a { background-color: #D86BDA; }
a { background-color: rgb(216,107,218); }
div.DivClassName
{
background-color: #D86BDA;
}
.BgClassName
{
background-color: #D86BDA;
}
</style>
border-color css
<style>
span { border-color: #D86BDA; }
span { border-color: rgb(216,107,218); }
td.TdClassName
{
border-color: #D86BDA;
}
.TagClassName
{
border-color: #D86BDA;
}
</style>