Shades of Orchid #D686DA
Tints of Orchid #D686DA
RGB
CMYK
RGB Variations
Color information
#D686DA (or 0xD686DA) is known color: Orchid. HEX triplet: D6, 86 and DA. RGB value is (214,134,218). Sum of RGB (Red+Green+Blue) = 214+134+218=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #D686DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686DA is #297925. Grayscale: #A7A7A7. Windows color (decimal): -2717990 or 14321366. OLE color: 14321366.
HSL color Cylindrical-coordinate representation of color #D686DA: hue angle of 297.14º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D686DA is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 134 | 218 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.15 |
| HSL | 297.14º | 0.53% | 0.69% | - |
| HSV(B) | 297.14º | 0.39% | 0.85% | - |
| XYZ | 48.91 | 36.41 | 70.78 | - |
| YUV | 167.5 | 156.5 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 218 | 0.02 | 0.39 | 0 | 0.15 | 297.14 | 0.53 | 0.69 |
| Hex | D6 | 86 | DA | 2 | 27 | 0 | F | 129 | 35 | 45 |
| Octal | 326 | 206 | 332 | 2 | 47 | 0 | 17 | 451 | 65 | 105 |
| Binary | 11010110 | 10000110 | 11011010 | 10 | 100111 | 0 | 1111 | 100101001 | 110101 | 1000101 |
Color Harmonies of #D686DA
Complementary color
Monochromatic Colors of #D686DA
Black with #D686DA
Text Example
Text Example
White with #D686DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D686DA; }
p { color: rgb(214,134,218); }
H1.HeaderClassName
{
color: #D686DA;
}
.AnyTagClassName
{
color: #D686DA;
}
</style>
background-color css
<style>
a { background-color: #D686DA; }
a { background-color: rgb(214,134,218); }
div.DivClassName
{
background-color: #D686DA;
}
.BgClassName
{
background-color: #D686DA;
}
</style>
border-color css
<style>
span { border-color: #D686DA; }
span { border-color: rgb(214,134,218); }
td.TdClassName
{
border-color: #D686DA;
}
.TagClassName
{
border-color: #D686DA;
}
</style>