Shades of Heliotrope #C17CFA
Tints of Heliotrope #C17CFA
RGB
CMYK
RGB Variations
Color information
#C17CFA (or 0xC17CFA) is known color: Heliotrope. HEX triplet: C1, 7C and FA. RGB value is (193,124,250). Sum of RGB (Red+Green+Blue) = 193+124+250=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #C17CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17CFA is #3E8305. Grayscale: #9E9E9E. Windows color (decimal): -4096774 or 16415937. OLE color: 16415937.
HSL color Cylindrical-coordinate representation of color #C17CFA: hue angle of 272.86º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C17CFA is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 124 | 250 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.02 |
| HSL | 272.86º | 0.93% | 0.73% | - |
| HSV(B) | 272.86º | 0.5% | 0.98% | - |
| XYZ | 46.46 | 32.65 | 94.3 | - |
| YUV | 159 | 179.36 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 250 | 0.23 | 0.50 | 0 | 0.02 | 272.86 | 0.93 | 0.73 |
| Hex | C1 | 7C | FA | 17 | 32 | 0 | 2 | 111 | 5D | 49 |
| Octal | 301 | 174 | 372 | 27 | 62 | 0 | 2 | 421 | 135 | 111 |
| Binary | 11000001 | 1111100 | 11111010 | 10111 | 110010 | 0 | 10 | 100010001 | 1011101 | 1001001 |
Color Harmonies of #C17CFA
Complementary color
Monochromatic Colors of #C17CFA
Black with #C17CFA
Text Example
Text Example
White with #C17CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CFA; }
p { color: rgb(193,124,250); }
H1.HeaderClassName
{
color: #C17CFA;
}
.AnyTagClassName
{
color: #C17CFA;
}
</style>
background-color css
<style>
a { background-color: #C17CFA; }
a { background-color: rgb(193,124,250); }
div.DivClassName
{
background-color: #C17CFA;
}
.BgClassName
{
background-color: #C17CFA;
}
</style>
border-color css
<style>
span { border-color: #C17CFA; }
span { border-color: rgb(193,124,250); }
td.TdClassName
{
border-color: #C17CFA;
}
.TagClassName
{
border-color: #C17CFA;
}
</style>