Shades of Orchid #D86CC6
Tints of Orchid #D86CC6
RGB
CMYK
RGB Variations
Color information
#D86CC6 (or 0xD86CC6) is known color: Orchid. HEX triplet: D8, 6C and C6. RGB value is (216,108,198). Sum of RGB (Red+Green+Blue) = 216+108+198=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CC6 is #279339. Grayscale: #969696. Windows color (decimal): -2593594 or 13003992. OLE color: 13003992.
HSL color Cylindrical-coordinate representation of color #D86CC6: hue angle of 310º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86CC6 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 198 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.15 |
| HSL | 310º | 0.58% | 0.64% | - |
| HSV(B) | 310º | 0.5% | 0.85% | - |
| XYZ | 43.87 | 29.4 | 56.79 | - |
| YUV | 150.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 198 | 0 | 0.50 | 0.08 | 0.15 | 310 | 0.58 | 0.64 |
| Hex | D8 | 6C | C6 | 0 | 32 | 8 | F | 136 | 3A | 40 |
| Octal | 330 | 154 | 306 | 0 | 62 | 10 | 17 | 466 | 72 | 100 |
| Binary | 11011000 | 1101100 | 11000110 | 0 | 110010 | 1000 | 1111 | 100110110 | 111010 | 1000000 |
Color Harmonies of #D86CC6
Complementary color
Monochromatic Colors of #D86CC6
Black with #D86CC6
Text Example
Text Example
White with #D86CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CC6; }
p { color: rgb(216,108,198); }
H1.HeaderClassName
{
color: #D86CC6;
}
.AnyTagClassName
{
color: #D86CC6;
}
</style>
background-color css
<style>
a { background-color: #D86CC6; }
a { background-color: rgb(216,108,198); }
div.DivClassName
{
background-color: #D86CC6;
}
.BgClassName
{
background-color: #D86CC6;
}
</style>
border-color css
<style>
span { border-color: #D86CC6; }
span { border-color: rgb(216,108,198); }
td.TdClassName
{
border-color: #D86CC6;
}
.TagClassName
{
border-color: #D86CC6;
}
</style>