Shades of Heliotrope #C26FF4
Tints of Heliotrope #C26FF4
RGB
CMYK
RGB Variations
Color information
#C26FF4 (or 0xC26FF4) is known color: Heliotrope. HEX triplet: C2, 6F and F4. RGB value is (194,111,244). Sum of RGB (Red+Green+Blue) = 194+111+244=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 244 (95.70% from 255 or 44.44% from 549); Max value from RGB is 244 - color contains mainly: blue. Hex color #C26FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26FF4 is #3D900B. Grayscale: #969696. Windows color (decimal): -4034572 or 16019394. OLE color: 16019394.
HSL color Cylindrical-coordinate representation of color #C26FF4: hue angle of 277.44º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C26FF4 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 111 | 244 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.04 |
| HSL | 277.44º | 0.86% | 0.7% | - |
| HSV(B) | 277.44º | 0.55% | 0.96% | - |
| XYZ | 44.26 | 29.37 | 88.92 | - |
| YUV | 150.98 | 180.5 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 244 | 0.20 | 0.55 | 0 | 0.04 | 277.44 | 0.86 | 0.7 |
| Hex | C2 | 6F | F4 | 14 | 37 | 0 | 4 | 115 | 56 | 46 |
| Octal | 302 | 157 | 364 | 24 | 67 | 0 | 4 | 425 | 126 | 106 |
| Binary | 11000010 | 1101111 | 11110100 | 10100 | 110111 | 0 | 100 | 100010101 | 1010110 | 1000110 |
Color Harmonies of #C26FF4
Complementary color
Monochromatic Colors of #C26FF4
Black with #C26FF4
Text Example
Text Example
White with #C26FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26FF4; }
p { color: rgb(194,111,244); }
H1.HeaderClassName
{
color: #C26FF4;
}
.AnyTagClassName
{
color: #C26FF4;
}
</style>
background-color css
<style>
a { background-color: #C26FF4; }
a { background-color: rgb(194,111,244); }
div.DivClassName
{
background-color: #C26FF4;
}
.BgClassName
{
background-color: #C26FF4;
}
</style>
border-color css
<style>
span { border-color: #C26FF4; }
span { border-color: rgb(194,111,244); }
td.TdClassName
{
border-color: #C26FF4;
}
.TagClassName
{
border-color: #C26FF4;
}
</style>