Shades of Heliotrope #C26FED
Tints of Heliotrope #C26FED
RGB
CMYK
RGB Variations
Color information
#C26FED (or 0xC26FED) is known color: Heliotrope. HEX triplet: C2, 6F and ED. RGB value is (194,111,237). Sum of RGB (Red+Green+Blue) = 194+111+237=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #C26FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26FED is #3D9012. Grayscale: #959595. Windows color (decimal): -4034579 or 15560642. OLE color: 15560642.
HSL color Cylindrical-coordinate representation of color #C26FED: hue angle of 279.52º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C26FED is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 111 | 237 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.07 |
| HSL | 279.52º | 0.78% | 0.68% | - |
| HSV(B) | 279.52º | 0.53% | 0.93% | - |
| XYZ | 43.22 | 28.95 | 83.43 | - |
| YUV | 150.18 | 177 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 237 | 0.18 | 0.53 | 0 | 0.07 | 279.52 | 0.78 | 0.68 |
| Hex | C2 | 6F | ED | 12 | 35 | 0 | 7 | 118 | 4E | 44 |
| Octal | 302 | 157 | 355 | 22 | 65 | 0 | 7 | 430 | 116 | 104 |
| Binary | 11000010 | 1101111 | 11101101 | 10010 | 110101 | 0 | 111 | 100011000 | 1001110 | 1000100 |
Color Harmonies of #C26FED
Complementary color
Monochromatic Colors of #C26FED
Black with #C26FED
Text Example
Text Example
White with #C26FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26FED; }
p { color: rgb(194,111,237); }
H1.HeaderClassName
{
color: #C26FED;
}
.AnyTagClassName
{
color: #C26FED;
}
</style>
background-color css
<style>
a { background-color: #C26FED; }
a { background-color: rgb(194,111,237); }
div.DivClassName
{
background-color: #C26FED;
}
.BgClassName
{
background-color: #C26FED;
}
</style>
border-color css
<style>
span { border-color: #C26FED; }
span { border-color: rgb(194,111,237); }
td.TdClassName
{
border-color: #C26FED;
}
.TagClassName
{
border-color: #C26FED;
}
</style>