Shades of Orchid #D86BC3
Tints of Orchid #D86BC3
RGB
CMYK
RGB Variations
Color information
#D86BC3 (or 0xD86BC3) is known color: Orchid. HEX triplet: D8, 6B and C3. RGB value is (216,107,195). Sum of RGB (Red+Green+Blue) = 216+107+195=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D86BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BC3 is #27943C. Grayscale: #959595. Windows color (decimal): -2593853 or 12807128. OLE color: 12807128.
HSL color Cylindrical-coordinate representation of color #D86BC3: hue angle of 311.56º 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 #D86BC3 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 107 | 195 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.15 |
| HSL | 311.56º | 0.58% | 0.63% | - |
| HSV(B) | 311.56º | 0.5% | 0.85% | - |
| XYZ | 43.43 | 29.05 | 54.95 | - |
| YUV | 149.62 | 153.61 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 195 | 0 | 0.50 | 0.10 | 0.15 | 311.56 | 0.58 | 0.63 |
| Hex | D8 | 6B | C3 | 0 | 32 | A | F | 138 | 3A | 3F |
| Octal | 330 | 153 | 303 | 0 | 62 | 12 | 17 | 470 | 72 | 77 |
| Binary | 11011000 | 1101011 | 11000011 | 0 | 110010 | 1010 | 1111 | 100111000 | 111010 | 111111 |
Color Harmonies of #D86BC3
Complementary color
Monochromatic Colors of #D86BC3
Black with #D86BC3
Text Example
Text Example
White with #D86BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86BC3; }
p { color: rgb(216,107,195); }
H1.HeaderClassName
{
color: #D86BC3;
}
.AnyTagClassName
{
color: #D86BC3;
}
</style>
background-color css
<style>
a { background-color: #D86BC3; }
a { background-color: rgb(216,107,195); }
div.DivClassName
{
background-color: #D86BC3;
}
.BgClassName
{
background-color: #D86BC3;
}
</style>
border-color css
<style>
span { border-color: #D86BC3; }
span { border-color: rgb(216,107,195); }
td.TdClassName
{
border-color: #D86BC3;
}
.TagClassName
{
border-color: #D86BC3;
}
</style>