Shades of Heliotrope #C36EEC
Tints of Heliotrope #C36EEC
RGB
CMYK
RGB Variations
Color information
#C36EEC (or 0xC36EEC) is known color: Heliotrope. HEX triplet: C3, 6E and EC. RGB value is (195,110,236). Sum of RGB (Red+Green+Blue) = 195+110+236=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #C36EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36EEC is #3C9113. Grayscale: #959595. Windows color (decimal): -3969300 or 15494851. OLE color: 15494851.
HSL color Cylindrical-coordinate representation of color #C36EEC: hue angle of 280.48º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C36EEC is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 110 | 236 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.07 |
| HSL | 280.48º | 0.77% | 0.68% | - |
| HSV(B) | 280.48º | 0.53% | 0.93% | - |
| XYZ | 43.22 | 28.81 | 82.64 | - |
| YUV | 149.78 | 176.66 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 236 | 0.17 | 0.53 | 0 | 0.07 | 280.48 | 0.77 | 0.68 |
| Hex | C3 | 6E | EC | 11 | 35 | 0 | 7 | 118 | 4D | 44 |
| Octal | 303 | 156 | 354 | 21 | 65 | 0 | 7 | 430 | 115 | 104 |
| Binary | 11000011 | 1101110 | 11101100 | 10001 | 110101 | 0 | 111 | 100011000 | 1001101 | 1000100 |
Color Harmonies of #C36EEC
Complementary color
Monochromatic Colors of #C36EEC
Black with #C36EEC
Text Example
Text Example
White with #C36EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36EEC; }
p { color: rgb(195,110,236); }
H1.HeaderClassName
{
color: #C36EEC;
}
.AnyTagClassName
{
color: #C36EEC;
}
</style>
background-color css
<style>
a { background-color: #C36EEC; }
a { background-color: rgb(195,110,236); }
div.DivClassName
{
background-color: #C36EEC;
}
.BgClassName
{
background-color: #C36EEC;
}
</style>
border-color css
<style>
span { border-color: #C36EEC; }
span { border-color: rgb(195,110,236); }
td.TdClassName
{
border-color: #C36EEC;
}
.TagClassName
{
border-color: #C36EEC;
}
</style>