Shades of Heliotrope #C078F0
Tints of Heliotrope #C078F0
RGB
CMYK
RGB Variations
Color information
#C078F0 (or 0xC078F0) is known color: Heliotrope. HEX triplet: C0, 78 and F0. RGB value is (192,120,240). Sum of RGB (Red+Green+Blue) = 192+120+240=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #C078F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078F0 is #3F870F. Grayscale: #9A9A9A. Windows color (decimal): -4163344 or 15759552. OLE color: 15759552.
HSL color Cylindrical-coordinate representation of color #C078F0: hue angle of 276º 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 #C078F0 is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 120 | 240 | - |
| CMYK | 0.20 | 0.5 | 0 | 0.06 |
| HSL | 276º | 0.8% | 0.71% | - |
| HSV(B) | 276º | 0.5% | 0.94% | - |
| XYZ | 44.18 | 30.93 | 86.08 | - |
| YUV | 155.21 | 175.85 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 240 | 0.20 | 0.5 | 0 | 0.06 | 276 | 0.8 | 0.71 |
| Hex | C0 | 78 | F0 | 14 | 32 | 0 | 6 | 114 | 50 | 47 |
| Octal | 300 | 170 | 360 | 24 | 62 | 0 | 6 | 424 | 120 | 107 |
| Binary | 11000000 | 1111000 | 11110000 | 10100 | 110010 | 0 | 110 | 100010100 | 1010000 | 1000111 |
Color Harmonies of #C078F0
Complementary color
Monochromatic Colors of #C078F0
Black with #C078F0
Text Example
Text Example
White with #C078F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078F0; }
p { color: rgb(192,120,240); }
H1.HeaderClassName
{
color: #C078F0;
}
.AnyTagClassName
{
color: #C078F0;
}
</style>
background-color css
<style>
a { background-color: #C078F0; }
a { background-color: rgb(192,120,240); }
div.DivClassName
{
background-color: #C078F0;
}
.BgClassName
{
background-color: #C078F0;
}
</style>
border-color css
<style>
span { border-color: #C078F0; }
span { border-color: rgb(192,120,240); }
td.TdClassName
{
border-color: #C078F0;
}
.TagClassName
{
border-color: #C078F0;
}
</style>