Shades of Heliotrope #C46CEC
Tints of Heliotrope #C46CEC
RGB
CMYK
RGB Variations
Color information
#C46CEC (or 0xC46CEC) is known color: Heliotrope. HEX triplet: C4, 6C and EC. RGB value is (196,108,236). Sum of RGB (Red+Green+Blue) = 196+108+236=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #C46CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46CEC is #3B9313. Grayscale: #949494. Windows color (decimal): -3904276 or 15494340. OLE color: 15494340.
HSL color Cylindrical-coordinate representation of color #C46CEC: hue angle of 281.25º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C46CEC is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 108 | 236 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.07 |
| HSL | 281.25º | 0.77% | 0.67% | - |
| HSV(B) | 281.25º | 0.54% | 0.93% | - |
| XYZ | 43.27 | 28.52 | 82.58 | - |
| YUV | 148.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 236 | 0.17 | 0.54 | 0 | 0.07 | 281.25 | 0.77 | 0.67 |
| Hex | C4 | 6C | EC | 11 | 36 | 0 | 7 | 119 | 4D | 43 |
| Octal | 304 | 154 | 354 | 21 | 66 | 0 | 7 | 431 | 115 | 103 |
| Binary | 11000100 | 1101100 | 11101100 | 10001 | 110110 | 0 | 111 | 100011001 | 1001101 | 1000011 |
Color Harmonies of #C46CEC
Complementary color
Monochromatic Colors of #C46CEC
Black with #C46CEC
Text Example
Text Example
White with #C46CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46CEC; }
p { color: rgb(196,108,236); }
H1.HeaderClassName
{
color: #C46CEC;
}
.AnyTagClassName
{
color: #C46CEC;
}
</style>
background-color css
<style>
a { background-color: #C46CEC; }
a { background-color: rgb(196,108,236); }
div.DivClassName
{
background-color: #C46CEC;
}
.BgClassName
{
background-color: #C46CEC;
}
</style>
border-color css
<style>
span { border-color: #C46CEC; }
span { border-color: rgb(196,108,236); }
td.TdClassName
{
border-color: #C46CEC;
}
.TagClassName
{
border-color: #C46CEC;
}
</style>