Shades of Heliotrope #C17EF4
Tints of Heliotrope #C17EF4
RGB
CMYK
RGB Variations
Color information
#C17EF4 (or 0xC17EF4) is known color: Heliotrope. HEX triplet: C1, 7E and F4. RGB value is (193,126,244). Sum of RGB (Red+Green+Blue) = 193+126+244=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 244 (95.70% from 255 or 43.34% from 563); Max value from RGB is 244 - color contains mainly: blue. Hex color #C17EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17EF4 is #3E810B. Grayscale: #9F9F9F. Windows color (decimal): -4096268 or 16023233. OLE color: 16023233.
HSL color Cylindrical-coordinate representation of color #C17EF4: hue angle of 274.07º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C17EF4 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 126 | 244 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.04 |
| HSL | 274.07º | 0.84% | 0.73% | - |
| HSV(B) | 274.07º | 0.48% | 0.96% | - |
| XYZ | 45.78 | 32.79 | 89.5 | - |
| YUV | 159.49 | 175.7 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 244 | 0.21 | 0.48 | 0 | 0.04 | 274.07 | 0.84 | 0.73 |
| Hex | C1 | 7E | F4 | 15 | 30 | 0 | 4 | 112 | 54 | 49 |
| Octal | 301 | 176 | 364 | 25 | 60 | 0 | 4 | 422 | 124 | 111 |
| Binary | 11000001 | 1111110 | 11110100 | 10101 | 110000 | 0 | 100 | 100010010 | 1010100 | 1001001 |
Color Harmonies of #C17EF4
Complementary color
Monochromatic Colors of #C17EF4
Black with #C17EF4
Text Example
Text Example
White with #C17EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17EF4; }
p { color: rgb(193,126,244); }
H1.HeaderClassName
{
color: #C17EF4;
}
.AnyTagClassName
{
color: #C17EF4;
}
</style>
background-color css
<style>
a { background-color: #C17EF4; }
a { background-color: rgb(193,126,244); }
div.DivClassName
{
background-color: #C17EF4;
}
.BgClassName
{
background-color: #C17EF4;
}
</style>
border-color css
<style>
span { border-color: #C17EF4; }
span { border-color: rgb(193,126,244); }
td.TdClassName
{
border-color: #C17EF4;
}
.TagClassName
{
border-color: #C17EF4;
}
</style>