Shades of Orchid #D686D9
Tints of Orchid #D686D9
RGB
CMYK
RGB Variations
Color information
#D686D9 (or 0xD686D9) is known color: Orchid. HEX triplet: D6, 86 and D9. RGB value is (214,134,217). Sum of RGB (Red+Green+Blue) = 214+134+217=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 217 - color contains mainly: blue. Hex color #D686D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686D9 is #297926. Grayscale: #A7A7A7. Windows color (decimal): -2717991 or 14255830. OLE color: 14255830.
HSL color Cylindrical-coordinate representation of color #D686D9: hue angle of 297.83º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D686D9 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 134 | 217 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.15 |
| HSL | 297.83º | 0.52% | 0.69% | - |
| HSV(B) | 297.83º | 0.38% | 0.85% | - |
| XYZ | 48.78 | 36.36 | 70.09 | - |
| YUV | 167.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 217 | 0.01 | 0.38 | 0 | 0.15 | 297.83 | 0.52 | 0.69 |
| Hex | D6 | 86 | D9 | 1 | 26 | 0 | F | 12A | 34 | 45 |
| Octal | 326 | 206 | 331 | 1 | 46 | 0 | 17 | 452 | 64 | 105 |
| Binary | 11010110 | 10000110 | 11011001 | 1 | 100110 | 0 | 1111 | 100101010 | 110100 | 1000101 |
Color Harmonies of #D686D9
Complementary color
Monochromatic Colors of #D686D9
Black with #D686D9
Text Example
Text Example
White with #D686D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D686D9; }
p { color: rgb(214,134,217); }
H1.HeaderClassName
{
color: #D686D9;
}
.AnyTagClassName
{
color: #D686D9;
}
</style>
background-color css
<style>
a { background-color: #D686D9; }
a { background-color: rgb(214,134,217); }
div.DivClassName
{
background-color: #D686D9;
}
.BgClassName
{
background-color: #D686D9;
}
</style>
border-color css
<style>
span { border-color: #D686D9; }
span { border-color: rgb(214,134,217); }
td.TdClassName
{
border-color: #D686D9;
}
.TagClassName
{
border-color: #D686D9;
}
</style>