Shades of Heliotrope #D67DFA
Tints of Heliotrope #D67DFA
RGB
CMYK
RGB Variations
Color information
#D67DFA (or 0xD67DFA) is known color: Heliotrope. HEX triplet: D6, 7D and FA. RGB value is (214,125,250). Sum of RGB (Red+Green+Blue) = 214+125+250=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 125 (49.22% from 255 or 21.22% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #D67DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67DFA is #298205. Grayscale: #A5A5A5. Windows color (decimal): -2720262 or 16416214. OLE color: 16416214.
HSL color Cylindrical-coordinate representation of color #D67DFA: hue angle of 282.72º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D67DFA is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 125 | 250 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.02 |
| HSL | 282.72º | 0.93% | 0.74% | - |
| HSV(B) | 282.72º | 0.5% | 0.98% | - |
| XYZ | 52.32 | 35.87 | 94.61 | - |
| YUV | 165.86 | 175.49 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 250 | 0.14 | 0.50 | 0 | 0.02 | 282.72 | 0.93 | 0.74 |
| Hex | D6 | 7D | FA | E | 32 | 0 | 2 | 11B | 5D | 4A |
| Octal | 326 | 175 | 372 | 16 | 62 | 0 | 2 | 433 | 135 | 112 |
| Binary | 11010110 | 1111101 | 11111010 | 1110 | 110010 | 0 | 10 | 100011011 | 1011101 | 1001010 |
Color Harmonies of #D67DFA
Complementary color
Monochromatic Colors of #D67DFA
Black with #D67DFA
Text Example
Text Example
White with #D67DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67DFA; }
p { color: rgb(214,125,250); }
H1.HeaderClassName
{
color: #D67DFA;
}
.AnyTagClassName
{
color: #D67DFA;
}
</style>
background-color css
<style>
a { background-color: #D67DFA; }
a { background-color: rgb(214,125,250); }
div.DivClassName
{
background-color: #D67DFA;
}
.BgClassName
{
background-color: #D67DFA;
}
</style>
border-color css
<style>
span { border-color: #D67DFA; }
span { border-color: rgb(214,125,250); }
td.TdClassName
{
border-color: #D67DFA;
}
.TagClassName
{
border-color: #D67DFA;
}
</style>