Shades of Heliotrope #C26FFA
Tints of Heliotrope #C26FFA
RGB
CMYK
RGB Variations
Color information
#C26FFA (or 0xC26FFA) is known color: Heliotrope. HEX triplet: C2, 6F and FA. RGB value is (194,111,250). Sum of RGB (Red+Green+Blue) = 194+111+250=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #C26FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26FFA is #3D9005. Grayscale: #979797. Windows color (decimal): -4034566 or 16412610. OLE color: 16412610.
HSL color Cylindrical-coordinate representation of color #C26FFA: hue angle of 275.83º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C26FFA is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 111 | 250 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.02 |
| HSL | 275.83º | 0.93% | 0.71% | - |
| HSV(B) | 275.83º | 0.56% | 0.98% | - |
| XYZ | 45.19 | 29.74 | 93.8 | - |
| YUV | 151.66 | 183.5 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 250 | 0.22 | 0.56 | 0 | 0.02 | 275.83 | 0.93 | 0.71 |
| Hex | C2 | 6F | FA | 16 | 38 | 0 | 2 | 114 | 5D | 47 |
| Octal | 302 | 157 | 372 | 26 | 70 | 0 | 2 | 424 | 135 | 107 |
| Binary | 11000010 | 1101111 | 11111010 | 10110 | 111000 | 0 | 10 | 100010100 | 1011101 | 1000111 |
Color Harmonies of #C26FFA
Complementary color
Monochromatic Colors of #C26FFA
Black with #C26FFA
Text Example
Text Example
White with #C26FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26FFA; }
p { color: rgb(194,111,250); }
H1.HeaderClassName
{
color: #C26FFA;
}
.AnyTagClassName
{
color: #C26FFA;
}
</style>
background-color css
<style>
a { background-color: #C26FFA; }
a { background-color: rgb(194,111,250); }
div.DivClassName
{
background-color: #C26FFA;
}
.BgClassName
{
background-color: #C26FFA;
}
</style>
border-color css
<style>
span { border-color: #C26FFA; }
span { border-color: rgb(194,111,250); }
td.TdClassName
{
border-color: #C26FFA;
}
.TagClassName
{
border-color: #C26FFA;
}
</style>