Shades of Heliotrope #D67FF6
Tints of Heliotrope #D67FF6
RGB
CMYK
RGB Variations
Color information
#D67FF6 (or 0xD67FF6) is known color: Heliotrope. HEX triplet: D6, 7F and F6. RGB value is (214,127,246). Sum of RGB (Red+Green+Blue) = 214+127+246=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 127 (50% from 255 or 21.64% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #D67FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67FF6 is #298009. Grayscale: #A6A6A6. Windows color (decimal): -2719754 or 16154582. OLE color: 16154582.
HSL color Cylindrical-coordinate representation of color #D67FF6: hue angle of 283.87º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D67FF6 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 127 | 246 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.04 |
| HSL | 283.87º | 0.87% | 0.73% | - |
| HSV(B) | 283.87º | 0.48% | 0.96% | - |
| XYZ | 51.96 | 36.13 | 91.42 | - |
| YUV | 166.58 | 172.82 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 246 | 0.13 | 0.48 | 0 | 0.04 | 283.87 | 0.87 | 0.73 |
| Hex | D6 | 7F | F6 | D | 30 | 0 | 4 | 11C | 57 | 49 |
| Octal | 326 | 177 | 366 | 15 | 60 | 0 | 4 | 434 | 127 | 111 |
| Binary | 11010110 | 1111111 | 11110110 | 1101 | 110000 | 0 | 100 | 100011100 | 1010111 | 1001001 |
Color Harmonies of #D67FF6
Complementary color
Monochromatic Colors of #D67FF6
Black with #D67FF6
Text Example
Text Example
White with #D67FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FF6; }
p { color: rgb(214,127,246); }
H1.HeaderClassName
{
color: #D67FF6;
}
.AnyTagClassName
{
color: #D67FF6;
}
</style>
background-color css
<style>
a { background-color: #D67FF6; }
a { background-color: rgb(214,127,246); }
div.DivClassName
{
background-color: #D67FF6;
}
.BgClassName
{
background-color: #D67FF6;
}
</style>
border-color css
<style>
span { border-color: #D67FF6; }
span { border-color: rgb(214,127,246); }
td.TdClassName
{
border-color: #D67FF6;
}
.TagClassName
{
border-color: #D67FF6;
}
</style>