Shades of Heliotrope #D67FEC
Tints of Heliotrope #D67FEC
RGB
CMYK
RGB Variations
Color information
#D67FEC (or 0xD67FEC) is known color: Heliotrope. HEX triplet: D6, 7F and EC. RGB value is (214,127,236). Sum of RGB (Red+Green+Blue) = 214+127+236=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 127 (50% from 255 or 22.01% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #D67FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67FEC is #298013. Grayscale: #A5A5A5. Windows color (decimal): -2719764 or 15499222. OLE color: 15499222.
HSL color Cylindrical-coordinate representation of color #D67FEC: hue angle of 287.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D67FEC is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 127 | 236 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.07 |
| HSL | 287.89º | 0.74% | 0.71% | - |
| HSV(B) | 287.89º | 0.46% | 0.93% | - |
| XYZ | 50.46 | 35.53 | 83.56 | - |
| YUV | 165.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 236 | 0.09 | 0.46 | 0 | 0.07 | 287.89 | 0.74 | 0.71 |
| Hex | D6 | 7F | EC | 9 | 2E | 0 | 7 | 120 | 4A | 47 |
| Octal | 326 | 177 | 354 | 11 | 56 | 0 | 7 | 440 | 112 | 107 |
| Binary | 11010110 | 1111111 | 11101100 | 1001 | 101110 | 0 | 111 | 100100000 | 1001010 | 1000111 |
Color Harmonies of #D67FEC
Complementary color
Monochromatic Colors of #D67FEC
Black with #D67FEC
Text Example
Text Example
White with #D67FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FEC; }
p { color: rgb(214,127,236); }
H1.HeaderClassName
{
color: #D67FEC;
}
.AnyTagClassName
{
color: #D67FEC;
}
</style>
background-color css
<style>
a { background-color: #D67FEC; }
a { background-color: rgb(214,127,236); }
div.DivClassName
{
background-color: #D67FEC;
}
.BgClassName
{
background-color: #D67FEC;
}
</style>
border-color css
<style>
span { border-color: #D67FEC; }
span { border-color: rgb(214,127,236); }
td.TdClassName
{
border-color: #D67FEC;
}
.TagClassName
{
border-color: #D67FEC;
}
</style>