Shades of Heliotrope #D67BEC
Tints of Heliotrope #D67BEC
RGB
CMYK
RGB Variations
Color information
#D67BEC (or 0xD67BEC) is known color: Heliotrope. HEX triplet: D6, 7B and EC. RGB value is (214,123,236). Sum of RGB (Red+Green+Blue) = 214+123+236=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 123 (48.44% from 255 or 21.47% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #D67BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67BEC is #298413. Grayscale: #A2A2A2. Windows color (decimal): -2720788 or 15498198. OLE color: 15498198.
HSL color Cylindrical-coordinate representation of color #D67BEC: hue angle of 288.32º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D67BEC is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 123 | 236 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.07 |
| HSL | 288.32º | 0.75% | 0.7% | - |
| HSV(B) | 288.32º | 0.48% | 0.93% | - |
| XYZ | 49.95 | 34.52 | 83.39 | - |
| YUV | 163.09 | 169.15 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 236 | 0.09 | 0.48 | 0 | 0.07 | 288.32 | 0.75 | 0.7 |
| Hex | D6 | 7B | EC | 9 | 30 | 0 | 7 | 120 | 4B | 46 |
| Octal | 326 | 173 | 354 | 11 | 60 | 0 | 7 | 440 | 113 | 106 |
| Binary | 11010110 | 1111011 | 11101100 | 1001 | 110000 | 0 | 111 | 100100000 | 1001011 | 1000110 |
Color Harmonies of #D67BEC
Complementary color
Monochromatic Colors of #D67BEC
Black with #D67BEC
Text Example
Text Example
White with #D67BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BEC; }
p { color: rgb(214,123,236); }
H1.HeaderClassName
{
color: #D67BEC;
}
.AnyTagClassName
{
color: #D67BEC;
}
</style>
background-color css
<style>
a { background-color: #D67BEC; }
a { background-color: rgb(214,123,236); }
div.DivClassName
{
background-color: #D67BEC;
}
.BgClassName
{
background-color: #D67BEC;
}
</style>
border-color css
<style>
span { border-color: #D67BEC; }
span { border-color: rgb(214,123,236); }
td.TdClassName
{
border-color: #D67BEC;
}
.TagClassName
{
border-color: #D67BEC;
}
</style>