Shades of Orchid #D86CE6
Tints of Orchid #D86CE6
RGB
CMYK
RGB Variations
Color information
#D86CE6 (or 0xD86CE6) is known color: Orchid. HEX triplet: D8, 6C and E6. RGB value is (216,108,230). Sum of RGB (Red+Green+Blue) = 216+108+230=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #D86CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86CE6 is #279319. Grayscale: #999999. Windows color (decimal): -2593562 or 15101144. OLE color: 15101144.
HSL color Cylindrical-coordinate representation of color #D86CE6: hue angle of 293.11º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D86CE6 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 108 | 230 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.10 |
| HSL | 293.11º | 0.71% | 0.66% | - |
| HSV(B) | 293.11º | 0.53% | 0.9% | - |
| XYZ | 47.96 | 31.04 | 78.33 | - |
| YUV | 154.2 | 170.78 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 230 | 0.06 | 0.53 | 0 | 0.10 | 293.11 | 0.71 | 0.66 |
| Hex | D8 | 6C | E6 | 6 | 35 | 0 | A | 125 | 47 | 42 |
| Octal | 330 | 154 | 346 | 6 | 65 | 0 | 12 | 445 | 107 | 102 |
| Binary | 11011000 | 1101100 | 11100110 | 110 | 110101 | 0 | 1010 | 100100101 | 1000111 | 1000010 |
Color Harmonies of #D86CE6
Complementary color
Monochromatic Colors of #D86CE6
Black with #D86CE6
Text Example
Text Example
White with #D86CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CE6; }
p { color: rgb(216,108,230); }
H1.HeaderClassName
{
color: #D86CE6;
}
.AnyTagClassName
{
color: #D86CE6;
}
</style>
background-color css
<style>
a { background-color: #D86CE6; }
a { background-color: rgb(216,108,230); }
div.DivClassName
{
background-color: #D86CE6;
}
.BgClassName
{
background-color: #D86CE6;
}
</style>
border-color css
<style>
span { border-color: #D86CE6; }
span { border-color: rgb(216,108,230); }
td.TdClassName
{
border-color: #D86CE6;
}
.TagClassName
{
border-color: #D86CE6;
}
</style>