Shades of Heliotrope #D67FFF
Tints of Heliotrope #D67FFF
RGB
CMYK
RGB Variations
Color information
#D67FFF (or 0xD67FFF) is known color: Heliotrope. HEX triplet: D6, 7F and FF. RGB value is (214,127,255). Sum of RGB (Red+Green+Blue) = 214+127+255=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 127 (50% from 255 or 21.31% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #D67FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67FFF is #298000. Grayscale: #A7A7A7. Windows color (decimal): -2719745 or 16744406. OLE color: 16744406.
HSL color Cylindrical-coordinate representation of color #D67FFF: hue angle of 280.78º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D67FFF is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 127 | 255 | - |
| CMYK | 0.16 | 0.50 | 0 | 0 |
| HSL | 280.78º | 1% | 0.75% | - |
| HSV(B) | 280.78º | 0.5% | 1% | - |
| XYZ | 53.37 | 36.69 | 98.88 | - |
| YUV | 167.61 | 177.32 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 255 | 0.16 | 0.50 | 0 | 0 | 280.78 | 1 | 0.75 |
| Hex | D6 | 7F | FF | 10 | 32 | 0 | 0 | 119 | 64 | 4B |
| Octal | 326 | 177 | 377 | 20 | 62 | 0 | 0 | 431 | 144 | 113 |
| Binary | 11010110 | 1111111 | 11111111 | 10000 | 110010 | 0 | 0 | 100011001 | 1100100 | 1001011 |
Color Harmonies of #D67FFF
Complementary color
Monochromatic Colors of #D67FFF
Black with #D67FFF
Text Example
Text Example
White with #D67FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FFF; }
p { color: rgb(214,127,255); }
H1.HeaderClassName
{
color: #D67FFF;
}
.AnyTagClassName
{
color: #D67FFF;
}
</style>
background-color css
<style>
a { background-color: #D67FFF; }
a { background-color: rgb(214,127,255); }
div.DivClassName
{
background-color: #D67FFF;
}
.BgClassName
{
background-color: #D67FFF;
}
</style>
border-color css
<style>
span { border-color: #D67FFF; }
span { border-color: rgb(214,127,255); }
td.TdClassName
{
border-color: #D67FFF;
}
.TagClassName
{
border-color: #D67FFF;
}
</style>