Shades of Heliotrope #D67EED
Tints of Heliotrope #D67EED
RGB
CMYK
RGB Variations
Color information
#D67EED (or 0xD67EED) is known color: Heliotrope. HEX triplet: D6, 7E and ED. RGB value is (214,126,237). Sum of RGB (Red+Green+Blue) = 214+126+237=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #D67EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67EED is #298112. Grayscale: #A4A4A4. Windows color (decimal): -2720019 or 15564502. OLE color: 15564502.
HSL color Cylindrical-coordinate representation of color #D67EED: hue angle of 287.57º degrees, saturation: 0.76, 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 #D67EED is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 126 | 237 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.07 |
| HSL | 287.57º | 0.76% | 0.71% | - |
| HSV(B) | 287.57º | 0.47% | 0.93% | - |
| XYZ | 50.48 | 35.33 | 84.28 | - |
| YUV | 164.97 | 168.65 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 126 | 237 | 0.10 | 0.47 | 0 | 0.07 | 287.57 | 0.76 | 0.71 |
| Hex | D6 | 7E | ED | A | 2F | 0 | 7 | 120 | 4C | 47 |
| Octal | 326 | 176 | 355 | 12 | 57 | 0 | 7 | 440 | 114 | 107 |
| Binary | 11010110 | 1111110 | 11101101 | 1010 | 101111 | 0 | 111 | 100100000 | 1001100 | 1000111 |
Color Harmonies of #D67EED
Complementary color
Monochromatic Colors of #D67EED
Black with #D67EED
Text Example
Text Example
White with #D67EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67EED; }
p { color: rgb(214,126,237); }
H1.HeaderClassName
{
color: #D67EED;
}
.AnyTagClassName
{
color: #D67EED;
}
</style>
background-color css
<style>
a { background-color: #D67EED; }
a { background-color: rgb(214,126,237); }
div.DivClassName
{
background-color: #D67EED;
}
.BgClassName
{
background-color: #D67EED;
}
</style>
border-color css
<style>
span { border-color: #D67EED; }
span { border-color: rgb(214,126,237); }
td.TdClassName
{
border-color: #D67EED;
}
.TagClassName
{
border-color: #D67EED;
}
</style>