Shades of Heliotrope #C37BF1
Tints of Heliotrope #C37BF1
RGB
CMYK
RGB Variations
Color information
#C37BF1 (or 0xC37BF1) is known color: Heliotrope. HEX triplet: C3, 7B and F1. RGB value is (195,123,241). Sum of RGB (Red+Green+Blue) = 195+123+241=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #C37BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37BF1 is #3C840E. Grayscale: #9D9D9D. Windows color (decimal): -3965967 or 15825859. OLE color: 15825859.
HSL color Cylindrical-coordinate representation of color #C37BF1: hue angle of 276.61º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C37BF1 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 123 | 241 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.05 |
| HSL | 276.61º | 0.81% | 0.71% | - |
| HSV(B) | 276.61º | 0.49% | 0.95% | - |
| XYZ | 45.47 | 32.12 | 87.02 | - |
| YUV | 157.98 | 174.85 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 241 | 0.19 | 0.49 | 0 | 0.05 | 276.61 | 0.81 | 0.71 |
| Hex | C3 | 7B | F1 | 13 | 31 | 0 | 5 | 115 | 51 | 47 |
| Octal | 303 | 173 | 361 | 23 | 61 | 0 | 5 | 425 | 121 | 107 |
| Binary | 11000011 | 1111011 | 11110001 | 10011 | 110001 | 0 | 101 | 100010101 | 1010001 | 1000111 |
Color Harmonies of #C37BF1
Complementary color
Monochromatic Colors of #C37BF1
Black with #C37BF1
Text Example
Text Example
White with #C37BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BF1; }
p { color: rgb(195,123,241); }
H1.HeaderClassName
{
color: #C37BF1;
}
.AnyTagClassName
{
color: #C37BF1;
}
</style>
background-color css
<style>
a { background-color: #C37BF1; }
a { background-color: rgb(195,123,241); }
div.DivClassName
{
background-color: #C37BF1;
}
.BgClassName
{
background-color: #C37BF1;
}
</style>
border-color css
<style>
span { border-color: #C37BF1; }
span { border-color: rgb(195,123,241); }
td.TdClassName
{
border-color: #C37BF1;
}
.TagClassName
{
border-color: #C37BF1;
}
</style>