Shades of Violet #D685E6
Tints of Violet #D685E6
RGB
CMYK
RGB Variations
Color information
#D685E6 (or 0xD685E6) is known color: Violet. HEX triplet: D6, 85 and E6. RGB value is (214,133,230). Sum of RGB (Red+Green+Blue) = 214+133+230=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 230 - color contains mainly: blue. Hex color #D685E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D685E6 is #297A19. Grayscale: #A7A7A7. Windows color (decimal): -2718234 or 15107542. OLE color: 15107542.
HSL color Cylindrical-coordinate representation of color #D685E6: hue angle of 290.1º 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 #D685E6 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 133 | 230 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.10 |
| HSL | 290.1º | 0.66% | 0.71% | - |
| HSV(B) | 290.1º | 0.42% | 0.9% | - |
| XYZ | 50.4 | 36.78 | 79.31 | - |
| YUV | 168.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 230 | 0.07 | 0.42 | 0 | 0.10 | 290.1 | 0.66 | 0.71 |
| Hex | D6 | 85 | E6 | 7 | 2A | 0 | A | 122 | 42 | 47 |
| Octal | 326 | 205 | 346 | 7 | 52 | 0 | 12 | 442 | 102 | 107 |
| Binary | 11010110 | 10000101 | 11100110 | 111 | 101010 | 0 | 1010 | 100100010 | 1000010 | 1000111 |
Color Harmonies of #D685E6
Complementary color
Monochromatic Colors of #D685E6
Black with #D685E6
Text Example
Text Example
White with #D685E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685E6; }
p { color: rgb(214,133,230); }
H1.HeaderClassName
{
color: #D685E6;
}
.AnyTagClassName
{
color: #D685E6;
}
</style>
background-color css
<style>
a { background-color: #D685E6; }
a { background-color: rgb(214,133,230); }
div.DivClassName
{
background-color: #D685E6;
}
.BgClassName
{
background-color: #D685E6;
}
</style>
border-color css
<style>
span { border-color: #D685E6; }
span { border-color: rgb(214,133,230); }
td.TdClassName
{
border-color: #D685E6;
}
.TagClassName
{
border-color: #D685E6;
}
</style>