Shades of Violet #D685E7
Tints of Violet #D685E7
RGB
CMYK
RGB Variations
Color information
#D685E7 (or 0xD685E7) is known color: Violet. HEX triplet: D6, 85 and E7. RGB value is (214,133,231). Sum of RGB (Red+Green+Blue) = 214+133+231=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 231 - color contains mainly: blue. Hex color #D685E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D685E7 is #297A18. Grayscale: #A8A8A8. Windows color (decimal): -2718233 or 15173078. OLE color: 15173078.
HSL color Cylindrical-coordinate representation of color #D685E7: hue angle of 289.59º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D685E7 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 133 | 231 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.09 |
| HSL | 289.59º | 0.67% | 0.71% | - |
| HSV(B) | 289.59º | 0.42% | 0.91% | - |
| XYZ | 50.54 | 36.84 | 80.05 | - |
| YUV | 168.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 231 | 0.07 | 0.42 | 0 | 0.09 | 289.59 | 0.67 | 0.71 |
| Hex | D6 | 85 | E7 | 7 | 2A | 0 | 9 | 122 | 43 | 47 |
| Octal | 326 | 205 | 347 | 7 | 52 | 0 | 11 | 442 | 103 | 107 |
| Binary | 11010110 | 10000101 | 11100111 | 111 | 101010 | 0 | 1001 | 100100010 | 1000011 | 1000111 |
Color Harmonies of #D685E7
Complementary color
Monochromatic Colors of #D685E7
Black with #D685E7
Text Example
Text Example
White with #D685E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685E7; }
p { color: rgb(214,133,231); }
H1.HeaderClassName
{
color: #D685E7;
}
.AnyTagClassName
{
color: #D685E7;
}
</style>
background-color css
<style>
a { background-color: #D685E7; }
a { background-color: rgb(214,133,231); }
div.DivClassName
{
background-color: #D685E7;
}
.BgClassName
{
background-color: #D685E7;
}
</style>
border-color css
<style>
span { border-color: #D685E7; }
span { border-color: rgb(214,133,231); }
td.TdClassName
{
border-color: #D685E7;
}
.TagClassName
{
border-color: #D685E7;
}
</style>