Shades of Orchid #D686D0
Tints of Orchid #D686D0
RGB
CMYK
RGB Variations
Color information
#D686D0 (or 0xD686D0) is known color: Orchid. HEX triplet: D6, 86 and D0. RGB value is (214,134,208). Sum of RGB (Red+Green+Blue) = 214+134+208=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D686D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686D0 is #29792F. Grayscale: #A6A6A6. Windows color (decimal): -2718000 or 13666006. OLE color: 13666006.
HSL color Cylindrical-coordinate representation of color #D686D0: hue angle of 304.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D686D0 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 208 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.16 |
| HSL | 304.5º | 0.49% | 0.68% | - |
| HSV(B) | 304.5º | 0.37% | 0.84% | - |
| XYZ | 47.64 | 35.9 | 64.09 | - |
| YUV | 166.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 208 | 0 | 0.37 | 0.03 | 0.16 | 304.5 | 0.49 | 0.68 |
| Hex | D6 | 86 | D0 | 0 | 25 | 3 | 10 | 130 | 31 | 44 |
| Octal | 326 | 206 | 320 | 0 | 45 | 3 | 20 | 460 | 61 | 104 |
| Binary | 11010110 | 10000110 | 11010000 | 0 | 100101 | 11 | 10000 | 100110000 | 110001 | 1000100 |
Color Harmonies of #D686D0
Complementary color
Monochromatic Colors of #D686D0
Black with #D686D0
Text Example
Text Example
White with #D686D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D686D0; }
p { color: rgb(214,134,208); }
H1.HeaderClassName
{
color: #D686D0;
}
.AnyTagClassName
{
color: #D686D0;
}
</style>
background-color css
<style>
a { background-color: #D686D0; }
a { background-color: rgb(214,134,208); }
div.DivClassName
{
background-color: #D686D0;
}
.BgClassName
{
background-color: #D686D0;
}
</style>
border-color css
<style>
span { border-color: #D686D0; }
span { border-color: rgb(214,134,208); }
td.TdClassName
{
border-color: #D686D0;
}
.TagClassName
{
border-color: #D686D0;
}
</style>