Shades of Heliotrope #C079FB
Tints of Heliotrope #C079FB
RGB
CMYK
RGB Variations
Color information
#C079FB (or 0xC079FB) is known color: Heliotrope. HEX triplet: C0, 79 and FB. RGB value is (192,121,251). Sum of RGB (Red+Green+Blue) = 192+121+251=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 121 (47.66% from 255 or 21.45% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #C079FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C079FB is #3F8604. Grayscale: #9C9C9C. Windows color (decimal): -4163077 or 16480704. OLE color: 16480704.
HSL color Cylindrical-coordinate representation of color #C079FB: hue angle of 272.77º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C079FB is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 121 | 251 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.02 |
| HSL | 272.77º | 0.94% | 0.73% | - |
| HSV(B) | 272.77º | 0.52% | 0.98% | - |
| XYZ | 45.99 | 31.85 | 94.99 | - |
| YUV | 157.05 | 181.02 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 251 | 0.24 | 0.52 | 0 | 0.02 | 272.77 | 0.94 | 0.73 |
| Hex | C0 | 79 | FB | 18 | 34 | 0 | 2 | 111 | 5E | 49 |
| Octal | 300 | 171 | 373 | 30 | 64 | 0 | 2 | 421 | 136 | 111 |
| Binary | 11000000 | 1111001 | 11111011 | 11000 | 110100 | 0 | 10 | 100010001 | 1011110 | 1001001 |
Color Harmonies of #C079FB
Complementary color
Monochromatic Colors of #C079FB
Black with #C079FB
Text Example
Text Example
White with #C079FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079FB; }
p { color: rgb(192,121,251); }
H1.HeaderClassName
{
color: #C079FB;
}
.AnyTagClassName
{
color: #C079FB;
}
</style>
background-color css
<style>
a { background-color: #C079FB; }
a { background-color: rgb(192,121,251); }
div.DivClassName
{
background-color: #C079FB;
}
.BgClassName
{
background-color: #C079FB;
}
</style>
border-color css
<style>
span { border-color: #C079FB; }
span { border-color: rgb(192,121,251); }
td.TdClassName
{
border-color: #C079FB;
}
.TagClassName
{
border-color: #C079FB;
}
</style>