Shades of Heliotrope #C080F4
Tints of Heliotrope #C080F4
RGB
CMYK
RGB Variations
Color information
#C080F4 (or 0xC080F4) is known color: Heliotrope. HEX triplet: C0, 80 and F4. RGB value is (192,128,244). Sum of RGB (Red+Green+Blue) = 192+128+244=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 244 (95.70% from 255 or 43.26% from 564); Max value from RGB is 244 - color contains mainly: blue. Hex color #C080F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C080F4 is #3F7F0B. Grayscale: #9F9F9F. Windows color (decimal): -4161292 or 16023744. OLE color: 16023744.
HSL color Cylindrical-coordinate representation of color #C080F4: hue angle of 273.1º degrees, saturation: 0.84, 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 #C080F4 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 128 | 244 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.04 |
| HSL | 273.1º | 0.84% | 0.73% | - |
| HSV(B) | 273.1º | 0.48% | 0.96% | - |
| XYZ | 45.79 | 33.18 | 89.58 | - |
| YUV | 160.36 | 175.2 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 244 | 0.21 | 0.48 | 0 | 0.04 | 273.1 | 0.84 | 0.73 |
| Hex | C0 | 80 | F4 | 15 | 30 | 0 | 4 | 111 | 54 | 49 |
| Octal | 300 | 200 | 364 | 25 | 60 | 0 | 4 | 421 | 124 | 111 |
| Binary | 11000000 | 10000000 | 11110100 | 10101 | 110000 | 0 | 100 | 100010001 | 1010100 | 1001001 |
Color Harmonies of #C080F4
Complementary color
Monochromatic Colors of #C080F4
Black with #C080F4
Text Example
Text Example
White with #C080F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080F4; }
p { color: rgb(192,128,244); }
H1.HeaderClassName
{
color: #C080F4;
}
.AnyTagClassName
{
color: #C080F4;
}
</style>
background-color css
<style>
a { background-color: #C080F4; }
a { background-color: rgb(192,128,244); }
div.DivClassName
{
background-color: #C080F4;
}
.BgClassName
{
background-color: #C080F4;
}
</style>
border-color css
<style>
span { border-color: #C080F4; }
span { border-color: rgb(192,128,244); }
td.TdClassName
{
border-color: #C080F4;
}
.TagClassName
{
border-color: #C080F4;
}
</style>