Shades of Heliotrope #C171F4
Tints of Heliotrope #C171F4
RGB
CMYK
RGB Variations
Color information
#C171F4 (or 0xC171F4) is known color: Heliotrope. HEX triplet: C1, 71 and F4. RGB value is (193,113,244). Sum of RGB (Red+Green+Blue) = 193+113+244=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 244 (95.70% from 255 or 44.36% from 550); Max value from RGB is 244 - color contains mainly: blue. Hex color #C171F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C171F4 is #3E8E0B. Grayscale: #979797. Windows color (decimal): -4099596 or 16019905. OLE color: 16019905.
HSL color Cylindrical-coordinate representation of color #C171F4: hue angle of 276.64º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C171F4 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 113 | 244 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.04 |
| HSL | 276.64º | 0.86% | 0.7% | - |
| HSV(B) | 276.64º | 0.54% | 0.96% | - |
| XYZ | 44.23 | 29.68 | 88.99 | - |
| YUV | 151.85 | 180 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 244 | 0.21 | 0.54 | 0 | 0.04 | 276.64 | 0.86 | 0.7 |
| Hex | C1 | 71 | F4 | 15 | 36 | 0 | 4 | 115 | 56 | 46 |
| Octal | 301 | 161 | 364 | 25 | 66 | 0 | 4 | 425 | 126 | 106 |
| Binary | 11000001 | 1110001 | 11110100 | 10101 | 110110 | 0 | 100 | 100010101 | 1010110 | 1000110 |
Color Harmonies of #C171F4
Complementary color
Monochromatic Colors of #C171F4
Black with #C171F4
Text Example
Text Example
White with #C171F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171F4; }
p { color: rgb(193,113,244); }
H1.HeaderClassName
{
color: #C171F4;
}
.AnyTagClassName
{
color: #C171F4;
}
</style>
background-color css
<style>
a { background-color: #C171F4; }
a { background-color: rgb(193,113,244); }
div.DivClassName
{
background-color: #C171F4;
}
.BgClassName
{
background-color: #C171F4;
}
</style>
border-color css
<style>
span { border-color: #C171F4; }
span { border-color: rgb(193,113,244); }
td.TdClassName
{
border-color: #C171F4;
}
.TagClassName
{
border-color: #C171F4;
}
</style>