Shades of Heliotrope #C178F0
Tints of Heliotrope #C178F0
RGB
CMYK
RGB Variations
Color information
#C178F0 (or 0xC178F0) is known color: Heliotrope. HEX triplet: C1, 78 and F0. RGB value is (193,120,240). Sum of RGB (Red+Green+Blue) = 193+120+240=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #C178F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C178F0 is #3E870F. Grayscale: #9B9B9B. Windows color (decimal): -4097808 or 15759553. OLE color: 15759553.
HSL color Cylindrical-coordinate representation of color #C178F0: hue angle of 276.5º 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 #C178F0 is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 120 | 240 | - |
| CMYK | 0.20 | 0.5 | 0 | 0.06 |
| HSL | 276.5º | 0.8% | 0.71% | - |
| HSV(B) | 276.5º | 0.5% | 0.94% | - |
| XYZ | 44.44 | 31.06 | 86.09 | - |
| YUV | 155.51 | 175.68 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 240 | 0.20 | 0.5 | 0 | 0.06 | 276.5 | 0.8 | 0.71 |
| Hex | C1 | 78 | F0 | 14 | 32 | 0 | 6 | 114 | 50 | 47 |
| Octal | 301 | 170 | 360 | 24 | 62 | 0 | 6 | 424 | 120 | 107 |
| Binary | 11000001 | 1111000 | 11110000 | 10100 | 110010 | 0 | 110 | 100010100 | 1010000 | 1000111 |
Color Harmonies of #C178F0
Complementary color
Monochromatic Colors of #C178F0
Black with #C178F0
Text Example
Text Example
White with #C178F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178F0; }
p { color: rgb(193,120,240); }
H1.HeaderClassName
{
color: #C178F0;
}
.AnyTagClassName
{
color: #C178F0;
}
</style>
background-color css
<style>
a { background-color: #C178F0; }
a { background-color: rgb(193,120,240); }
div.DivClassName
{
background-color: #C178F0;
}
.BgClassName
{
background-color: #C178F0;
}
</style>
border-color css
<style>
span { border-color: #C178F0; }
span { border-color: rgb(193,120,240); }
td.TdClassName
{
border-color: #C178F0;
}
.TagClassName
{
border-color: #C178F0;
}
</style>