Shades of Heliotrope #C36DF1
Tints of Heliotrope #C36DF1
RGB
CMYK
RGB Variations
Color information
#C36DF1 (or 0xC36DF1) is known color: Heliotrope. HEX triplet: C3, 6D and F1. RGB value is (195,109,241). Sum of RGB (Red+Green+Blue) = 195+109+241=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #C36DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36DF1 is #3C920E. Grayscale: #959595. Windows color (decimal): -3969551 or 15822275. OLE color: 15822275.
HSL color Cylindrical-coordinate representation of color #C36DF1: hue angle of 279.09º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C36DF1 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 109 | 241 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.05 |
| HSL | 279.09º | 0.83% | 0.69% | - |
| HSV(B) | 279.09º | 0.55% | 0.95% | - |
| XYZ | 43.85 | 28.89 | 86.48 | - |
| YUV | 149.76 | 179.49 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 241 | 0.19 | 0.55 | 0 | 0.05 | 279.09 | 0.83 | 0.69 |
| Hex | C3 | 6D | F1 | 13 | 37 | 0 | 5 | 117 | 52 | 45 |
| Octal | 303 | 155 | 361 | 23 | 67 | 0 | 5 | 427 | 122 | 105 |
| Binary | 11000011 | 1101101 | 11110001 | 10011 | 110111 | 0 | 101 | 100010111 | 1010010 | 1000101 |
Color Harmonies of #C36DF1
Complementary color
Monochromatic Colors of #C36DF1
Black with #C36DF1
Text Example
Text Example
White with #C36DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36DF1; }
p { color: rgb(195,109,241); }
H1.HeaderClassName
{
color: #C36DF1;
}
.AnyTagClassName
{
color: #C36DF1;
}
</style>
background-color css
<style>
a { background-color: #C36DF1; }
a { background-color: rgb(195,109,241); }
div.DivClassName
{
background-color: #C36DF1;
}
.BgClassName
{
background-color: #C36DF1;
}
</style>
border-color css
<style>
span { border-color: #C36DF1; }
span { border-color: rgb(195,109,241); }
td.TdClassName
{
border-color: #C36DF1;
}
.TagClassName
{
border-color: #C36DF1;
}
</style>