Shades of Heliotrope #C26DEF
Tints of Heliotrope #C26DEF
RGB
CMYK
RGB Variations
Color information
#C26DEF (or 0xC26DEF) is known color: Heliotrope. HEX triplet: C2, 6D and EF. RGB value is (194,109,239). Sum of RGB (Red+Green+Blue) = 194+109+239=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #C26DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26DEF is #3D9210. Grayscale: #949494. Windows color (decimal): -4035089 or 15691202. OLE color: 15691202.
HSL color Cylindrical-coordinate representation of color #C26DEF: hue angle of 279.23º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C26DEF is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 109 | 239 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.06 |
| HSL | 279.23º | 0.8% | 0.68% | - |
| HSV(B) | 279.23º | 0.54% | 0.94% | - |
| XYZ | 43.3 | 28.64 | 84.91 | - |
| YUV | 149.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 239 | 0.19 | 0.54 | 0 | 0.06 | 279.23 | 0.8 | 0.68 |
| Hex | C2 | 6D | EF | 13 | 36 | 0 | 6 | 117 | 50 | 44 |
| Octal | 302 | 155 | 357 | 23 | 66 | 0 | 6 | 427 | 120 | 104 |
| Binary | 11000010 | 1101101 | 11101111 | 10011 | 110110 | 0 | 110 | 100010111 | 1010000 | 1000100 |
Color Harmonies of #C26DEF
Complementary color
Monochromatic Colors of #C26DEF
Black with #C26DEF
Text Example
Text Example
White with #C26DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26DEF; }
p { color: rgb(194,109,239); }
H1.HeaderClassName
{
color: #C26DEF;
}
.AnyTagClassName
{
color: #C26DEF;
}
</style>
background-color css
<style>
a { background-color: #C26DEF; }
a { background-color: rgb(194,109,239); }
div.DivClassName
{
background-color: #C26DEF;
}
.BgClassName
{
background-color: #C26DEF;
}
</style>
border-color css
<style>
span { border-color: #C26DEF; }
span { border-color: rgb(194,109,239); }
td.TdClassName
{
border-color: #C26DEF;
}
.TagClassName
{
border-color: #C26DEF;
}
</style>