Shades of Heliotrope #C26DEC
Tints of Heliotrope #C26DEC
RGB
CMYK
RGB Variations
Color information
#C26DEC (or 0xC26DEC) is known color: Heliotrope. HEX triplet: C2, 6D and EC. RGB value is (194,109,236). Sum of RGB (Red+Green+Blue) = 194+109+236=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #C26DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26DEC is #3D9213. Grayscale: #949494. Windows color (decimal): -4035092 or 15494594. OLE color: 15494594.
HSL color Cylindrical-coordinate representation of color #C26DEC: hue angle of 280.16º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C26DEC is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 109 | 236 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.07 |
| HSL | 280.16º | 0.77% | 0.68% | - |
| HSV(B) | 280.16º | 0.54% | 0.93% | - |
| XYZ | 42.86 | 28.46 | 82.59 | - |
| YUV | 148.89 | 177.16 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 236 | 0.18 | 0.54 | 0 | 0.07 | 280.16 | 0.77 | 0.68 |
| Hex | C2 | 6D | EC | 12 | 36 | 0 | 7 | 118 | 4D | 44 |
| Octal | 302 | 155 | 354 | 22 | 66 | 0 | 7 | 430 | 115 | 104 |
| Binary | 11000010 | 1101101 | 11101100 | 10010 | 110110 | 0 | 111 | 100011000 | 1001101 | 1000100 |
Color Harmonies of #C26DEC
Complementary color
Monochromatic Colors of #C26DEC
Black with #C26DEC
Text Example
Text Example
White with #C26DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26DEC; }
p { color: rgb(194,109,236); }
H1.HeaderClassName
{
color: #C26DEC;
}
.AnyTagClassName
{
color: #C26DEC;
}
</style>
background-color css
<style>
a { background-color: #C26DEC; }
a { background-color: rgb(194,109,236); }
div.DivClassName
{
background-color: #C26DEC;
}
.BgClassName
{
background-color: #C26DEC;
}
</style>
border-color css
<style>
span { border-color: #C26DEC; }
span { border-color: rgb(194,109,236); }
td.TdClassName
{
border-color: #C26DEC;
}
.TagClassName
{
border-color: #C26DEC;
}
</style>