Shades of Orchid #D686DB
Tints of Orchid #D686DB
RGB
CMYK
RGB Variations
Color information
#D686DB (or 0xD686DB) is known color: Orchid. HEX triplet: D6, 86 and DB. RGB value is (214,134,219). Sum of RGB (Red+Green+Blue) = 214+134+219=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #D686DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686DB is #297924. Grayscale: #A7A7A7. Windows color (decimal): -2717989 or 14386902. OLE color: 14386902.
HSL color Cylindrical-coordinate representation of color #D686DB: hue angle of 296.47º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D686DB is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 134 | 219 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.14 |
| HSL | 296.47º | 0.54% | 0.69% | - |
| HSV(B) | 296.47º | 0.39% | 0.86% | - |
| XYZ | 49.04 | 36.46 | 71.47 | - |
| YUV | 167.61 | 157 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 219 | 0.02 | 0.39 | 0 | 0.14 | 296.47 | 0.54 | 0.69 |
| Hex | D6 | 86 | DB | 2 | 27 | 0 | E | 128 | 36 | 45 |
| Octal | 326 | 206 | 333 | 2 | 47 | 0 | 16 | 450 | 66 | 105 |
| Binary | 11010110 | 10000110 | 11011011 | 10 | 100111 | 0 | 1110 | 100101000 | 110110 | 1000101 |
Color Harmonies of #D686DB
Complementary color
Monochromatic Colors of #D686DB
Black with #D686DB
Text Example
Text Example
White with #D686DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D686DB; }
p { color: rgb(214,134,219); }
H1.HeaderClassName
{
color: #D686DB;
}
.AnyTagClassName
{
color: #D686DB;
}
</style>
background-color css
<style>
a { background-color: #D686DB; }
a { background-color: rgb(214,134,219); }
div.DivClassName
{
background-color: #D686DB;
}
.BgClassName
{
background-color: #D686DB;
}
</style>
border-color css
<style>
span { border-color: #D686DB; }
span { border-color: rgb(214,134,219); }
td.TdClassName
{
border-color: #D686DB;
}
.TagClassName
{
border-color: #D686DB;
}
</style>