Shades of Heliotrope #C17AF1
Tints of Heliotrope #C17AF1
RGB
CMYK
RGB Variations
Color information
#C17AF1 (or 0xC17AF1) is known color: Heliotrope. HEX triplet: C1, 7A and F1. RGB value is (193,122,241). Sum of RGB (Red+Green+Blue) = 193+122+241=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #C17AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17AF1 is #3E850E. Grayscale: #9C9C9C. Windows color (decimal): -4097295 or 15825601. OLE color: 15825601.
HSL color Cylindrical-coordinate representation of color #C17AF1: hue angle of 275.8º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C17AF1 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 122 | 241 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.05 |
| HSL | 275.8º | 0.81% | 0.71% | - |
| HSV(B) | 275.8º | 0.49% | 0.95% | - |
| XYZ | 44.83 | 31.61 | 86.96 | - |
| YUV | 156.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 241 | 0.20 | 0.49 | 0 | 0.05 | 275.8 | 0.81 | 0.71 |
| Hex | C1 | 7A | F1 | 14 | 31 | 0 | 5 | 114 | 51 | 47 |
| Octal | 301 | 172 | 361 | 24 | 61 | 0 | 5 | 424 | 121 | 107 |
| Binary | 11000001 | 1111010 | 11110001 | 10100 | 110001 | 0 | 101 | 100010100 | 1010001 | 1000111 |
Color Harmonies of #C17AF1
Complementary color
Monochromatic Colors of #C17AF1
Black with #C17AF1
Text Example
Text Example
White with #C17AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17AF1; }
p { color: rgb(193,122,241); }
H1.HeaderClassName
{
color: #C17AF1;
}
.AnyTagClassName
{
color: #C17AF1;
}
</style>
background-color css
<style>
a { background-color: #C17AF1; }
a { background-color: rgb(193,122,241); }
div.DivClassName
{
background-color: #C17AF1;
}
.BgClassName
{
background-color: #C17AF1;
}
</style>
border-color css
<style>
span { border-color: #C17AF1; }
span { border-color: rgb(193,122,241); }
td.TdClassName
{
border-color: #C17AF1;
}
.TagClassName
{
border-color: #C17AF1;
}
</style>