Shades of Orchid #D86FCE
Tints of Orchid #D86FCE
RGB
CMYK
RGB Variations
Color information
#D86FCE (or 0xD86FCE) is known color: Orchid. HEX triplet: D8, 6F and CE. RGB value is (216,111,206). Sum of RGB (Red+Green+Blue) = 216+111+206=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FCE is #279031. Grayscale: #989898. Windows color (decimal): -2592818 or 13529048. OLE color: 13529048.
HSL color Cylindrical-coordinate representation of color #D86FCE: hue angle of 305.71º 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 #D86FCE is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 206 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.15 |
| HSL | 305.71º | 0.57% | 0.64% | - |
| HSV(B) | 305.71º | 0.49% | 0.85% | - |
| XYZ | 45.14 | 30.42 | 61.89 | - |
| YUV | 153.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 206 | 0 | 0.49 | 0.05 | 0.15 | 305.71 | 0.57 | 0.64 |
| Hex | D8 | 6F | CE | 0 | 31 | 5 | F | 132 | 39 | 40 |
| Octal | 330 | 157 | 316 | 0 | 61 | 5 | 17 | 462 | 71 | 100 |
| Binary | 11011000 | 1101111 | 11001110 | 0 | 110001 | 101 | 1111 | 100110010 | 111001 | 1000000 |
Color Harmonies of #D86FCE
Complementary color
Monochromatic Colors of #D86FCE
Black with #D86FCE
Text Example
Text Example
White with #D86FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86FCE; }
p { color: rgb(216,111,206); }
H1.HeaderClassName
{
color: #D86FCE;
}
.AnyTagClassName
{
color: #D86FCE;
}
</style>
background-color css
<style>
a { background-color: #D86FCE; }
a { background-color: rgb(216,111,206); }
div.DivClassName
{
background-color: #D86FCE;
}
.BgClassName
{
background-color: #D86FCE;
}
</style>
border-color css
<style>
span { border-color: #D86FCE; }
span { border-color: rgb(216,111,206); }
td.TdClassName
{
border-color: #D86FCE;
}
.TagClassName
{
border-color: #D86FCE;
}
</style>