Shades of Heliotrope #D677ED
Tints of Heliotrope #D677ED
RGB
CMYK
RGB Variations
Color information
#D677ED (or 0xD677ED) is known color: Heliotrope. HEX triplet: D6, 77 and ED. RGB value is (214,119,237). Sum of RGB (Red+Green+Blue) = 214+119+237=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #D677ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D677ED is #298812. Grayscale: #A0A0A0. Windows color (decimal): -2721811 or 15562710. OLE color: 15562710.
HSL color Cylindrical-coordinate representation of color #D677ED: hue angle of 288.31º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D677ED is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 119 | 237 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.07 |
| HSL | 288.31º | 0.77% | 0.7% | - |
| HSV(B) | 288.31º | 0.5% | 0.93% | - |
| XYZ | 49.61 | 33.6 | 83.99 | - |
| YUV | 160.86 | 170.97 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 237 | 0.10 | 0.50 | 0 | 0.07 | 288.31 | 0.77 | 0.7 |
| Hex | D6 | 77 | ED | A | 32 | 0 | 7 | 120 | 4D | 46 |
| Octal | 326 | 167 | 355 | 12 | 62 | 0 | 7 | 440 | 115 | 106 |
| Binary | 11010110 | 1110111 | 11101101 | 1010 | 110010 | 0 | 111 | 100100000 | 1001101 | 1000110 |
Color Harmonies of #D677ED
Complementary color
Monochromatic Colors of #D677ED
Black with #D677ED
Text Example
Text Example
White with #D677ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D677ED; }
p { color: rgb(214,119,237); }
H1.HeaderClassName
{
color: #D677ED;
}
.AnyTagClassName
{
color: #D677ED;
}
</style>
background-color css
<style>
a { background-color: #D677ED; }
a { background-color: rgb(214,119,237); }
div.DivClassName
{
background-color: #D677ED;
}
.BgClassName
{
background-color: #D677ED;
}
</style>
border-color css
<style>
span { border-color: #D677ED; }
span { border-color: rgb(214,119,237); }
td.TdClassName
{
border-color: #D677ED;
}
.TagClassName
{
border-color: #D677ED;
}
</style>