Shades of Heliotrope #C36EF1
Tints of Heliotrope #C36EF1
RGB
CMYK
RGB Variations
Color information
#C36EF1 (or 0xC36EF1) is known color: Heliotrope. HEX triplet: C3, 6E and F1. RGB value is (195,110,241). Sum of RGB (Red+Green+Blue) = 195+110+241=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #C36EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36EF1 is #3C910E. Grayscale: #959595. Windows color (decimal): -3969295 or 15822531. OLE color: 15822531.
HSL color Cylindrical-coordinate representation of color #C36EF1: hue angle of 278.93º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C36EF1 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 110 | 241 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.05 |
| HSL | 278.93º | 0.82% | 0.69% | - |
| HSV(B) | 278.93º | 0.54% | 0.95% | - |
| XYZ | 43.96 | 29.1 | 86.52 | - |
| YUV | 150.35 | 179.16 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 241 | 0.19 | 0.54 | 0 | 0.05 | 278.93 | 0.82 | 0.69 |
| Hex | C3 | 6E | F1 | 13 | 36 | 0 | 5 | 117 | 52 | 45 |
| Octal | 303 | 156 | 361 | 23 | 66 | 0 | 5 | 427 | 122 | 105 |
| Binary | 11000011 | 1101110 | 11110001 | 10011 | 110110 | 0 | 101 | 100010111 | 1010010 | 1000101 |
Color Harmonies of #C36EF1
Complementary color
Monochromatic Colors of #C36EF1
Black with #C36EF1
Text Example
Text Example
White with #C36EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36EF1; }
p { color: rgb(195,110,241); }
H1.HeaderClassName
{
color: #C36EF1;
}
.AnyTagClassName
{
color: #C36EF1;
}
</style>
background-color css
<style>
a { background-color: #C36EF1; }
a { background-color: rgb(195,110,241); }
div.DivClassName
{
background-color: #C36EF1;
}
.BgClassName
{
background-color: #C36EF1;
}
</style>
border-color css
<style>
span { border-color: #C36EF1; }
span { border-color: rgb(195,110,241); }
td.TdClassName
{
border-color: #C36EF1;
}
.TagClassName
{
border-color: #C36EF1;
}
</style>