Shades of Heliotrope #C080F6
Tints of Heliotrope #C080F6
RGB
CMYK
RGB Variations
Color information
#C080F6 (or 0xC080F6) is known color: Heliotrope. HEX triplet: C0, 80 and F6. RGB value is (192,128,246). Sum of RGB (Red+Green+Blue) = 192+128+246=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #C080F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C080F6 is #3F7F09. Grayscale: #A0A0A0. Windows color (decimal): -4161290 or 16154816. OLE color: 16154816.
HSL color Cylindrical-coordinate representation of color #C080F6: hue angle of 272.54º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C080F6 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 128 | 246 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.04 |
| HSL | 272.54º | 0.87% | 0.73% | - |
| HSV(B) | 272.54º | 0.48% | 0.96% | - |
| XYZ | 46.09 | 33.3 | 91.19 | - |
| YUV | 160.59 | 176.2 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 246 | 0.22 | 0.48 | 0 | 0.04 | 272.54 | 0.87 | 0.73 |
| Hex | C0 | 80 | F6 | 16 | 30 | 0 | 4 | 111 | 57 | 49 |
| Octal | 300 | 200 | 366 | 26 | 60 | 0 | 4 | 421 | 127 | 111 |
| Binary | 11000000 | 10000000 | 11110110 | 10110 | 110000 | 0 | 100 | 100010001 | 1010111 | 1001001 |
Color Harmonies of #C080F6
Complementary color
Monochromatic Colors of #C080F6
Black with #C080F6
Text Example
Text Example
White with #C080F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080F6; }
p { color: rgb(192,128,246); }
H1.HeaderClassName
{
color: #C080F6;
}
.AnyTagClassName
{
color: #C080F6;
}
</style>
background-color css
<style>
a { background-color: #C080F6; }
a { background-color: rgb(192,128,246); }
div.DivClassName
{
background-color: #C080F6;
}
.BgClassName
{
background-color: #C080F6;
}
</style>
border-color css
<style>
span { border-color: #C080F6; }
span { border-color: rgb(192,128,246); }
td.TdClassName
{
border-color: #C080F6;
}
.TagClassName
{
border-color: #C080F6;
}
</style>