Shades of Heliotrope #C07CF3
Tints of Heliotrope #C07CF3
RGB
CMYK
RGB Variations
Color information
#C07CF3 (or 0xC07CF3) is known color: Heliotrope. HEX triplet: C0, 7C and F3. RGB value is (192,124,243). Sum of RGB (Red+Green+Blue) = 192+124+243=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #C07CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07CF3 is #3F830C. Grayscale: #9D9D9D. Windows color (decimal): -4162317 or 15957184. OLE color: 15957184.
HSL color Cylindrical-coordinate representation of color #C07CF3: hue angle of 274.29º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C07CF3 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 124 | 243 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.05 |
| HSL | 274.29º | 0.83% | 0.72% | - |
| HSV(B) | 274.29º | 0.49% | 0.95% | - |
| XYZ | 45.12 | 32.09 | 88.61 | - |
| YUV | 157.9 | 176.03 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 243 | 0.21 | 0.49 | 0 | 0.05 | 274.29 | 0.83 | 0.72 |
| Hex | C0 | 7C | F3 | 15 | 31 | 0 | 5 | 112 | 53 | 48 |
| Octal | 300 | 174 | 363 | 25 | 61 | 0 | 5 | 422 | 123 | 110 |
| Binary | 11000000 | 1111100 | 11110011 | 10101 | 110001 | 0 | 101 | 100010010 | 1010011 | 1001000 |
Color Harmonies of #C07CF3
Complementary color
Monochromatic Colors of #C07CF3
Black with #C07CF3
Text Example
Text Example
White with #C07CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07CF3; }
p { color: rgb(192,124,243); }
H1.HeaderClassName
{
color: #C07CF3;
}
.AnyTagClassName
{
color: #C07CF3;
}
</style>
background-color css
<style>
a { background-color: #C07CF3; }
a { background-color: rgb(192,124,243); }
div.DivClassName
{
background-color: #C07CF3;
}
.BgClassName
{
background-color: #C07CF3;
}
</style>
border-color css
<style>
span { border-color: #C07CF3; }
span { border-color: rgb(192,124,243); }
td.TdClassName
{
border-color: #C07CF3;
}
.TagClassName
{
border-color: #C07CF3;
}
</style>