Shades of Heliotrope #C26EEB
Tints of Heliotrope #C26EEB
RGB
CMYK
RGB Variations
Color information
#C26EEB (or 0xC26EEB) is known color: Heliotrope. HEX triplet: C2, 6E and EB. RGB value is (194,110,235). Sum of RGB (Red+Green+Blue) = 194+110+235=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #C26EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26EEB is #3D9114. Grayscale: #949494. Windows color (decimal): -4034837 or 15429314. OLE color: 15429314.
HSL color Cylindrical-coordinate representation of color #C26EEB: hue angle of 280.32º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C26EEB is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 110 | 235 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.08 |
| HSL | 280.32º | 0.76% | 0.68% | - |
| HSV(B) | 280.32º | 0.53% | 0.92% | - |
| XYZ | 42.82 | 28.62 | 81.86 | - |
| YUV | 149.37 | 176.33 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 235 | 0.17 | 0.53 | 0 | 0.08 | 280.32 | 0.76 | 0.68 |
| Hex | C2 | 6E | EB | 11 | 35 | 0 | 8 | 118 | 4C | 44 |
| Octal | 302 | 156 | 353 | 21 | 65 | 0 | 10 | 430 | 114 | 104 |
| Binary | 11000010 | 1101110 | 11101011 | 10001 | 110101 | 0 | 1000 | 100011000 | 1001100 | 1000100 |
Color Harmonies of #C26EEB
Complementary color
Monochromatic Colors of #C26EEB
Black with #C26EEB
Text Example
Text Example
White with #C26EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26EEB; }
p { color: rgb(194,110,235); }
H1.HeaderClassName
{
color: #C26EEB;
}
.AnyTagClassName
{
color: #C26EEB;
}
</style>
background-color css
<style>
a { background-color: #C26EEB; }
a { background-color: rgb(194,110,235); }
div.DivClassName
{
background-color: #C26EEB;
}
.BgClassName
{
background-color: #C26EEB;
}
</style>
border-color css
<style>
span { border-color: #C26EEB; }
span { border-color: rgb(194,110,235); }
td.TdClassName
{
border-color: #C26EEB;
}
.TagClassName
{
border-color: #C26EEB;
}
</style>