Shades of Orchid #D86FE3
Tints of Orchid #D86FE3
RGB
CMYK
RGB Variations
Color information
#D86FE3 (or 0xD86FE3) is known color: Orchid. HEX triplet: D8, 6F and E3. RGB value is (216,111,227). Sum of RGB (Red+Green+Blue) = 216+111+227=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 227 (89.06% from 255 or 40.97% from 554); Max value from RGB is 227 - color contains mainly: blue. Hex color #D86FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FE3 is #27901C. Grayscale: #9B9B9B. Windows color (decimal): -2592797 or 14905304. OLE color: 14905304.
HSL color Cylindrical-coordinate representation of color #D86FE3: hue angle of 294.31º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86FE3 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 111 | 227 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.11 |
| HSL | 294.31º | 0.67% | 0.66% | - |
| HSV(B) | 294.31º | 0.51% | 0.89% | - |
| XYZ | 47.87 | 31.51 | 76.23 | - |
| YUV | 155.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 227 | 0.05 | 0.51 | 0 | 0.11 | 294.31 | 0.67 | 0.66 |
| Hex | D8 | 6F | E3 | 5 | 33 | 0 | B | 126 | 43 | 42 |
| Octal | 330 | 157 | 343 | 5 | 63 | 0 | 13 | 446 | 103 | 102 |
| Binary | 11011000 | 1101111 | 11100011 | 101 | 110011 | 0 | 1011 | 100100110 | 1000011 | 1000010 |
Color Harmonies of #D86FE3
Complementary color
Monochromatic Colors of #D86FE3
Black with #D86FE3
Text Example
Text Example
White with #D86FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86FE3; }
p { color: rgb(216,111,227); }
H1.HeaderClassName
{
color: #D86FE3;
}
.AnyTagClassName
{
color: #D86FE3;
}
</style>
background-color css
<style>
a { background-color: #D86FE3; }
a { background-color: rgb(216,111,227); }
div.DivClassName
{
background-color: #D86FE3;
}
.BgClassName
{
background-color: #D86FE3;
}
</style>
border-color css
<style>
span { border-color: #D86FE3; }
span { border-color: rgb(216,111,227); }
td.TdClassName
{
border-color: #D86FE3;
}
.TagClassName
{
border-color: #D86FE3;
}
</style>