Shades of Heliotrope #D673EE
Tints of Heliotrope #D673EE
RGB
CMYK
RGB Variations
Color information
#D673EE (or 0xD673EE) is known color: Heliotrope. HEX triplet: D6, 73 and EE. RGB value is (214,115,238). Sum of RGB (Red+Green+Blue) = 214+115+238=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #D673EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D673EE is #298C11. Grayscale: #9E9E9E. Windows color (decimal): -2722834 or 15627222. OLE color: 15627222.
HSL color Cylindrical-coordinate representation of color #D673EE: hue angle of 288.29º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D673EE is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 115 | 238 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.07 |
| HSL | 288.29º | 0.78% | 0.69% | - |
| HSV(B) | 288.29º | 0.52% | 0.93% | - |
| XYZ | 49.29 | 32.73 | 84.61 | - |
| YUV | 158.62 | 172.8 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 238 | 0.10 | 0.52 | 0 | 0.07 | 288.29 | 0.78 | 0.69 |
| Hex | D6 | 73 | EE | A | 34 | 0 | 7 | 120 | 4E | 45 |
| Octal | 326 | 163 | 356 | 12 | 64 | 0 | 7 | 440 | 116 | 105 |
| Binary | 11010110 | 1110011 | 11101110 | 1010 | 110100 | 0 | 111 | 100100000 | 1001110 | 1000101 |
Color Harmonies of #D673EE
Complementary color
Monochromatic Colors of #D673EE
Black with #D673EE
Text Example
Text Example
White with #D673EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D673EE; }
p { color: rgb(214,115,238); }
H1.HeaderClassName
{
color: #D673EE;
}
.AnyTagClassName
{
color: #D673EE;
}
</style>
background-color css
<style>
a { background-color: #D673EE; }
a { background-color: rgb(214,115,238); }
div.DivClassName
{
background-color: #D673EE;
}
.BgClassName
{
background-color: #D673EE;
}
</style>
border-color css
<style>
span { border-color: #D673EE; }
span { border-color: rgb(214,115,238); }
td.TdClassName
{
border-color: #D673EE;
}
.TagClassName
{
border-color: #D673EE;
}
</style>