Shades of Heliotrope #C372F1
Tints of Heliotrope #C372F1
RGB
CMYK
RGB Variations
Color information
#C372F1 (or 0xC372F1) is known color: Heliotrope. HEX triplet: C3, 72 and F1. RGB value is (195,114,241). Sum of RGB (Red+Green+Blue) = 195+114+241=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #C372F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C372F1 is #3C8D0E. Grayscale: #989898. Windows color (decimal): -3968271 or 15823555. OLE color: 15823555.
HSL color Cylindrical-coordinate representation of color #C372F1: hue angle of 278.27º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C372F1 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 114 | 241 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.05 |
| HSL | 278.27º | 0.82% | 0.7% | - |
| HSV(B) | 278.27º | 0.53% | 0.95% | - |
| XYZ | 44.4 | 29.99 | 86.67 | - |
| YUV | 152.7 | 177.84 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 241 | 0.19 | 0.53 | 0 | 0.05 | 278.27 | 0.82 | 0.7 |
| Hex | C3 | 72 | F1 | 13 | 35 | 0 | 5 | 116 | 52 | 46 |
| Octal | 303 | 162 | 361 | 23 | 65 | 0 | 5 | 426 | 122 | 106 |
| Binary | 11000011 | 1110010 | 11110001 | 10011 | 110101 | 0 | 101 | 100010110 | 1010010 | 1000110 |
Color Harmonies of #C372F1
Complementary color
Monochromatic Colors of #C372F1
Black with #C372F1
Text Example
Text Example
White with #C372F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C372F1; }
p { color: rgb(195,114,241); }
H1.HeaderClassName
{
color: #C372F1;
}
.AnyTagClassName
{
color: #C372F1;
}
</style>
background-color css
<style>
a { background-color: #C372F1; }
a { background-color: rgb(195,114,241); }
div.DivClassName
{
background-color: #C372F1;
}
.BgClassName
{
background-color: #C372F1;
}
</style>
border-color css
<style>
span { border-color: #C372F1; }
span { border-color: rgb(195,114,241); }
td.TdClassName
{
border-color: #C372F1;
}
.TagClassName
{
border-color: #C372F1;
}
</style>