Shades of Heliotrope #C372F4
Tints of Heliotrope #C372F4
RGB
CMYK
RGB Variations
Color information
#C372F4 (or 0xC372F4) is known color: Heliotrope. HEX triplet: C3, 72 and F4. RGB value is (195,114,244). Sum of RGB (Red+Green+Blue) = 195+114+244=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 244 (95.70% from 255 or 44.12% from 553); Max value from RGB is 244 - color contains mainly: blue. Hex color #C372F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C372F4 is #3C8D0B. Grayscale: #989898. Windows color (decimal): -3968268 or 16020163. OLE color: 16020163.
HSL color Cylindrical-coordinate representation of color #C372F4: hue angle of 277.38º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C372F4 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 114 | 244 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.04 |
| HSL | 277.38º | 0.86% | 0.7% | - |
| HSV(B) | 277.38º | 0.53% | 0.96% | - |
| XYZ | 44.85 | 30.17 | 89.05 | - |
| YUV | 153.04 | 179.34 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 244 | 0.20 | 0.53 | 0 | 0.04 | 277.38 | 0.86 | 0.7 |
| Hex | C3 | 72 | F4 | 14 | 35 | 0 | 4 | 115 | 56 | 46 |
| Octal | 303 | 162 | 364 | 24 | 65 | 0 | 4 | 425 | 126 | 106 |
| Binary | 11000011 | 1110010 | 11110100 | 10100 | 110101 | 0 | 100 | 100010101 | 1010110 | 1000110 |
Color Harmonies of #C372F4
Complementary color
Monochromatic Colors of #C372F4
Black with #C372F4
Text Example
Text Example
White with #C372F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C372F4; }
p { color: rgb(195,114,244); }
H1.HeaderClassName
{
color: #C372F4;
}
.AnyTagClassName
{
color: #C372F4;
}
</style>
background-color css
<style>
a { background-color: #C372F4; }
a { background-color: rgb(195,114,244); }
div.DivClassName
{
background-color: #C372F4;
}
.BgClassName
{
background-color: #C372F4;
}
</style>
border-color css
<style>
span { border-color: #C372F4; }
span { border-color: rgb(195,114,244); }
td.TdClassName
{
border-color: #C372F4;
}
.TagClassName
{
border-color: #C372F4;
}
</style>