Shades of Heliotrope #C079F2
Tints of Heliotrope #C079F2
RGB
CMYK
RGB Variations
Color information
#C079F2 (or 0xC079F2) is known color: Heliotrope. HEX triplet: C0, 79 and F2. RGB value is (192,121,242). Sum of RGB (Red+Green+Blue) = 192+121+242=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #C079F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C079F2 is #3F860D. Grayscale: #9B9B9B. Windows color (decimal): -4163086 or 15890880. OLE color: 15890880.
HSL color Cylindrical-coordinate representation of color #C079F2: hue angle of 275.21º 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 #C079F2 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 121 | 242 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.05 |
| HSL | 275.21º | 0.82% | 0.71% | - |
| HSV(B) | 275.21º | 0.5% | 0.95% | - |
| XYZ | 44.6 | 31.29 | 87.69 | - |
| YUV | 156.02 | 176.52 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 242 | 0.21 | 0.50 | 0 | 0.05 | 275.21 | 0.82 | 0.71 |
| Hex | C0 | 79 | F2 | 15 | 32 | 0 | 5 | 113 | 52 | 47 |
| Octal | 300 | 171 | 362 | 25 | 62 | 0 | 5 | 423 | 122 | 107 |
| Binary | 11000000 | 1111001 | 11110010 | 10101 | 110010 | 0 | 101 | 100010011 | 1010010 | 1000111 |
Color Harmonies of #C079F2
Complementary color
Monochromatic Colors of #C079F2
Black with #C079F2
Text Example
Text Example
White with #C079F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079F2; }
p { color: rgb(192,121,242); }
H1.HeaderClassName
{
color: #C079F2;
}
.AnyTagClassName
{
color: #C079F2;
}
</style>
background-color css
<style>
a { background-color: #C079F2; }
a { background-color: rgb(192,121,242); }
div.DivClassName
{
background-color: #C079F2;
}
.BgClassName
{
background-color: #C079F2;
}
</style>
border-color css
<style>
span { border-color: #C079F2; }
span { border-color: rgb(192,121,242); }
td.TdClassName
{
border-color: #C079F2;
}
.TagClassName
{
border-color: #C079F2;
}
</style>