Shades of Heliotrope #C46FF1
Tints of Heliotrope #C46FF1
RGB
CMYK
RGB Variations
Color information
#C46FF1 (or 0xC46FF1) is known color: Heliotrope. HEX triplet: C4, 6F and F1. RGB value is (196,111,241). Sum of RGB (Red+Green+Blue) = 196+111+241=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #C46FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46FF1 is #3B900E. Grayscale: #969696. Windows color (decimal): -3903503 or 15822788. OLE color: 15822788.
HSL color Cylindrical-coordinate representation of color #C46FF1: hue angle of 279.23º 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 #C46FF1 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 111 | 241 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.05 |
| HSL | 279.23º | 0.82% | 0.69% | - |
| HSV(B) | 279.23º | 0.54% | 0.95% | - |
| XYZ | 44.33 | 29.46 | 86.57 | - |
| YUV | 151.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 241 | 0.19 | 0.54 | 0 | 0.05 | 279.23 | 0.82 | 0.69 |
| Hex | C4 | 6F | F1 | 13 | 36 | 0 | 5 | 117 | 52 | 45 |
| Octal | 304 | 157 | 361 | 23 | 66 | 0 | 5 | 427 | 122 | 105 |
| Binary | 11000100 | 1101111 | 11110001 | 10011 | 110110 | 0 | 101 | 100010111 | 1010010 | 1000101 |
Color Harmonies of #C46FF1
Complementary color
Monochromatic Colors of #C46FF1
Black with #C46FF1
Text Example
Text Example
White with #C46FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46FF1; }
p { color: rgb(196,111,241); }
H1.HeaderClassName
{
color: #C46FF1;
}
.AnyTagClassName
{
color: #C46FF1;
}
</style>
background-color css
<style>
a { background-color: #C46FF1; }
a { background-color: rgb(196,111,241); }
div.DivClassName
{
background-color: #C46FF1;
}
.BgClassName
{
background-color: #C46FF1;
}
</style>
border-color css
<style>
span { border-color: #C46FF1; }
span { border-color: rgb(196,111,241); }
td.TdClassName
{
border-color: #C46FF1;
}
.TagClassName
{
border-color: #C46FF1;
}
</style>