Shades of Heliotrope #C26AEE
Tints of Heliotrope #C26AEE
RGB
CMYK
RGB Variations
Color information
#C26AEE (or 0xC26AEE) is known color: Heliotrope. HEX triplet: C2, 6A and EE. RGB value is (194,106,238). Sum of RGB (Red+Green+Blue) = 194+106+238=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #C26AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26AEE is #3D9511. Grayscale: #929292. Windows color (decimal): -4035858 or 15624898. OLE color: 15624898.
HSL color Cylindrical-coordinate representation of color #C26AEE: hue angle of 280º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C26AEE is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 106 | 238 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.07 |
| HSL | 280º | 0.8% | 0.67% | - |
| HSV(B) | 280º | 0.55% | 0.93% | - |
| XYZ | 42.83 | 27.95 | 84.03 | - |
| YUV | 147.36 | 179.15 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 238 | 0.18 | 0.55 | 0 | 0.07 | 280 | 0.8 | 0.67 |
| Hex | C2 | 6A | EE | 12 | 37 | 0 | 7 | 118 | 50 | 43 |
| Octal | 302 | 152 | 356 | 22 | 67 | 0 | 7 | 430 | 120 | 103 |
| Binary | 11000010 | 1101010 | 11101110 | 10010 | 110111 | 0 | 111 | 100011000 | 1010000 | 1000011 |
Color Harmonies of #C26AEE
Complementary color
Monochromatic Colors of #C26AEE
Black with #C26AEE
Text Example
Text Example
White with #C26AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26AEE; }
p { color: rgb(194,106,238); }
H1.HeaderClassName
{
color: #C26AEE;
}
.AnyTagClassName
{
color: #C26AEE;
}
</style>
background-color css
<style>
a { background-color: #C26AEE; }
a { background-color: rgb(194,106,238); }
div.DivClassName
{
background-color: #C26AEE;
}
.BgClassName
{
background-color: #C26AEE;
}
</style>
border-color css
<style>
span { border-color: #C26AEE; }
span { border-color: rgb(194,106,238); }
td.TdClassName
{
border-color: #C26AEE;
}
.TagClassName
{
border-color: #C26AEE;
}
</style>