Shades of Orchid #D86FC9
Tints of Orchid #D86FC9
RGB
CMYK
RGB Variations
Color information
#D86FC9 (or 0xD86FC9) is known color: Orchid. HEX triplet: D8, 6F and C9. RGB value is (216,111,201). Sum of RGB (Red+Green+Blue) = 216+111+201=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FC9 is #279036. Grayscale: #989898. Windows color (decimal): -2592823 or 13201368. OLE color: 13201368.
HSL color Cylindrical-coordinate representation of color #D86FC9: hue angle of 308.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86FC9 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 201 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.15 |
| HSL | 308.57º | 0.57% | 0.64% | - |
| HSV(B) | 308.57º | 0.49% | 0.85% | - |
| XYZ | 44.55 | 30.18 | 58.74 | - |
| YUV | 152.66 | 155.29 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 201 | 0 | 0.49 | 0.07 | 0.15 | 308.57 | 0.57 | 0.64 |
| Hex | D8 | 6F | C9 | 0 | 31 | 7 | F | 135 | 39 | 40 |
| Octal | 330 | 157 | 311 | 0 | 61 | 7 | 17 | 465 | 71 | 100 |
| Binary | 11011000 | 1101111 | 11001001 | 0 | 110001 | 111 | 1111 | 100110101 | 111001 | 1000000 |
Color Harmonies of #D86FC9
Complementary color
Monochromatic Colors of #D86FC9
Black with #D86FC9
Text Example
Text Example
White with #D86FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86FC9; }
p { color: rgb(216,111,201); }
H1.HeaderClassName
{
color: #D86FC9;
}
.AnyTagClassName
{
color: #D86FC9;
}
</style>
background-color css
<style>
a { background-color: #D86FC9; }
a { background-color: rgb(216,111,201); }
div.DivClassName
{
background-color: #D86FC9;
}
.BgClassName
{
background-color: #D86FC9;
}
</style>
border-color css
<style>
span { border-color: #D86FC9; }
span { border-color: rgb(216,111,201); }
td.TdClassName
{
border-color: #D86FC9;
}
.TagClassName
{
border-color: #D86FC9;
}
</style>