Shades of Heliotrope #D46CF4
Tints of Heliotrope #D46CF4
RGB
CMYK
RGB Variations
Color information
#D46CF4 (or 0xD46CF4) is known color: Heliotrope. HEX triplet: D4, 6C and F4. RGB value is (212,108,244). Sum of RGB (Red+Green+Blue) = 212+108+244=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 244 (95.70% from 255 or 43.26% from 564); Max value from RGB is 244 - color contains mainly: blue. Hex color #D46CF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46CF4 is #2B930B. Grayscale: #9A9A9A. Windows color (decimal): -2855692 or 16018644. OLE color: 16018644.
HSL color Cylindrical-coordinate representation of color #D46CF4: hue angle of 285.88º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D46CF4 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 108 | 244 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.04 |
| HSL | 285.88º | 0.86% | 0.69% | - |
| HSV(B) | 285.88º | 0.56% | 0.96% | - |
| XYZ | 48.84 | 31.25 | 89.05 | - |
| YUV | 154.6 | 178.46 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 244 | 0.13 | 0.56 | 0 | 0.04 | 285.88 | 0.86 | 0.69 |
| Hex | D4 | 6C | F4 | D | 38 | 0 | 4 | 11E | 56 | 45 |
| Octal | 324 | 154 | 364 | 15 | 70 | 0 | 4 | 436 | 126 | 105 |
| Binary | 11010100 | 1101100 | 11110100 | 1101 | 111000 | 0 | 100 | 100011110 | 1010110 | 1000101 |
Color Harmonies of #D46CF4
Complementary color
Monochromatic Colors of #D46CF4
Black with #D46CF4
Text Example
Text Example
White with #D46CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CF4; }
p { color: rgb(212,108,244); }
H1.HeaderClassName
{
color: #D46CF4;
}
.AnyTagClassName
{
color: #D46CF4;
}
</style>
background-color css
<style>
a { background-color: #D46CF4; }
a { background-color: rgb(212,108,244); }
div.DivClassName
{
background-color: #D46CF4;
}
.BgClassName
{
background-color: #D46CF4;
}
</style>
border-color css
<style>
span { border-color: #D46CF4; }
span { border-color: rgb(212,108,244); }
td.TdClassName
{
border-color: #D46CF4;
}
.TagClassName
{
border-color: #D46CF4;
}
</style>