Shades of Heliotrope #C07AF1
Tints of Heliotrope #C07AF1
RGB
CMYK
RGB Variations
Color information
#C07AF1 (or 0xC07AF1) is known color: Heliotrope. HEX triplet: C0, 7A and F1. RGB value is (192,122,241). Sum of RGB (Red+Green+Blue) = 192+122+241=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #C07AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07AF1 is #3F850E. Grayscale: #9C9C9C. Windows color (decimal): -4162831 or 15825600. OLE color: 15825600.
HSL color Cylindrical-coordinate representation of color #C07AF1: hue angle of 275.29º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C07AF1 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 122 | 241 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.05 |
| HSL | 275.29º | 0.81% | 0.71% | - |
| HSV(B) | 275.29º | 0.49% | 0.95% | - |
| XYZ | 44.57 | 31.48 | 86.95 | - |
| YUV | 156.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 241 | 0.20 | 0.49 | 0 | 0.05 | 275.29 | 0.81 | 0.71 |
| Hex | C0 | 7A | F1 | 14 | 31 | 0 | 5 | 113 | 51 | 47 |
| Octal | 300 | 172 | 361 | 24 | 61 | 0 | 5 | 423 | 121 | 107 |
| Binary | 11000000 | 1111010 | 11110001 | 10100 | 110001 | 0 | 101 | 100010011 | 1010001 | 1000111 |
Color Harmonies of #C07AF1
Complementary color
Monochromatic Colors of #C07AF1
Black with #C07AF1
Text Example
Text Example
White with #C07AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AF1; }
p { color: rgb(192,122,241); }
H1.HeaderClassName
{
color: #C07AF1;
}
.AnyTagClassName
{
color: #C07AF1;
}
</style>
background-color css
<style>
a { background-color: #C07AF1; }
a { background-color: rgb(192,122,241); }
div.DivClassName
{
background-color: #C07AF1;
}
.BgClassName
{
background-color: #C07AF1;
}
</style>
border-color css
<style>
span { border-color: #C07AF1; }
span { border-color: rgb(192,122,241); }
td.TdClassName
{
border-color: #C07AF1;
}
.TagClassName
{
border-color: #C07AF1;
}
</style>