Shades of Heliotrope #C17CF1
Tints of Heliotrope #C17CF1
RGB
CMYK
RGB Variations
Color information
#C17CF1 (or 0xC17CF1) is known color: Heliotrope. HEX triplet: C1, 7C and F1. RGB value is (193,124,241). Sum of RGB (Red+Green+Blue) = 193+124+241=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #C17CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17CF1 is #3E830E. Grayscale: #9D9D9D. Windows color (decimal): -4096783 or 15826113. OLE color: 15826113.
HSL color Cylindrical-coordinate representation of color #C17CF1: hue angle of 275.38º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C17CF1 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 124 | 241 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.05 |
| HSL | 275.38º | 0.81% | 0.72% | - |
| HSV(B) | 275.38º | 0.49% | 0.95% | - |
| XYZ | 45.08 | 32.1 | 87.04 | - |
| YUV | 157.97 | 174.86 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 241 | 0.20 | 0.49 | 0 | 0.05 | 275.38 | 0.81 | 0.72 |
| Hex | C1 | 7C | F1 | 14 | 31 | 0 | 5 | 113 | 51 | 48 |
| Octal | 301 | 174 | 361 | 24 | 61 | 0 | 5 | 423 | 121 | 110 |
| Binary | 11000001 | 1111100 | 11110001 | 10100 | 110001 | 0 | 101 | 100010011 | 1010001 | 1001000 |
Color Harmonies of #C17CF1
Complementary color
Monochromatic Colors of #C17CF1
Black with #C17CF1
Text Example
Text Example
White with #C17CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CF1; }
p { color: rgb(193,124,241); }
H1.HeaderClassName
{
color: #C17CF1;
}
.AnyTagClassName
{
color: #C17CF1;
}
</style>
background-color css
<style>
a { background-color: #C17CF1; }
a { background-color: rgb(193,124,241); }
div.DivClassName
{
background-color: #C17CF1;
}
.BgClassName
{
background-color: #C17CF1;
}
</style>
border-color css
<style>
span { border-color: #C17CF1; }
span { border-color: rgb(193,124,241); }
td.TdClassName
{
border-color: #C17CF1;
}
.TagClassName
{
border-color: #C17CF1;
}
</style>