Shades of Heliotrope #C07AF2
Tints of Heliotrope #C07AF2
RGB
CMYK
RGB Variations
Color information
#C07AF2 (or 0xC07AF2) is known color: Heliotrope. HEX triplet: C0, 7A and F2. RGB value is (192,122,242). Sum of RGB (Red+Green+Blue) = 192+122+242=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #C07AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07AF2 is #3F850D. Grayscale: #9C9C9C. Windows color (decimal): -4162830 or 15891136. OLE color: 15891136.
HSL color Cylindrical-coordinate representation of color #C07AF2: hue angle of 275º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C07AF2 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 122 | 242 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.05 |
| HSL | 275º | 0.82% | 0.71% | - |
| HSV(B) | 275º | 0.5% | 0.95% | - |
| XYZ | 44.72 | 31.54 | 87.73 | - |
| YUV | 156.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 242 | 0.21 | 0.50 | 0 | 0.05 | 275 | 0.82 | 0.71 |
| Hex | C0 | 7A | F2 | 15 | 32 | 0 | 5 | 113 | 52 | 47 |
| Octal | 300 | 172 | 362 | 25 | 62 | 0 | 5 | 423 | 122 | 107 |
| Binary | 11000000 | 1111010 | 11110010 | 10101 | 110010 | 0 | 101 | 100010011 | 1010010 | 1000111 |
Color Harmonies of #C07AF2
Complementary color
Monochromatic Colors of #C07AF2
Black with #C07AF2
Text Example
Text Example
White with #C07AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AF2; }
p { color: rgb(192,122,242); }
H1.HeaderClassName
{
color: #C07AF2;
}
.AnyTagClassName
{
color: #C07AF2;
}
</style>
background-color css
<style>
a { background-color: #C07AF2; }
a { background-color: rgb(192,122,242); }
div.DivClassName
{
background-color: #C07AF2;
}
.BgClassName
{
background-color: #C07AF2;
}
</style>
border-color css
<style>
span { border-color: #C07AF2; }
span { border-color: rgb(192,122,242); }
td.TdClassName
{
border-color: #C07AF2;
}
.TagClassName
{
border-color: #C07AF2;
}
</style>