Shades of Violet #D686E6
Tints of Violet #D686E6
RGB
CMYK
RGB Variations
Color information
#D686E6 (or 0xD686E6) is known color: Violet. HEX triplet: D6, 86 and E6. RGB value is (214,134,230). Sum of RGB (Red+Green+Blue) = 214+134+230=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 230 - color contains mainly: blue. Hex color #D686E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D686E6 is #297919. Grayscale: #A8A8A8. Windows color (decimal): -2717978 or 15107798. OLE color: 15107798.
HSL color Cylindrical-coordinate representation of color #D686E6: hue angle of 290º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D686E6 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 134 | 230 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.10 |
| HSL | 290º | 0.66% | 0.71% | - |
| HSV(B) | 290º | 0.42% | 0.9% | - |
| XYZ | 50.54 | 37.06 | 79.35 | - |
| YUV | 168.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 230 | 0.07 | 0.42 | 0 | 0.10 | 290 | 0.66 | 0.71 |
| Hex | D6 | 86 | E6 | 7 | 2A | 0 | A | 122 | 42 | 47 |
| Octal | 326 | 206 | 346 | 7 | 52 | 0 | 12 | 442 | 102 | 107 |
| Binary | 11010110 | 10000110 | 11100110 | 111 | 101010 | 0 | 1010 | 100100010 | 1000010 | 1000111 |
Color Harmonies of #D686E6
Complementary color
Monochromatic Colors of #D686E6
Black with #D686E6
Text Example
Text Example
White with #D686E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D686E6; }
p { color: rgb(214,134,230); }
H1.HeaderClassName
{
color: #D686E6;
}
.AnyTagClassName
{
color: #D686E6;
}
</style>
background-color css
<style>
a { background-color: #D686E6; }
a { background-color: rgb(214,134,230); }
div.DivClassName
{
background-color: #D686E6;
}
.BgClassName
{
background-color: #D686E6;
}
</style>
border-color css
<style>
span { border-color: #D686E6; }
span { border-color: rgb(214,134,230); }
td.TdClassName
{
border-color: #D686E6;
}
.TagClassName
{
border-color: #D686E6;
}
</style>