Shades of Heliotrope #C46BFF
Tints of Heliotrope #C46BFF
RGB
CMYK
RGB Variations
Color information
#C46BFF (or 0xC46BFF) is known color: Heliotrope. HEX triplet: C4, 6B and FF. RGB value is (196,107,255). Sum of RGB (Red+Green+Blue) = 196+107+255=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #C46BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46BFF is #3B9400. Grayscale: #959595. Windows color (decimal): -3904513 or 16739268. OLE color: 16739268.
HSL color Cylindrical-coordinate representation of color #C46BFF: hue angle of 276.08º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C46BFF is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 107 | 255 | - |
| CMYK | 0.23 | 0.58 | 0 | 0 |
| HSL | 276.08º | 1% | 0.71% | - |
| HSV(B) | 276.08º | 0.58% | 1% | - |
| XYZ | 46.07 | 29.47 | 97.87 | - |
| YUV | 150.48 | 186.99 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 255 | 0.23 | 0.58 | 0 | 0 | 276.08 | 1 | 0.71 |
| Hex | C4 | 6B | FF | 17 | 3A | 0 | 0 | 114 | 64 | 47 |
| Octal | 304 | 153 | 377 | 27 | 72 | 0 | 0 | 424 | 144 | 107 |
| Binary | 11000100 | 1101011 | 11111111 | 10111 | 111010 | 0 | 0 | 100010100 | 1100100 | 1000111 |
Color Harmonies of #C46BFF
Complementary color
Monochromatic Colors of #C46BFF
Black with #C46BFF
Text Example
Text Example
White with #C46BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46BFF; }
p { color: rgb(196,107,255); }
H1.HeaderClassName
{
color: #C46BFF;
}
.AnyTagClassName
{
color: #C46BFF;
}
</style>
background-color css
<style>
a { background-color: #C46BFF; }
a { background-color: rgb(196,107,255); }
div.DivClassName
{
background-color: #C46BFF;
}
.BgClassName
{
background-color: #C46BFF;
}
</style>
border-color css
<style>
span { border-color: #C46BFF; }
span { border-color: rgb(196,107,255); }
td.TdClassName
{
border-color: #C46BFF;
}
.TagClassName
{
border-color: #C46BFF;
}
</style>