Shades of Heliotrope #D673ED
Tints of Heliotrope #D673ED
RGB
CMYK
RGB Variations
Color information
#D673ED (or 0xD673ED) is known color: Heliotrope. HEX triplet: D6, 73 and ED. RGB value is (214,115,237). Sum of RGB (Red+Green+Blue) = 214+115+237=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #D673ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D673ED is #298C12. Grayscale: #9E9E9E. Windows color (decimal): -2722835 or 15561686. OLE color: 15561686.
HSL color Cylindrical-coordinate representation of color #D673ED: hue angle of 288.69º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D673ED is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 115 | 237 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.07 |
| HSL | 288.69º | 0.77% | 0.69% | - |
| HSV(B) | 288.69º | 0.51% | 0.93% | - |
| XYZ | 49.15 | 32.67 | 83.84 | - |
| YUV | 158.51 | 172.3 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 237 | 0.10 | 0.51 | 0 | 0.07 | 288.69 | 0.77 | 0.69 |
| Hex | D6 | 73 | ED | A | 33 | 0 | 7 | 121 | 4D | 45 |
| Octal | 326 | 163 | 355 | 12 | 63 | 0 | 7 | 441 | 115 | 105 |
| Binary | 11010110 | 1110011 | 11101101 | 1010 | 110011 | 0 | 111 | 100100001 | 1001101 | 1000101 |
Color Harmonies of #D673ED
Complementary color
Monochromatic Colors of #D673ED
Black with #D673ED
Text Example
Text Example
White with #D673ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D673ED; }
p { color: rgb(214,115,237); }
H1.HeaderClassName
{
color: #D673ED;
}
.AnyTagClassName
{
color: #D673ED;
}
</style>
background-color css
<style>
a { background-color: #D673ED; }
a { background-color: rgb(214,115,237); }
div.DivClassName
{
background-color: #D673ED;
}
.BgClassName
{
background-color: #D673ED;
}
</style>
border-color css
<style>
span { border-color: #D673ED; }
span { border-color: rgb(214,115,237); }
td.TdClassName
{
border-color: #D673ED;
}
.TagClassName
{
border-color: #D673ED;
}
</style>