Shades of Heliotrope #C46BFC
Tints of Heliotrope #C46BFC
RGB
CMYK
RGB Variations
Color information
#C46BFC (or 0xC46BFC) is known color: Heliotrope. HEX triplet: C4, 6B and FC. RGB value is (196,107,252). Sum of RGB (Red+Green+Blue) = 196+107+252=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #C46BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46BFC is #3B9403. Grayscale: #959595. Windows color (decimal): -3904516 or 16542660. OLE color: 16542660.
HSL color Cylindrical-coordinate representation of color #C46BFC: hue angle of 276.83º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C46BFC is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 107 | 252 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.01 |
| HSL | 276.83º | 0.96% | 0.7% | - |
| HSV(B) | 276.83º | 0.58% | 0.99% | - |
| XYZ | 45.59 | 29.28 | 95.34 | - |
| YUV | 150.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 252 | 0.22 | 0.58 | 0 | 0.01 | 276.83 | 0.96 | 0.7 |
| Hex | C4 | 6B | FC | 16 | 3A | 0 | 1 | 115 | 60 | 46 |
| Octal | 304 | 153 | 374 | 26 | 72 | 0 | 1 | 425 | 140 | 106 |
| Binary | 11000100 | 1101011 | 11111100 | 10110 | 111010 | 0 | 1 | 100010101 | 1100000 | 1000110 |
Color Harmonies of #C46BFC
Complementary color
Monochromatic Colors of #C46BFC
Black with #C46BFC
Text Example
Text Example
White with #C46BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46BFC; }
p { color: rgb(196,107,252); }
H1.HeaderClassName
{
color: #C46BFC;
}
.AnyTagClassName
{
color: #C46BFC;
}
</style>
background-color css
<style>
a { background-color: #C46BFC; }
a { background-color: rgb(196,107,252); }
div.DivClassName
{
background-color: #C46BFC;
}
.BgClassName
{
background-color: #C46BFC;
}
</style>
border-color css
<style>
span { border-color: #C46BFC; }
span { border-color: rgb(196,107,252); }
td.TdClassName
{
border-color: #C46BFC;
}
.TagClassName
{
border-color: #C46BFC;
}
</style>