Shades of Orchid #D86BE9
Tints of Orchid #D86BE9
RGB
CMYK
RGB Variations
Color information
#D86BE9 (or 0xD86BE9) is known color: Orchid. HEX triplet: D8, 6B and E9. RGB value is (216,107,233). Sum of RGB (Red+Green+Blue) = 216+107+233=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 107 (42.19% from 255 or 19.24% from 556); Blue value is 233 (91.41% from 255 or 41.91% from 556); Max value from RGB is 233 - color contains mainly: blue. Hex color #D86BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86BE9 is #279416. Grayscale: #999999. Windows color (decimal): -2593815 or 15297496. OLE color: 15297496.
HSL color Cylindrical-coordinate representation of color #D86BE9: hue angle of 291.9º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D86BE9 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 107 | 233 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.09 |
| HSL | 291.9º | 0.74% | 0.67% | - |
| HSV(B) | 291.9º | 0.54% | 0.91% | - |
| XYZ | 48.28 | 31 | 80.53 | - |
| YUV | 153.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 233 | 0.07 | 0.54 | 0 | 0.09 | 291.9 | 0.74 | 0.67 |
| Hex | D8 | 6B | E9 | 7 | 36 | 0 | 9 | 124 | 4A | 43 |
| Octal | 330 | 153 | 351 | 7 | 66 | 0 | 11 | 444 | 112 | 103 |
| Binary | 11011000 | 1101011 | 11101001 | 111 | 110110 | 0 | 1001 | 100100100 | 1001010 | 1000011 |
Color Harmonies of #D86BE9
Complementary color
Monochromatic Colors of #D86BE9
Black with #D86BE9
Text Example
Text Example
White with #D86BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86BE9; }
p { color: rgb(216,107,233); }
H1.HeaderClassName
{
color: #D86BE9;
}
.AnyTagClassName
{
color: #D86BE9;
}
</style>
background-color css
<style>
a { background-color: #D86BE9; }
a { background-color: rgb(216,107,233); }
div.DivClassName
{
background-color: #D86BE9;
}
.BgClassName
{
background-color: #D86BE9;
}
</style>
border-color css
<style>
span { border-color: #D86BE9; }
span { border-color: rgb(216,107,233); }
td.TdClassName
{
border-color: #D86BE9;
}
.TagClassName
{
border-color: #D86BE9;
}
</style>