Shades of Heliotrope #D67EEC
Tints of Heliotrope #D67EEC
RGB
CMYK
RGB Variations
Color information
#D67EEC (or 0xD67EEC) is known color: Heliotrope. HEX triplet: D6, 7E and EC. RGB value is (214,126,236). Sum of RGB (Red+Green+Blue) = 214+126+236=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #D67EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67EEC is #298113. Grayscale: #A4A4A4. Windows color (decimal): -2720020 or 15498966. OLE color: 15498966.
HSL color Cylindrical-coordinate representation of color #D67EEC: hue angle of 288º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67EEC is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 126 | 236 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.07 |
| HSL | 288º | 0.74% | 0.71% | - |
| HSV(B) | 288º | 0.47% | 0.93% | - |
| XYZ | 50.33 | 35.27 | 83.51 | - |
| YUV | 164.85 | 168.15 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 126 | 236 | 0.09 | 0.47 | 0 | 0.07 | 288 | 0.74 | 0.71 |
| Hex | D6 | 7E | EC | 9 | 2F | 0 | 7 | 120 | 4A | 47 |
| Octal | 326 | 176 | 354 | 11 | 57 | 0 | 7 | 440 | 112 | 107 |
| Binary | 11010110 | 1111110 | 11101100 | 1001 | 101111 | 0 | 111 | 100100000 | 1001010 | 1000111 |
Color Harmonies of #D67EEC
Complementary color
Monochromatic Colors of #D67EEC
Black with #D67EEC
Text Example
Text Example
White with #D67EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67EEC; }
p { color: rgb(214,126,236); }
H1.HeaderClassName
{
color: #D67EEC;
}
.AnyTagClassName
{
color: #D67EEC;
}
</style>
background-color css
<style>
a { background-color: #D67EEC; }
a { background-color: rgb(214,126,236); }
div.DivClassName
{
background-color: #D67EEC;
}
.BgClassName
{
background-color: #D67EEC;
}
</style>
border-color css
<style>
span { border-color: #D67EEC; }
span { border-color: rgb(214,126,236); }
td.TdClassName
{
border-color: #D67EEC;
}
.TagClassName
{
border-color: #D67EEC;
}
</style>