Shades of Heliotrope #C46DF1
Tints of Heliotrope #C46DF1
RGB
CMYK
RGB Variations
Color information
#C46DF1 (or 0xC46DF1) is known color: Heliotrope. HEX triplet: C4, 6D and F1. RGB value is (196,109,241). Sum of RGB (Red+Green+Blue) = 196+109+241=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #C46DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46DF1 is #3B920E. Grayscale: #959595. Windows color (decimal): -3904015 or 15822276. OLE color: 15822276.
HSL color Cylindrical-coordinate representation of color #C46DF1: hue angle of 279.55º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C46DF1 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 109 | 241 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.05 |
| HSL | 279.55º | 0.83% | 0.69% | - |
| HSV(B) | 279.55º | 0.55% | 0.95% | - |
| XYZ | 44.11 | 29.02 | 86.5 | - |
| YUV | 150.06 | 179.32 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 241 | 0.19 | 0.55 | 0 | 0.05 | 279.55 | 0.83 | 0.69 |
| Hex | C4 | 6D | F1 | 13 | 37 | 0 | 5 | 118 | 52 | 45 |
| Octal | 304 | 155 | 361 | 23 | 67 | 0 | 5 | 430 | 122 | 105 |
| Binary | 11000100 | 1101101 | 11110001 | 10011 | 110111 | 0 | 101 | 100011000 | 1010010 | 1000101 |
Color Harmonies of #C46DF1
Complementary color
Monochromatic Colors of #C46DF1
Black with #C46DF1
Text Example
Text Example
White with #C46DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46DF1; }
p { color: rgb(196,109,241); }
H1.HeaderClassName
{
color: #C46DF1;
}
.AnyTagClassName
{
color: #C46DF1;
}
</style>
background-color css
<style>
a { background-color: #C46DF1; }
a { background-color: rgb(196,109,241); }
div.DivClassName
{
background-color: #C46DF1;
}
.BgClassName
{
background-color: #C46DF1;
}
</style>
border-color css
<style>
span { border-color: #C46DF1; }
span { border-color: rgb(196,109,241); }
td.TdClassName
{
border-color: #C46DF1;
}
.TagClassName
{
border-color: #C46DF1;
}
</style>