Shades of Heliotrope #C36EF0
Tints of Heliotrope #C36EF0
RGB
CMYK
RGB Variations
Color information
#C36EF0 (or 0xC36EF0) is known color: Heliotrope. HEX triplet: C3, 6E and F0. RGB value is (195,110,240). Sum of RGB (Red+Green+Blue) = 195+110+240=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #C36EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36EF0 is #3C910F. Grayscale: #959595. Windows color (decimal): -3969296 or 15756995. OLE color: 15756995.
HSL color Cylindrical-coordinate representation of color #C36EF0: hue angle of 279.23º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C36EF0 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 110 | 240 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.06 |
| HSL | 279.23º | 0.81% | 0.69% | - |
| HSV(B) | 279.23º | 0.54% | 0.94% | - |
| XYZ | 43.81 | 29.05 | 85.74 | - |
| YUV | 150.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 240 | 0.19 | 0.54 | 0 | 0.06 | 279.23 | 0.81 | 0.69 |
| Hex | C3 | 6E | F0 | 13 | 36 | 0 | 6 | 117 | 51 | 45 |
| Octal | 303 | 156 | 360 | 23 | 66 | 0 | 6 | 427 | 121 | 105 |
| Binary | 11000011 | 1101110 | 11110000 | 10011 | 110110 | 0 | 110 | 100010111 | 1010001 | 1000101 |
Color Harmonies of #C36EF0
Complementary color
Monochromatic Colors of #C36EF0
Black with #C36EF0
Text Example
Text Example
White with #C36EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36EF0; }
p { color: rgb(195,110,240); }
H1.HeaderClassName
{
color: #C36EF0;
}
.AnyTagClassName
{
color: #C36EF0;
}
</style>
background-color css
<style>
a { background-color: #C36EF0; }
a { background-color: rgb(195,110,240); }
div.DivClassName
{
background-color: #C36EF0;
}
.BgClassName
{
background-color: #C36EF0;
}
</style>
border-color css
<style>
span { border-color: #C36EF0; }
span { border-color: rgb(195,110,240); }
td.TdClassName
{
border-color: #C36EF0;
}
.TagClassName
{
border-color: #C36EF0;
}
</style>