Shades of Heliotrope #C37CF0
Tints of Heliotrope #C37CF0
RGB
CMYK
RGB Variations
Color information
#C37CF0 (or 0xC37CF0) is known color: Heliotrope. HEX triplet: C3, 7C and F0. RGB value is (195,124,240). Sum of RGB (Red+Green+Blue) = 195+124+240=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #C37CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37CF0 is #3C830F. Grayscale: #9E9E9E. Windows color (decimal): -3965712 or 15760579. OLE color: 15760579.
HSL color Cylindrical-coordinate representation of color #C37CF0: hue angle of 276.72º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C37CF0 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 124 | 240 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.06 |
| HSL | 276.72º | 0.79% | 0.71% | - |
| HSV(B) | 276.72º | 0.48% | 0.94% | - |
| XYZ | 45.44 | 32.31 | 86.28 | - |
| YUV | 158.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 240 | 0.19 | 0.48 | 0 | 0.06 | 276.72 | 0.79 | 0.71 |
| Hex | C3 | 7C | F0 | 13 | 30 | 0 | 6 | 115 | 4F | 47 |
| Octal | 303 | 174 | 360 | 23 | 60 | 0 | 6 | 425 | 117 | 107 |
| Binary | 11000011 | 1111100 | 11110000 | 10011 | 110000 | 0 | 110 | 100010101 | 1001111 | 1000111 |
Color Harmonies of #C37CF0
Complementary color
Monochromatic Colors of #C37CF0
Black with #C37CF0
Text Example
Text Example
White with #C37CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CF0; }
p { color: rgb(195,124,240); }
H1.HeaderClassName
{
color: #C37CF0;
}
.AnyTagClassName
{
color: #C37CF0;
}
</style>
background-color css
<style>
a { background-color: #C37CF0; }
a { background-color: rgb(195,124,240); }
div.DivClassName
{
background-color: #C37CF0;
}
.BgClassName
{
background-color: #C37CF0;
}
</style>
border-color css
<style>
span { border-color: #C37CF0; }
span { border-color: rgb(195,124,240); }
td.TdClassName
{
border-color: #C37CF0;
}
.TagClassName
{
border-color: #C37CF0;
}
</style>