Shades of Heliotrope #C078F2
Tints of Heliotrope #C078F2
RGB
CMYK
RGB Variations
Color information
#C078F2 (or 0xC078F2) is known color: Heliotrope. HEX triplet: C0, 78 and F2. RGB value is (192,120,242). Sum of RGB (Red+Green+Blue) = 192+120+242=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #C078F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078F2 is #3F870D. Grayscale: #9B9B9B. Windows color (decimal): -4163342 or 15890624. OLE color: 15890624.
HSL color Cylindrical-coordinate representation of color #C078F2: hue angle of 275.41º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C078F2 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 120 | 242 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.05 |
| HSL | 275.41º | 0.82% | 0.71% | - |
| HSV(B) | 275.41º | 0.5% | 0.95% | - |
| XYZ | 44.48 | 31.05 | 87.65 | - |
| YUV | 155.44 | 176.85 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 242 | 0.21 | 0.50 | 0 | 0.05 | 275.41 | 0.82 | 0.71 |
| Hex | C0 | 78 | F2 | 15 | 32 | 0 | 5 | 113 | 52 | 47 |
| Octal | 300 | 170 | 362 | 25 | 62 | 0 | 5 | 423 | 122 | 107 |
| Binary | 11000000 | 1111000 | 11110010 | 10101 | 110010 | 0 | 101 | 100010011 | 1010010 | 1000111 |
Color Harmonies of #C078F2
Complementary color
Monochromatic Colors of #C078F2
Black with #C078F2
Text Example
Text Example
White with #C078F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078F2; }
p { color: rgb(192,120,242); }
H1.HeaderClassName
{
color: #C078F2;
}
.AnyTagClassName
{
color: #C078F2;
}
</style>
background-color css
<style>
a { background-color: #C078F2; }
a { background-color: rgb(192,120,242); }
div.DivClassName
{
background-color: #C078F2;
}
.BgClassName
{
background-color: #C078F2;
}
</style>
border-color css
<style>
span { border-color: #C078F2; }
span { border-color: rgb(192,120,242); }
td.TdClassName
{
border-color: #C078F2;
}
.TagClassName
{
border-color: #C078F2;
}
</style>