Shades of Heliotrope #C079F0
Tints of Heliotrope #C079F0
RGB
CMYK
RGB Variations
Color information
#C079F0 (or 0xC079F0) is known color: Heliotrope. HEX triplet: C0, 79 and F0. RGB value is (192,121,240). Sum of RGB (Red+Green+Blue) = 192+121+240=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 121 (47.66% from 255 or 21.88% 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 #C079F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C079F0 is #3F860F. Grayscale: #9B9B9B. Windows color (decimal): -4163088 or 15759808. OLE color: 15759808.
HSL color Cylindrical-coordinate representation of color #C079F0: hue angle of 275.8º 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 #C079F0 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 121 | 240 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.06 |
| HSL | 275.8º | 0.8% | 0.71% | - |
| HSV(B) | 275.8º | 0.5% | 0.94% | - |
| XYZ | 44.3 | 31.17 | 86.12 | - |
| YUV | 155.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 240 | 0.20 | 0.50 | 0 | 0.06 | 275.8 | 0.8 | 0.71 |
| Hex | C0 | 79 | F0 | 14 | 32 | 0 | 6 | 114 | 50 | 47 |
| Octal | 300 | 171 | 360 | 24 | 62 | 0 | 6 | 424 | 120 | 107 |
| Binary | 11000000 | 1111001 | 11110000 | 10100 | 110010 | 0 | 110 | 100010100 | 1010000 | 1000111 |
Color Harmonies of #C079F0
Complementary color
Monochromatic Colors of #C079F0
Black with #C079F0
Text Example
Text Example
White with #C079F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079F0; }
p { color: rgb(192,121,240); }
H1.HeaderClassName
{
color: #C079F0;
}
.AnyTagClassName
{
color: #C079F0;
}
</style>
background-color css
<style>
a { background-color: #C079F0; }
a { background-color: rgb(192,121,240); }
div.DivClassName
{
background-color: #C079F0;
}
.BgClassName
{
background-color: #C079F0;
}
</style>
border-color css
<style>
span { border-color: #C079F0; }
span { border-color: rgb(192,121,240); }
td.TdClassName
{
border-color: #C079F0;
}
.TagClassName
{
border-color: #C079F0;
}
</style>