Shades of Heliotrope #C26CF0
Tints of Heliotrope #C26CF0
RGB
CMYK
RGB Variations
Color information
#C26CF0 (or 0xC26CF0) is known color: Heliotrope. HEX triplet: C2, 6C and F0. RGB value is (194,108,240). Sum of RGB (Red+Green+Blue) = 194+108+240=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #C26CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26CF0 is #3D930F. Grayscale: #949494. Windows color (decimal): -4035344 or 15756482. OLE color: 15756482.
HSL color Cylindrical-coordinate representation of color #C26CF0: hue angle of 279.09º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C26CF0 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 108 | 240 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.06 |
| HSL | 279.09º | 0.81% | 0.68% | - |
| HSV(B) | 279.09º | 0.55% | 0.94% | - |
| XYZ | 43.34 | 28.49 | 85.65 | - |
| YUV | 148.76 | 179.49 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 240 | 0.19 | 0.55 | 0 | 0.06 | 279.09 | 0.81 | 0.68 |
| Hex | C2 | 6C | F0 | 13 | 37 | 0 | 6 | 117 | 51 | 44 |
| Octal | 302 | 154 | 360 | 23 | 67 | 0 | 6 | 427 | 121 | 104 |
| Binary | 11000010 | 1101100 | 11110000 | 10011 | 110111 | 0 | 110 | 100010111 | 1010001 | 1000100 |
Color Harmonies of #C26CF0
Complementary color
Monochromatic Colors of #C26CF0
Black with #C26CF0
Text Example
Text Example
White with #C26CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26CF0; }
p { color: rgb(194,108,240); }
H1.HeaderClassName
{
color: #C26CF0;
}
.AnyTagClassName
{
color: #C26CF0;
}
</style>
background-color css
<style>
a { background-color: #C26CF0; }
a { background-color: rgb(194,108,240); }
div.DivClassName
{
background-color: #C26CF0;
}
.BgClassName
{
background-color: #C26CF0;
}
</style>
border-color css
<style>
span { border-color: #C26CF0; }
span { border-color: rgb(194,108,240); }
td.TdClassName
{
border-color: #C26CF0;
}
.TagClassName
{
border-color: #C26CF0;
}
</style>