Shades of Heliotrope #C26AF2
Tints of Heliotrope #C26AF2
RGB
CMYK
RGB Variations
Color information
#C26AF2 (or 0xC26AF2) is known color: Heliotrope. HEX triplet: C2, 6A and F2. RGB value is (194,106,242). Sum of RGB (Red+Green+Blue) = 194+106+242=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #C26AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26AF2 is #3D950D. Grayscale: #939393. Windows color (decimal): -4035854 or 15887042. OLE color: 15887042.
HSL color Cylindrical-coordinate representation of color #C26AF2: hue angle of 278.82º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C26AF2 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 106 | 242 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.05 |
| HSL | 278.82º | 0.84% | 0.68% | - |
| HSV(B) | 278.82º | 0.56% | 0.95% | - |
| XYZ | 43.43 | 28.19 | 87.16 | - |
| YUV | 147.82 | 181.15 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 242 | 0.20 | 0.56 | 0 | 0.05 | 278.82 | 0.84 | 0.68 |
| Hex | C2 | 6A | F2 | 14 | 38 | 0 | 5 | 117 | 54 | 44 |
| Octal | 302 | 152 | 362 | 24 | 70 | 0 | 5 | 427 | 124 | 104 |
| Binary | 11000010 | 1101010 | 11110010 | 10100 | 111000 | 0 | 101 | 100010111 | 1010100 | 1000100 |
Color Harmonies of #C26AF2
Complementary color
Monochromatic Colors of #C26AF2
Black with #C26AF2
Text Example
Text Example
White with #C26AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26AF2; }
p { color: rgb(194,106,242); }
H1.HeaderClassName
{
color: #C26AF2;
}
.AnyTagClassName
{
color: #C26AF2;
}
</style>
background-color css
<style>
a { background-color: #C26AF2; }
a { background-color: rgb(194,106,242); }
div.DivClassName
{
background-color: #C26AF2;
}
.BgClassName
{
background-color: #C26AF2;
}
</style>
border-color css
<style>
span { border-color: #C26AF2; }
span { border-color: rgb(194,106,242); }
td.TdClassName
{
border-color: #C26AF2;
}
.TagClassName
{
border-color: #C26AF2;
}
</style>