Shades of Heliotrope #C37DF4
Tints of Heliotrope #C37DF4
RGB
CMYK
RGB Variations
Color information
#C37DF4 (or 0xC37DF4) is known color: Heliotrope. HEX triplet: C3, 7D and F4. RGB value is (195,125,244). Sum of RGB (Red+Green+Blue) = 195+125+244=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 244 (95.70% from 255 or 43.26% from 564); Max value from RGB is 244 - color contains mainly: blue. Hex color #C37DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37DF4 is #3C820B. Grayscale: #9F9F9F. Windows color (decimal): -3965452 or 16022979. OLE color: 16022979.
HSL color Cylindrical-coordinate representation of color #C37DF4: hue angle of 275.29º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C37DF4 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 125 | 244 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.04 |
| HSL | 275.29º | 0.84% | 0.72% | - |
| HSV(B) | 275.29º | 0.49% | 0.96% | - |
| XYZ | 46.17 | 32.8 | 89.49 | - |
| YUV | 159.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 244 | 0.20 | 0.49 | 0 | 0.04 | 275.29 | 0.84 | 0.72 |
| Hex | C3 | 7D | F4 | 14 | 31 | 0 | 4 | 113 | 54 | 48 |
| Octal | 303 | 175 | 364 | 24 | 61 | 0 | 4 | 423 | 124 | 110 |
| Binary | 11000011 | 1111101 | 11110100 | 10100 | 110001 | 0 | 100 | 100010011 | 1010100 | 1001000 |
Color Harmonies of #C37DF4
Complementary color
Monochromatic Colors of #C37DF4
Black with #C37DF4
Text Example
Text Example
White with #C37DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37DF4; }
p { color: rgb(195,125,244); }
H1.HeaderClassName
{
color: #C37DF4;
}
.AnyTagClassName
{
color: #C37DF4;
}
</style>
background-color css
<style>
a { background-color: #C37DF4; }
a { background-color: rgb(195,125,244); }
div.DivClassName
{
background-color: #C37DF4;
}
.BgClassName
{
background-color: #C37DF4;
}
</style>
border-color css
<style>
span { border-color: #C37DF4; }
span { border-color: rgb(195,125,244); }
td.TdClassName
{
border-color: #C37DF4;
}
.TagClassName
{
border-color: #C37DF4;
}
</style>