Shades of Heliotrope #C073F7
Tints of Heliotrope #C073F7
RGB
CMYK
RGB Variations
Color information
#C073F7 (or 0xC073F7) is known color: Heliotrope. HEX triplet: C0, 73 and F7. RGB value is (192,115,247). Sum of RGB (Red+Green+Blue) = 192+115+247=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #C073F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C073F7 is #3F8C08. Grayscale: #989898. Windows color (decimal): -4164617 or 16217024. OLE color: 16217024.
HSL color Cylindrical-coordinate representation of color #C073F7: hue angle of 275º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C073F7 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 115 | 247 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.03 |
| HSL | 275º | 0.89% | 0.71% | - |
| HSV(B) | 275º | 0.53% | 0.97% | - |
| XYZ | 44.66 | 30.18 | 91.47 | - |
| YUV | 153.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 247 | 0.22 | 0.53 | 0 | 0.03 | 275 | 0.89 | 0.71 |
| Hex | C0 | 73 | F7 | 16 | 35 | 0 | 3 | 113 | 59 | 47 |
| Octal | 300 | 163 | 367 | 26 | 65 | 0 | 3 | 423 | 131 | 107 |
| Binary | 11000000 | 1110011 | 11110111 | 10110 | 110101 | 0 | 11 | 100010011 | 1011001 | 1000111 |
Color Harmonies of #C073F7
Complementary color
Monochromatic Colors of #C073F7
Black with #C073F7
Text Example
Text Example
White with #C073F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C073F7; }
p { color: rgb(192,115,247); }
H1.HeaderClassName
{
color: #C073F7;
}
.AnyTagClassName
{
color: #C073F7;
}
</style>
background-color css
<style>
a { background-color: #C073F7; }
a { background-color: rgb(192,115,247); }
div.DivClassName
{
background-color: #C073F7;
}
.BgClassName
{
background-color: #C073F7;
}
</style>
border-color css
<style>
span { border-color: #C073F7; }
span { border-color: rgb(192,115,247); }
td.TdClassName
{
border-color: #C073F7;
}
.TagClassName
{
border-color: #C073F7;
}
</style>