Shades of Orchid #D86DE8
Tints of Orchid #D86DE8
RGB
CMYK
RGB Variations
Color information
#D86DE8 (or 0xD86DE8) is known color: Orchid. HEX triplet: D8, 6D and E8. RGB value is (216,109,232). Sum of RGB (Red+Green+Blue) = 216+109+232=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 109 (42.97% from 255 or 19.57% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #D86DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86DE8 is #279217. Grayscale: #9A9A9A. Windows color (decimal): -2593304 or 15232472. OLE color: 15232472.
HSL color Cylindrical-coordinate representation of color #D86DE8: hue angle of 292.2º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D86DE8 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 109 | 232 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.09 |
| HSL | 292.2º | 0.73% | 0.67% | - |
| HSV(B) | 292.2º | 0.53% | 0.91% | - |
| XYZ | 48.35 | 31.36 | 79.85 | - |
| YUV | 155.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 232 | 0.07 | 0.53 | 0 | 0.09 | 292.2 | 0.73 | 0.67 |
| Hex | D8 | 6D | E8 | 7 | 35 | 0 | 9 | 124 | 49 | 43 |
| Octal | 330 | 155 | 350 | 7 | 65 | 0 | 11 | 444 | 111 | 103 |
| Binary | 11011000 | 1101101 | 11101000 | 111 | 110101 | 0 | 1001 | 100100100 | 1001001 | 1000011 |
Color Harmonies of #D86DE8
Complementary color
Monochromatic Colors of #D86DE8
Black with #D86DE8
Text Example
Text Example
White with #D86DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86DE8; }
p { color: rgb(216,109,232); }
H1.HeaderClassName
{
color: #D86DE8;
}
.AnyTagClassName
{
color: #D86DE8;
}
</style>
background-color css
<style>
a { background-color: #D86DE8; }
a { background-color: rgb(216,109,232); }
div.DivClassName
{
background-color: #D86DE8;
}
.BgClassName
{
background-color: #D86DE8;
}
</style>
border-color css
<style>
span { border-color: #D86DE8; }
span { border-color: rgb(216,109,232); }
td.TdClassName
{
border-color: #D86DE8;
}
.TagClassName
{
border-color: #D86DE8;
}
</style>