Shades of Heliotrope #C179F0
Tints of Heliotrope #C179F0
RGB
CMYK
RGB Variations
Color information
#C179F0 (or 0xC179F0) is known color: Heliotrope. HEX triplet: C1, 79 and F0. RGB value is (193,121,240). Sum of RGB (Red+Green+Blue) = 193+121+240=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #C179F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C179F0 is #3E860F. Grayscale: #9B9B9B. Windows color (decimal): -4097552 or 15759809. OLE color: 15759809.
HSL color Cylindrical-coordinate representation of color #C179F0: hue angle of 276.3º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C179F0 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 121 | 240 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.06 |
| HSL | 276.3º | 0.8% | 0.71% | - |
| HSV(B) | 276.3º | 0.5% | 0.94% | - |
| XYZ | 44.56 | 31.3 | 86.13 | - |
| YUV | 156.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 240 | 0.20 | 0.50 | 0 | 0.06 | 276.3 | 0.8 | 0.71 |
| Hex | C1 | 79 | F0 | 14 | 32 | 0 | 6 | 114 | 50 | 47 |
| Octal | 301 | 171 | 360 | 24 | 62 | 0 | 6 | 424 | 120 | 107 |
| Binary | 11000001 | 1111001 | 11110000 | 10100 | 110010 | 0 | 110 | 100010100 | 1010000 | 1000111 |
Color Harmonies of #C179F0
Complementary color
Monochromatic Colors of #C179F0
Black with #C179F0
Text Example
Text Example
White with #C179F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C179F0; }
p { color: rgb(193,121,240); }
H1.HeaderClassName
{
color: #C179F0;
}
.AnyTagClassName
{
color: #C179F0;
}
</style>
background-color css
<style>
a { background-color: #C179F0; }
a { background-color: rgb(193,121,240); }
div.DivClassName
{
background-color: #C179F0;
}
.BgClassName
{
background-color: #C179F0;
}
</style>
border-color css
<style>
span { border-color: #C179F0; }
span { border-color: rgb(193,121,240); }
td.TdClassName
{
border-color: #C179F0;
}
.TagClassName
{
border-color: #C179F0;
}
</style>