Shades of Heliotrope #C26CEE
Tints of Heliotrope #C26CEE
RGB
CMYK
RGB Variations
Color information
#C26CEE (or 0xC26CEE) is known color: Heliotrope. HEX triplet: C2, 6C and EE. RGB value is (194,108,238). Sum of RGB (Red+Green+Blue) = 194+108+238=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #C26CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26CEE is #3D9311. Grayscale: #949494. Windows color (decimal): -4035346 or 15625410. OLE color: 15625410.
HSL color Cylindrical-coordinate representation of color #C26CEE: hue angle of 279.69º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C26CEE is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 108 | 238 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.07 |
| HSL | 279.69º | 0.79% | 0.68% | - |
| HSV(B) | 279.69º | 0.55% | 0.93% | - |
| XYZ | 43.04 | 28.37 | 84.1 | - |
| YUV | 148.53 | 178.49 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 238 | 0.18 | 0.55 | 0 | 0.07 | 279.69 | 0.79 | 0.68 |
| Hex | C2 | 6C | EE | 12 | 37 | 0 | 7 | 118 | 4F | 44 |
| Octal | 302 | 154 | 356 | 22 | 67 | 0 | 7 | 430 | 117 | 104 |
| Binary | 11000010 | 1101100 | 11101110 | 10010 | 110111 | 0 | 111 | 100011000 | 1001111 | 1000100 |
Color Harmonies of #C26CEE
Complementary color
Monochromatic Colors of #C26CEE
Black with #C26CEE
Text Example
Text Example
White with #C26CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26CEE; }
p { color: rgb(194,108,238); }
H1.HeaderClassName
{
color: #C26CEE;
}
.AnyTagClassName
{
color: #C26CEE;
}
</style>
background-color css
<style>
a { background-color: #C26CEE; }
a { background-color: rgb(194,108,238); }
div.DivClassName
{
background-color: #C26CEE;
}
.BgClassName
{
background-color: #C26CEE;
}
</style>
border-color css
<style>
span { border-color: #C26CEE; }
span { border-color: rgb(194,108,238); }
td.TdClassName
{
border-color: #C26CEE;
}
.TagClassName
{
border-color: #C26CEE;
}
</style>