Shades of Heliotrope #C37AF5
Tints of Heliotrope #C37AF5
RGB
CMYK
RGB Variations
Color information
#C37AF5 (or 0xC37AF5) is known color: Heliotrope. HEX triplet: C3, 7A and F5. RGB value is (195,122,245). Sum of RGB (Red+Green+Blue) = 195+122+245=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 245 (96.09% from 255 or 43.59% from 562); Max value from RGB is 245 - color contains mainly: blue. Hex color #C37AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37AF5 is #3C850A. Grayscale: #9D9D9D. Windows color (decimal): -3966219 or 16087747. OLE color: 16087747.
HSL color Cylindrical-coordinate representation of color #C37AF5: hue angle of 275.61º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C37AF5 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 122 | 245 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.04 |
| HSL | 275.61º | 0.86% | 0.72% | - |
| HSV(B) | 275.61º | 0.5% | 0.96% | - |
| XYZ | 45.95 | 32.11 | 90.16 | - |
| YUV | 157.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 245 | 0.20 | 0.50 | 0 | 0.04 | 275.61 | 0.86 | 0.72 |
| Hex | C3 | 7A | F5 | 14 | 32 | 0 | 4 | 114 | 56 | 48 |
| Octal | 303 | 172 | 365 | 24 | 62 | 0 | 4 | 424 | 126 | 110 |
| Binary | 11000011 | 1111010 | 11110101 | 10100 | 110010 | 0 | 100 | 100010100 | 1010110 | 1001000 |
Color Harmonies of #C37AF5
Complementary color
Monochromatic Colors of #C37AF5
Black with #C37AF5
Text Example
Text Example
White with #C37AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37AF5; }
p { color: rgb(195,122,245); }
H1.HeaderClassName
{
color: #C37AF5;
}
.AnyTagClassName
{
color: #C37AF5;
}
</style>
background-color css
<style>
a { background-color: #C37AF5; }
a { background-color: rgb(195,122,245); }
div.DivClassName
{
background-color: #C37AF5;
}
.BgClassName
{
background-color: #C37AF5;
}
</style>
border-color css
<style>
span { border-color: #C37AF5; }
span { border-color: rgb(195,122,245); }
td.TdClassName
{
border-color: #C37AF5;
}
.TagClassName
{
border-color: #C37AF5;
}
</style>