Shades of Orchid #D86CCD
Tints of Orchid #D86CCD
RGB
CMYK
RGB Variations
Color information
#D86CCD (or 0xD86CCD) is known color: Orchid. HEX triplet: D8, 6C and CD. RGB value is (216,108,205). Sum of RGB (Red+Green+Blue) = 216+108+205=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CCD is #279332. Grayscale: #979797. Windows color (decimal): -2593587 or 13462744. OLE color: 13462744.
HSL color Cylindrical-coordinate representation of color #D86CCD: hue angle of 306.11º 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 #D86CCD is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 205 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.15 |
| HSL | 306.11º | 0.58% | 0.64% | - |
| HSV(B) | 306.11º | 0.5% | 0.85% | - |
| XYZ | 44.7 | 29.73 | 61.14 | - |
| YUV | 151.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 205 | 0 | 0.50 | 0.05 | 0.15 | 306.11 | 0.58 | 0.64 |
| Hex | D8 | 6C | CD | 0 | 32 | 5 | F | 132 | 3A | 40 |
| Octal | 330 | 154 | 315 | 0 | 62 | 5 | 17 | 462 | 72 | 100 |
| Binary | 11011000 | 1101100 | 11001101 | 0 | 110010 | 101 | 1111 | 100110010 | 111010 | 1000000 |
Color Harmonies of #D86CCD
Complementary color
Monochromatic Colors of #D86CCD
Black with #D86CCD
Text Example
Text Example
White with #D86CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CCD; }
p { color: rgb(216,108,205); }
H1.HeaderClassName
{
color: #D86CCD;
}
.AnyTagClassName
{
color: #D86CCD;
}
</style>
background-color css
<style>
a { background-color: #D86CCD; }
a { background-color: rgb(216,108,205); }
div.DivClassName
{
background-color: #D86CCD;
}
.BgClassName
{
background-color: #D86CCD;
}
</style>
border-color css
<style>
span { border-color: #D86CCD; }
span { border-color: rgb(216,108,205); }
td.TdClassName
{
border-color: #D86CCD;
}
.TagClassName
{
border-color: #D86CCD;
}
</style>