Shades of Heliotrope #C36CEC
Tints of Heliotrope #C36CEC
RGB
CMYK
RGB Variations
Color information
#C36CEC (or 0xC36CEC) is known color: Heliotrope. HEX triplet: C3, 6C and EC. RGB value is (195,108,236). Sum of RGB (Red+Green+Blue) = 195+108+236=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #C36CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36CEC is #3C9313. Grayscale: #949494. Windows color (decimal): -3969812 or 15494339. OLE color: 15494339.
HSL color Cylindrical-coordinate representation of color #C36CEC: hue angle of 280.78º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C36CEC is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 108 | 236 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.07 |
| HSL | 280.78º | 0.77% | 0.67% | - |
| HSV(B) | 280.78º | 0.54% | 0.93% | - |
| XYZ | 43.01 | 28.38 | 82.57 | - |
| YUV | 148.61 | 177.32 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 236 | 0.17 | 0.54 | 0 | 0.07 | 280.78 | 0.77 | 0.67 |
| Hex | C3 | 6C | EC | 11 | 36 | 0 | 7 | 119 | 4D | 43 |
| Octal | 303 | 154 | 354 | 21 | 66 | 0 | 7 | 431 | 115 | 103 |
| Binary | 11000011 | 1101100 | 11101100 | 10001 | 110110 | 0 | 111 | 100011001 | 1001101 | 1000011 |
Color Harmonies of #C36CEC
Complementary color
Monochromatic Colors of #C36CEC
Black with #C36CEC
Text Example
Text Example
White with #C36CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36CEC; }
p { color: rgb(195,108,236); }
H1.HeaderClassName
{
color: #C36CEC;
}
.AnyTagClassName
{
color: #C36CEC;
}
</style>
background-color css
<style>
a { background-color: #C36CEC; }
a { background-color: rgb(195,108,236); }
div.DivClassName
{
background-color: #C36CEC;
}
.BgClassName
{
background-color: #C36CEC;
}
</style>
border-color css
<style>
span { border-color: #C36CEC; }
span { border-color: rgb(195,108,236); }
td.TdClassName
{
border-color: #C36CEC;
}
.TagClassName
{
border-color: #C36CEC;
}
</style>