Shades of Heliotrope #C26AFA
Tints of Heliotrope #C26AFA
RGB
CMYK
RGB Variations
Color information
#C26AFA (or 0xC26AFA) is known color: Heliotrope. HEX triplet: C2, 6A and FA. RGB value is (194,106,250). Sum of RGB (Red+Green+Blue) = 194+106+250=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #C26AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26AFA is #3D9505. Grayscale: #949494. Windows color (decimal): -4035846 or 16411330. OLE color: 16411330.
HSL color Cylindrical-coordinate representation of color #C26AFA: hue angle of 276.67º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C26AFA is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 106 | 250 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.02 |
| HSL | 276.67º | 0.94% | 0.7% | - |
| HSV(B) | 276.67º | 0.58% | 0.98% | - |
| XYZ | 44.66 | 28.68 | 93.62 | - |
| YUV | 148.73 | 185.15 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 250 | 0.22 | 0.58 | 0 | 0.02 | 276.67 | 0.94 | 0.7 |
| Hex | C2 | 6A | FA | 16 | 3A | 0 | 2 | 115 | 5E | 46 |
| Octal | 302 | 152 | 372 | 26 | 72 | 0 | 2 | 425 | 136 | 106 |
| Binary | 11000010 | 1101010 | 11111010 | 10110 | 111010 | 0 | 10 | 100010101 | 1011110 | 1000110 |
Color Harmonies of #C26AFA
Complementary color
Monochromatic Colors of #C26AFA
Black with #C26AFA
Text Example
Text Example
White with #C26AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26AFA; }
p { color: rgb(194,106,250); }
H1.HeaderClassName
{
color: #C26AFA;
}
.AnyTagClassName
{
color: #C26AFA;
}
</style>
background-color css
<style>
a { background-color: #C26AFA; }
a { background-color: rgb(194,106,250); }
div.DivClassName
{
background-color: #C26AFA;
}
.BgClassName
{
background-color: #C26AFA;
}
</style>
border-color css
<style>
span { border-color: #C26AFA; }
span { border-color: rgb(194,106,250); }
td.TdClassName
{
border-color: #C26AFA;
}
.TagClassName
{
border-color: #C26AFA;
}
</style>