Shades of Heliotrope #C46FEF
Tints of Heliotrope #C46FEF
RGB
CMYK
RGB Variations
Color information
#C46FEF (or 0xC46FEF) is known color: Heliotrope. HEX triplet: C4, 6F and EF. RGB value is (196,111,239). Sum of RGB (Red+Green+Blue) = 196+111+239=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #C46FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46FEF is #3B9010. Grayscale: #969696. Windows color (decimal): -3903505 or 15691716. OLE color: 15691716.
HSL color Cylindrical-coordinate representation of color #C46FEF: hue angle of 279.84º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C46FEF is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 111 | 239 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.06 |
| HSL | 279.84º | 0.8% | 0.69% | - |
| HSV(B) | 279.84º | 0.54% | 0.94% | - |
| XYZ | 44.03 | 29.34 | 85 | - |
| YUV | 151.01 | 177.66 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 239 | 0.18 | 0.54 | 0 | 0.06 | 279.84 | 0.8 | 0.69 |
| Hex | C4 | 6F | EF | 12 | 36 | 0 | 6 | 118 | 50 | 45 |
| Octal | 304 | 157 | 357 | 22 | 66 | 0 | 6 | 430 | 120 | 105 |
| Binary | 11000100 | 1101111 | 11101111 | 10010 | 110110 | 0 | 110 | 100011000 | 1010000 | 1000101 |
Color Harmonies of #C46FEF
Complementary color
Monochromatic Colors of #C46FEF
Black with #C46FEF
Text Example
Text Example
White with #C46FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46FEF; }
p { color: rgb(196,111,239); }
H1.HeaderClassName
{
color: #C46FEF;
}
.AnyTagClassName
{
color: #C46FEF;
}
</style>
background-color css
<style>
a { background-color: #C46FEF; }
a { background-color: rgb(196,111,239); }
div.DivClassName
{
background-color: #C46FEF;
}
.BgClassName
{
background-color: #C46FEF;
}
</style>
border-color css
<style>
span { border-color: #C46FEF; }
span { border-color: rgb(196,111,239); }
td.TdClassName
{
border-color: #C46FEF;
}
.TagClassName
{
border-color: #C46FEF;
}
</style>