Shades of Heliotrope #C26FF7
Tints of Heliotrope #C26FF7
RGB
CMYK
RGB Variations
Color information
#C26FF7 (or 0xC26FF7) is known color: Heliotrope. HEX triplet: C2, 6F and F7. RGB value is (194,111,247). Sum of RGB (Red+Green+Blue) = 194+111+247=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #C26FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26FF7 is #3D9008. Grayscale: #969696. Windows color (decimal): -4034569 or 16216002. OLE color: 16216002.
HSL color Cylindrical-coordinate representation of color #C26FF7: hue angle of 276.62º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C26FF7 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 111 | 247 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.03 |
| HSL | 276.62º | 0.89% | 0.7% | - |
| HSV(B) | 276.62º | 0.55% | 0.97% | - |
| XYZ | 44.72 | 29.55 | 91.34 | - |
| YUV | 151.32 | 182 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 247 | 0.21 | 0.55 | 0 | 0.03 | 276.62 | 0.89 | 0.7 |
| Hex | C2 | 6F | F7 | 15 | 37 | 0 | 3 | 115 | 59 | 46 |
| Octal | 302 | 157 | 367 | 25 | 67 | 0 | 3 | 425 | 131 | 106 |
| Binary | 11000010 | 1101111 | 11110111 | 10101 | 110111 | 0 | 11 | 100010101 | 1011001 | 1000110 |
Color Harmonies of #C26FF7
Complementary color
Monochromatic Colors of #C26FF7
Black with #C26FF7
Text Example
Text Example
White with #C26FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26FF7; }
p { color: rgb(194,111,247); }
H1.HeaderClassName
{
color: #C26FF7;
}
.AnyTagClassName
{
color: #C26FF7;
}
</style>
background-color css
<style>
a { background-color: #C26FF7; }
a { background-color: rgb(194,111,247); }
div.DivClassName
{
background-color: #C26FF7;
}
.BgClassName
{
background-color: #C26FF7;
}
</style>
border-color css
<style>
span { border-color: #C26FF7; }
span { border-color: rgb(194,111,247); }
td.TdClassName
{
border-color: #C26FF7;
}
.TagClassName
{
border-color: #C26FF7;
}
</style>