Shades of Heliotrope #D673EC
Tints of Heliotrope #D673EC
RGB
CMYK
RGB Variations
Color information
#D673EC (or 0xD673EC) is known color: Heliotrope. HEX triplet: D6, 73 and EC. RGB value is (214,115,236). Sum of RGB (Red+Green+Blue) = 214+115+236=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #D673EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D673EC is #298C13. Grayscale: #9E9E9E. Windows color (decimal): -2722836 or 15496150. OLE color: 15496150.
HSL color Cylindrical-coordinate representation of color #D673EC: hue angle of 289.09º degrees, saturation: 0.76, 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 #D673EC is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 115 | 236 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.07 |
| HSL | 289.09º | 0.76% | 0.69% | - |
| HSV(B) | 289.09º | 0.51% | 0.93% | - |
| XYZ | 49 | 32.61 | 83.07 | - |
| YUV | 158.4 | 171.8 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 236 | 0.09 | 0.51 | 0 | 0.07 | 289.09 | 0.76 | 0.69 |
| Hex | D6 | 73 | EC | 9 | 33 | 0 | 7 | 121 | 4C | 45 |
| Octal | 326 | 163 | 354 | 11 | 63 | 0 | 7 | 441 | 114 | 105 |
| Binary | 11010110 | 1110011 | 11101100 | 1001 | 110011 | 0 | 111 | 100100001 | 1001100 | 1000101 |
Color Harmonies of #D673EC
Complementary color
Monochromatic Colors of #D673EC
Black with #D673EC
Text Example
Text Example
White with #D673EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D673EC; }
p { color: rgb(214,115,236); }
H1.HeaderClassName
{
color: #D673EC;
}
.AnyTagClassName
{
color: #D673EC;
}
</style>
background-color css
<style>
a { background-color: #D673EC; }
a { background-color: rgb(214,115,236); }
div.DivClassName
{
background-color: #D673EC;
}
.BgClassName
{
background-color: #D673EC;
}
</style>
border-color css
<style>
span { border-color: #D673EC; }
span { border-color: rgb(214,115,236); }
td.TdClassName
{
border-color: #D673EC;
}
.TagClassName
{
border-color: #D673EC;
}
</style>