Shades of Heliotrope #D46FF1
Tints of Heliotrope #D46FF1
RGB
CMYK
RGB Variations
Color information
#D46FF1 (or 0xD46FF1) is known color: Heliotrope. HEX triplet: D4, 6F and F1. RGB value is (212,111,241). Sum of RGB (Red+Green+Blue) = 212+111+241=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #D46FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46FF1 is #2B900E. Grayscale: #9B9B9B. Windows color (decimal): -2854927 or 15822804. OLE color: 15822804.
HSL color Cylindrical-coordinate representation of color #D46FF1: hue angle of 286.62º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D46FF1 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 111 | 241 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.05 |
| HSL | 286.62º | 0.82% | 0.69% | - |
| HSV(B) | 286.62º | 0.54% | 0.95% | - |
| XYZ | 48.71 | 31.72 | 86.77 | - |
| YUV | 156.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 241 | 0.12 | 0.54 | 0 | 0.05 | 286.62 | 0.82 | 0.69 |
| Hex | D4 | 6F | F1 | C | 36 | 0 | 5 | 11F | 52 | 45 |
| Octal | 324 | 157 | 361 | 14 | 66 | 0 | 5 | 437 | 122 | 105 |
| Binary | 11010100 | 1101111 | 11110001 | 1100 | 110110 | 0 | 101 | 100011111 | 1010010 | 1000101 |
Color Harmonies of #D46FF1
Complementary color
Monochromatic Colors of #D46FF1
Black with #D46FF1
Text Example
Text Example
White with #D46FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46FF1; }
p { color: rgb(212,111,241); }
H1.HeaderClassName
{
color: #D46FF1;
}
.AnyTagClassName
{
color: #D46FF1;
}
</style>
background-color css
<style>
a { background-color: #D46FF1; }
a { background-color: rgb(212,111,241); }
div.DivClassName
{
background-color: #D46FF1;
}
.BgClassName
{
background-color: #D46FF1;
}
</style>
border-color css
<style>
span { border-color: #D46FF1; }
span { border-color: rgb(212,111,241); }
td.TdClassName
{
border-color: #D46FF1;
}
.TagClassName
{
border-color: #D46FF1;
}
</style>