Shades of Heliotrope #D67CF9
Tints of Heliotrope #D67CF9
RGB
CMYK
RGB Variations
Color information
#D67CF9 (or 0xD67CF9) is known color: Heliotrope. HEX triplet: D6, 7C and F9. RGB value is (214,124,249). Sum of RGB (Red+Green+Blue) = 214+124+249=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 124 (48.83% from 255 or 21.12% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #D67CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67CF9 is #298306. Grayscale: #A4A4A4. Windows color (decimal): -2720519 or 16350422. OLE color: 16350422.
HSL color Cylindrical-coordinate representation of color #D67CF9: hue angle of 283.2º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D67CF9 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 124 | 249 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.02 |
| HSL | 283.2º | 0.91% | 0.73% | - |
| HSV(B) | 283.2º | 0.5% | 0.98% | - |
| XYZ | 52.04 | 35.55 | 93.74 | - |
| YUV | 165.16 | 175.32 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 124 | 249 | 0.14 | 0.50 | 0 | 0.02 | 283.2 | 0.91 | 0.73 |
| Hex | D6 | 7C | F9 | E | 32 | 0 | 2 | 11B | 5B | 49 |
| Octal | 326 | 174 | 371 | 16 | 62 | 0 | 2 | 433 | 133 | 111 |
| Binary | 11010110 | 1111100 | 11111001 | 1110 | 110010 | 0 | 10 | 100011011 | 1011011 | 1001001 |
Color Harmonies of #D67CF9
Complementary color
Monochromatic Colors of #D67CF9
Black with #D67CF9
Text Example
Text Example
White with #D67CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67CF9; }
p { color: rgb(214,124,249); }
H1.HeaderClassName
{
color: #D67CF9;
}
.AnyTagClassName
{
color: #D67CF9;
}
</style>
background-color css
<style>
a { background-color: #D67CF9; }
a { background-color: rgb(214,124,249); }
div.DivClassName
{
background-color: #D67CF9;
}
.BgClassName
{
background-color: #D67CF9;
}
</style>
border-color css
<style>
span { border-color: #D67CF9; }
span { border-color: rgb(214,124,249); }
td.TdClassName
{
border-color: #D67CF9;
}
.TagClassName
{
border-color: #D67CF9;
}
</style>