Shades of Heliotrope #C26DF1
Tints of Heliotrope #C26DF1
RGB
CMYK
RGB Variations
Color information
#C26DF1 (or 0xC26DF1) is known color: Heliotrope. HEX triplet: C2, 6D and F1. RGB value is (194,109,241). Sum of RGB (Red+Green+Blue) = 194+109+241=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #C26DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26DF1 is #3D920E. Grayscale: #959595. Windows color (decimal): -4035087 or 15822274. OLE color: 15822274.
HSL color Cylindrical-coordinate representation of color #C26DF1: hue angle of 278.64º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C26DF1 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 109 | 241 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.05 |
| HSL | 278.64º | 0.83% | 0.69% | - |
| HSV(B) | 278.64º | 0.55% | 0.95% | - |
| XYZ | 43.59 | 28.76 | 86.47 | - |
| YUV | 149.46 | 179.66 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 241 | 0.20 | 0.55 | 0 | 0.05 | 278.64 | 0.83 | 0.69 |
| Hex | C2 | 6D | F1 | 14 | 37 | 0 | 5 | 117 | 52 | 45 |
| Octal | 302 | 155 | 361 | 24 | 67 | 0 | 5 | 427 | 122 | 105 |
| Binary | 11000010 | 1101101 | 11110001 | 10100 | 110111 | 0 | 101 | 100010111 | 1010010 | 1000101 |
Color Harmonies of #C26DF1
Complementary color
Monochromatic Colors of #C26DF1
Black with #C26DF1
Text Example
Text Example
White with #C26DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26DF1; }
p { color: rgb(194,109,241); }
H1.HeaderClassName
{
color: #C26DF1;
}
.AnyTagClassName
{
color: #C26DF1;
}
</style>
background-color css
<style>
a { background-color: #C26DF1; }
a { background-color: rgb(194,109,241); }
div.DivClassName
{
background-color: #C26DF1;
}
.BgClassName
{
background-color: #C26DF1;
}
</style>
border-color css
<style>
span { border-color: #C26DF1; }
span { border-color: rgb(194,109,241); }
td.TdClassName
{
border-color: #C26DF1;
}
.TagClassName
{
border-color: #C26DF1;
}
</style>