Shades of Orchid #D86BCD
Tints of Orchid #D86BCD
RGB
CMYK
RGB Variations
Color information
#D86BCD (or 0xD86BCD) is known color: Orchid. HEX triplet: D8, 6B and CD. RGB value is (216,107,205). Sum of RGB (Red+Green+Blue) = 216+107+205=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D86BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BCD is #279432. Grayscale: #969696. Windows color (decimal): -2593843 or 13462488. OLE color: 13462488.
HSL color Cylindrical-coordinate representation of color #D86BCD: hue angle of 306.06º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86BCD is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 107 | 205 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.15 |
| HSL | 306.06º | 0.58% | 0.63% | - |
| HSV(B) | 306.06º | 0.5% | 0.85% | - |
| XYZ | 44.6 | 29.52 | 61.11 | - |
| YUV | 150.76 | 158.61 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 205 | 0 | 0.50 | 0.05 | 0.15 | 306.06 | 0.58 | 0.63 |
| Hex | D8 | 6B | CD | 0 | 32 | 5 | F | 132 | 3A | 3F |
| Octal | 330 | 153 | 315 | 0 | 62 | 5 | 17 | 462 | 72 | 77 |
| Binary | 11011000 | 1101011 | 11001101 | 0 | 110010 | 101 | 1111 | 100110010 | 111010 | 111111 |
Color Harmonies of #D86BCD
Complementary color
Monochromatic Colors of #D86BCD
Black with #D86BCD
Text Example
Text Example
White with #D86BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86BCD; }
p { color: rgb(216,107,205); }
H1.HeaderClassName
{
color: #D86BCD;
}
.AnyTagClassName
{
color: #D86BCD;
}
</style>
background-color css
<style>
a { background-color: #D86BCD; }
a { background-color: rgb(216,107,205); }
div.DivClassName
{
background-color: #D86BCD;
}
.BgClassName
{
background-color: #D86BCD;
}
</style>
border-color css
<style>
span { border-color: #D86BCD; }
span { border-color: rgb(216,107,205); }
td.TdClassName
{
border-color: #D86BCD;
}
.TagClassName
{
border-color: #D86BCD;
}
</style>