Shades of Heliotrope #C26FEF
Tints of Heliotrope #C26FEF
RGB
CMYK
RGB Variations
Color information
#C26FEF (or 0xC26FEF) is known color: Heliotrope. HEX triplet: C2, 6F and EF. RGB value is (194,111,239). Sum of RGB (Red+Green+Blue) = 194+111+239=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #C26FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26FEF is #3D9010. Grayscale: #959595. Windows color (decimal): -4034577 or 15691714. OLE color: 15691714.
HSL color Cylindrical-coordinate representation of color #C26FEF: hue angle of 278.91º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C26FEF is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 111 | 239 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.06 |
| HSL | 278.91º | 0.8% | 0.69% | - |
| HSV(B) | 278.91º | 0.54% | 0.94% | - |
| XYZ | 43.51 | 29.07 | 84.98 | - |
| YUV | 150.41 | 178 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 239 | 0.19 | 0.54 | 0 | 0.06 | 278.91 | 0.8 | 0.69 |
| Hex | C2 | 6F | EF | 13 | 36 | 0 | 6 | 117 | 50 | 45 |
| Octal | 302 | 157 | 357 | 23 | 66 | 0 | 6 | 427 | 120 | 105 |
| Binary | 11000010 | 1101111 | 11101111 | 10011 | 110110 | 0 | 110 | 100010111 | 1010000 | 1000101 |
Color Harmonies of #C26FEF
Complementary color
Monochromatic Colors of #C26FEF
Black with #C26FEF
Text Example
Text Example
White with #C26FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26FEF; }
p { color: rgb(194,111,239); }
H1.HeaderClassName
{
color: #C26FEF;
}
.AnyTagClassName
{
color: #C26FEF;
}
</style>
background-color css
<style>
a { background-color: #C26FEF; }
a { background-color: rgb(194,111,239); }
div.DivClassName
{
background-color: #C26FEF;
}
.BgClassName
{
background-color: #C26FEF;
}
</style>
border-color css
<style>
span { border-color: #C26FEF; }
span { border-color: rgb(194,111,239); }
td.TdClassName
{
border-color: #C26FEF;
}
.TagClassName
{
border-color: #C26FEF;
}
</style>