Shades of Orchid #D86BDF
Tints of Orchid #D86BDF
RGB
CMYK
RGB Variations
Color information
#D86BDF (or 0xD86BDF) is known color: Orchid. HEX triplet: D8, 6B and DF. RGB value is (216,107,223). Sum of RGB (Red+Green+Blue) = 216+107+223=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 107 (42.19% from 255 or 19.60% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #D86BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BDF is #279420. Grayscale: #989898. Windows color (decimal): -2593825 or 14642136. OLE color: 14642136.
HSL color Cylindrical-coordinate representation of color #D86BDF: hue angle of 296.38º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D86BDF is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 107 | 223 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.13 |
| HSL | 296.38º | 0.64% | 0.65% | - |
| HSV(B) | 296.38º | 0.52% | 0.87% | - |
| XYZ | 46.9 | 30.44 | 73.22 | - |
| YUV | 152.82 | 167.61 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 223 | 0.03 | 0.52 | 0 | 0.13 | 296.38 | 0.64 | 0.65 |
| Hex | D8 | 6B | DF | 3 | 34 | 0 | D | 128 | 40 | 41 |
| Octal | 330 | 153 | 337 | 3 | 64 | 0 | 15 | 450 | 100 | 101 |
| Binary | 11011000 | 1101011 | 11011111 | 11 | 110100 | 0 | 1101 | 100101000 | 1000000 | 1000001 |
Color Harmonies of #D86BDF
Complementary color
Monochromatic Colors of #D86BDF
Black with #D86BDF
Text Example
Text Example
White with #D86BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86BDF; }
p { color: rgb(216,107,223); }
H1.HeaderClassName
{
color: #D86BDF;
}
.AnyTagClassName
{
color: #D86BDF;
}
</style>
background-color css
<style>
a { background-color: #D86BDF; }
a { background-color: rgb(216,107,223); }
div.DivClassName
{
background-color: #D86BDF;
}
.BgClassName
{
background-color: #D86BDF;
}
</style>
border-color css
<style>
span { border-color: #D86BDF; }
span { border-color: rgb(216,107,223); }
td.TdClassName
{
border-color: #D86BDF;
}
.TagClassName
{
border-color: #D86BDF;
}
</style>