Shades of Orchid #D86AB6
Tints of Orchid #D86AB6
RGB
CMYK
RGB Variations
Color information
#D86AB6 (or 0xD86AB6) is known color: Orchid. HEX triplet: D8, 6A and B6. RGB value is (216,106,182). Sum of RGB (Red+Green+Blue) = 216+106+182=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D86AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86AB6 is #279549. Grayscale: #939393. Windows color (decimal): -2594122 or 11954904. OLE color: 11954904.
HSL color Cylindrical-coordinate representation of color #D86AB6: hue angle of 318.55º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86AB6 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 182 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.15 |
| HSL | 318.55º | 0.59% | 0.63% | - |
| HSV(B) | 318.55º | 0.51% | 0.85% | - |
| XYZ | 41.92 | 28.28 | 47.51 | - |
| YUV | 147.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 182 | 0 | 0.51 | 0.16 | 0.15 | 318.55 | 0.59 | 0.63 |
| Hex | D8 | 6A | B6 | 0 | 33 | 10 | F | 13F | 3B | 3F |
| Octal | 330 | 152 | 266 | 0 | 63 | 20 | 17 | 477 | 73 | 77 |
| Binary | 11011000 | 1101010 | 10110110 | 0 | 110011 | 10000 | 1111 | 100111111 | 111011 | 111111 |
Color Harmonies of #D86AB6
Complementary color
Monochromatic Colors of #D86AB6
Black with #D86AB6
Text Example
Text Example
White with #D86AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86AB6; }
p { color: rgb(216,106,182); }
H1.HeaderClassName
{
color: #D86AB6;
}
.AnyTagClassName
{
color: #D86AB6;
}
</style>
background-color css
<style>
a { background-color: #D86AB6; }
a { background-color: rgb(216,106,182); }
div.DivClassName
{
background-color: #D86AB6;
}
.BgClassName
{
background-color: #D86AB6;
}
</style>
border-color css
<style>
span { border-color: #D86AB6; }
span { border-color: rgb(216,106,182); }
td.TdClassName
{
border-color: #D86AB6;
}
.TagClassName
{
border-color: #D86AB6;
}
</style>