Shades of Heliotrope #C171F9
Tints of Heliotrope #C171F9
RGB
CMYK
RGB Variations
Color information
#C171F9 (or 0xC171F9) is known color: Heliotrope. HEX triplet: C1, 71 and F9. RGB value is (193,113,249). Sum of RGB (Red+Green+Blue) = 193+113+249=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #C171F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C171F9 is #3E8E06. Grayscale: #979797. Windows color (decimal): -4099591 or 16347585. OLE color: 16347585.
HSL color Cylindrical-coordinate representation of color #C171F9: hue angle of 275.29º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C171F9 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 113 | 249 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.02 |
| HSL | 275.29º | 0.92% | 0.71% | - |
| HSV(B) | 275.29º | 0.55% | 0.98% | - |
| XYZ | 45 | 29.99 | 93.04 | - |
| YUV | 152.42 | 182.5 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 249 | 0.22 | 0.55 | 0 | 0.02 | 275.29 | 0.92 | 0.71 |
| Hex | C1 | 71 | F9 | 16 | 37 | 0 | 2 | 113 | 5C | 47 |
| Octal | 301 | 161 | 371 | 26 | 67 | 0 | 2 | 423 | 134 | 107 |
| Binary | 11000001 | 1110001 | 11111001 | 10110 | 110111 | 0 | 10 | 100010011 | 1011100 | 1000111 |
Color Harmonies of #C171F9
Complementary color
Monochromatic Colors of #C171F9
Black with #C171F9
Text Example
Text Example
White with #C171F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171F9; }
p { color: rgb(193,113,249); }
H1.HeaderClassName
{
color: #C171F9;
}
.AnyTagClassName
{
color: #C171F9;
}
</style>
background-color css
<style>
a { background-color: #C171F9; }
a { background-color: rgb(193,113,249); }
div.DivClassName
{
background-color: #C171F9;
}
.BgClassName
{
background-color: #C171F9;
}
</style>
border-color css
<style>
span { border-color: #C171F9; }
span { border-color: rgb(193,113,249); }
td.TdClassName
{
border-color: #C171F9;
}
.TagClassName
{
border-color: #C171F9;
}
</style>