Shades of Heliotrope #C080F7
Tints of Heliotrope #C080F7
RGB
CMYK
RGB Variations
Color information
#C080F7 (or 0xC080F7) is known color: Heliotrope. HEX triplet: C0, 80 and F7. RGB value is (192,128,247). Sum of RGB (Red+Green+Blue) = 192+128+247=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #C080F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C080F7 is #3F7F08. Grayscale: #A0A0A0. Windows color (decimal): -4161289 or 16220352. OLE color: 16220352.
HSL color Cylindrical-coordinate representation of color #C080F7: hue angle of 272.27º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C080F7 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 128 | 247 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.03 |
| HSL | 272.27º | 0.88% | 0.74% | - |
| HSV(B) | 272.27º | 0.48% | 0.97% | - |
| XYZ | 46.25 | 33.36 | 92 | - |
| YUV | 160.7 | 176.7 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 247 | 0.22 | 0.48 | 0 | 0.03 | 272.27 | 0.88 | 0.74 |
| Hex | C0 | 80 | F7 | 16 | 30 | 0 | 3 | 110 | 58 | 4A |
| Octal | 300 | 200 | 367 | 26 | 60 | 0 | 3 | 420 | 130 | 112 |
| Binary | 11000000 | 10000000 | 11110111 | 10110 | 110000 | 0 | 11 | 100010000 | 1011000 | 1001010 |
Color Harmonies of #C080F7
Complementary color
Monochromatic Colors of #C080F7
Black with #C080F7
Text Example
Text Example
White with #C080F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080F7; }
p { color: rgb(192,128,247); }
H1.HeaderClassName
{
color: #C080F7;
}
.AnyTagClassName
{
color: #C080F7;
}
</style>
background-color css
<style>
a { background-color: #C080F7; }
a { background-color: rgb(192,128,247); }
div.DivClassName
{
background-color: #C080F7;
}
.BgClassName
{
background-color: #C080F7;
}
</style>
border-color css
<style>
span { border-color: #C080F7; }
span { border-color: rgb(192,128,247); }
td.TdClassName
{
border-color: #C080F7;
}
.TagClassName
{
border-color: #C080F7;
}
</style>