Shades of Heliotrope #C078F3
Tints of Heliotrope #C078F3
RGB
CMYK
RGB Variations
Color information
#C078F3 (or 0xC078F3) is known color: Heliotrope. HEX triplet: C0, 78 and F3. RGB value is (192,120,243). Sum of RGB (Red+Green+Blue) = 192+120+243=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #C078F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078F3 is #3F870C. Grayscale: #9B9B9B. Windows color (decimal): -4163341 or 15956160. OLE color: 15956160.
HSL color Cylindrical-coordinate representation of color #C078F3: hue angle of 275.12º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C078F3 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 120 | 243 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.05 |
| HSL | 275.12º | 0.84% | 0.71% | - |
| HSV(B) | 275.12º | 0.51% | 0.95% | - |
| XYZ | 44.63 | 31.11 | 88.45 | - |
| YUV | 155.55 | 177.35 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 243 | 0.21 | 0.51 | 0 | 0.05 | 275.12 | 0.84 | 0.71 |
| Hex | C0 | 78 | F3 | 15 | 33 | 0 | 5 | 113 | 54 | 47 |
| Octal | 300 | 170 | 363 | 25 | 63 | 0 | 5 | 423 | 124 | 107 |
| Binary | 11000000 | 1111000 | 11110011 | 10101 | 110011 | 0 | 101 | 100010011 | 1010100 | 1000111 |
Color Harmonies of #C078F3
Complementary color
Monochromatic Colors of #C078F3
Black with #C078F3
Text Example
Text Example
White with #C078F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078F3; }
p { color: rgb(192,120,243); }
H1.HeaderClassName
{
color: #C078F3;
}
.AnyTagClassName
{
color: #C078F3;
}
</style>
background-color css
<style>
a { background-color: #C078F3; }
a { background-color: rgb(192,120,243); }
div.DivClassName
{
background-color: #C078F3;
}
.BgClassName
{
background-color: #C078F3;
}
</style>
border-color css
<style>
span { border-color: #C078F3; }
span { border-color: rgb(192,120,243); }
td.TdClassName
{
border-color: #C078F3;
}
.TagClassName
{
border-color: #C078F3;
}
</style>