Shades of Violet #D687E4
Tints of Violet #D687E4
RGB
CMYK
RGB Variations
Color information
#D687E4 (or 0xD687E4) is known color: Violet. HEX triplet: D6, 87 and E4. RGB value is (214,135,228). Sum of RGB (Red+Green+Blue) = 214+135+228=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 135 (53.12% from 255 or 23.40% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 228 - color contains mainly: blue. Hex color #D687E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687E4 is #29781B. Grayscale: #A8A8A8. Windows color (decimal): -2717724 or 14976982. OLE color: 14976982.
HSL color Cylindrical-coordinate representation of color #D687E4: hue angle of 290.97º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D687E4 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 135 | 228 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.11 |
| HSL | 290.97º | 0.63% | 0.71% | - |
| HSV(B) | 290.97º | 0.41% | 0.89% | - |
| XYZ | 50.4 | 37.23 | 77.93 | - |
| YUV | 169.22 | 161.17 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 228 | 0.06 | 0.41 | 0 | 0.11 | 290.97 | 0.63 | 0.71 |
| Hex | D6 | 87 | E4 | 6 | 29 | 0 | B | 123 | 3F | 47 |
| Octal | 326 | 207 | 344 | 6 | 51 | 0 | 13 | 443 | 77 | 107 |
| Binary | 11010110 | 10000111 | 11100100 | 110 | 101001 | 0 | 1011 | 100100011 | 111111 | 1000111 |
Color Harmonies of #D687E4
Complementary color
Monochromatic Colors of #D687E4
Black with #D687E4
Text Example
Text Example
White with #D687E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D687E4; }
p { color: rgb(214,135,228); }
H1.HeaderClassName
{
color: #D687E4;
}
.AnyTagClassName
{
color: #D687E4;
}
</style>
background-color css
<style>
a { background-color: #D687E4; }
a { background-color: rgb(214,135,228); }
div.DivClassName
{
background-color: #D687E4;
}
.BgClassName
{
background-color: #D687E4;
}
</style>
border-color css
<style>
span { border-color: #D687E4; }
span { border-color: rgb(214,135,228); }
td.TdClassName
{
border-color: #D687E4;
}
.TagClassName
{
border-color: #D687E4;
}
</style>