Shades of Heliotrope #C171F6
Tints of Heliotrope #C171F6
RGB
CMYK
RGB Variations
Color information
#C171F6 (or 0xC171F6) is known color: Heliotrope. HEX triplet: C1, 71 and F6. RGB value is (193,113,246). Sum of RGB (Red+Green+Blue) = 193+113+246=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #C171F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C171F6 is #3E8E09. Grayscale: #979797. Windows color (decimal): -4099594 or 16150977. OLE color: 16150977.
HSL color Cylindrical-coordinate representation of color #C171F6: hue angle of 276.09º degrees, saturation: 0.88, 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 #C171F6 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 113 | 246 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.04 |
| HSL | 276.09º | 0.88% | 0.7% | - |
| HSV(B) | 276.09º | 0.54% | 0.96% | - |
| XYZ | 44.53 | 29.8 | 90.59 | - |
| YUV | 152.08 | 181 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 246 | 0.22 | 0.54 | 0 | 0.04 | 276.09 | 0.88 | 0.7 |
| Hex | C1 | 71 | F6 | 16 | 36 | 0 | 4 | 114 | 58 | 46 |
| Octal | 301 | 161 | 366 | 26 | 66 | 0 | 4 | 424 | 130 | 106 |
| Binary | 11000001 | 1110001 | 11110110 | 10110 | 110110 | 0 | 100 | 100010100 | 1011000 | 1000110 |
Color Harmonies of #C171F6
Complementary color
Monochromatic Colors of #C171F6
Black with #C171F6
Text Example
Text Example
White with #C171F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171F6; }
p { color: rgb(193,113,246); }
H1.HeaderClassName
{
color: #C171F6;
}
.AnyTagClassName
{
color: #C171F6;
}
</style>
background-color css
<style>
a { background-color: #C171F6; }
a { background-color: rgb(193,113,246); }
div.DivClassName
{
background-color: #C171F6;
}
.BgClassName
{
background-color: #C171F6;
}
</style>
border-color css
<style>
span { border-color: #C171F6; }
span { border-color: rgb(193,113,246); }
td.TdClassName
{
border-color: #C171F6;
}
.TagClassName
{
border-color: #C171F6;
}
</style>