Shades of Heliotrope #C37CFA
Tints of Heliotrope #C37CFA
RGB
CMYK
RGB Variations
Color information
#C37CFA (or 0xC37CFA) is known color: Heliotrope. HEX triplet: C3, 7C and FA. RGB value is (195,124,250). Sum of RGB (Red+Green+Blue) = 195+124+250=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #C37CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37CFA is #3C8305. Grayscale: #9F9F9F. Windows color (decimal): -3965702 or 16415939. OLE color: 16415939.
HSL color Cylindrical-coordinate representation of color #C37CFA: hue angle of 273.81º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C37CFA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 124 | 250 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.02 |
| HSL | 273.81º | 0.93% | 0.73% | - |
| HSV(B) | 273.81º | 0.5% | 0.98% | - |
| XYZ | 46.97 | 32.92 | 94.32 | - |
| YUV | 159.59 | 179.02 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 250 | 0.22 | 0.50 | 0 | 0.02 | 273.81 | 0.93 | 0.73 |
| Hex | C3 | 7C | FA | 16 | 32 | 0 | 2 | 112 | 5D | 49 |
| Octal | 303 | 174 | 372 | 26 | 62 | 0 | 2 | 422 | 135 | 111 |
| Binary | 11000011 | 1111100 | 11111010 | 10110 | 110010 | 0 | 10 | 100010010 | 1011101 | 1001001 |
Color Harmonies of #C37CFA
Complementary color
Monochromatic Colors of #C37CFA
Black with #C37CFA
Text Example
Text Example
White with #C37CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CFA; }
p { color: rgb(195,124,250); }
H1.HeaderClassName
{
color: #C37CFA;
}
.AnyTagClassName
{
color: #C37CFA;
}
</style>
background-color css
<style>
a { background-color: #C37CFA; }
a { background-color: rgb(195,124,250); }
div.DivClassName
{
background-color: #C37CFA;
}
.BgClassName
{
background-color: #C37CFA;
}
</style>
border-color css
<style>
span { border-color: #C37CFA; }
span { border-color: rgb(195,124,250); }
td.TdClassName
{
border-color: #C37CFA;
}
.TagClassName
{
border-color: #C37CFA;
}
</style>