Shades of Heliotrope #C070F3
Tints of Heliotrope #C070F3
RGB
CMYK
RGB Variations
Color information
#C070F3 (or 0xC070F3) is known color: Heliotrope. HEX triplet: C0, 70 and F3. RGB value is (192,112,243). Sum of RGB (Red+Green+Blue) = 192+112+243=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #C070F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C070F3 is #3F8F0C. Grayscale: #969696. Windows color (decimal): -4165389 or 15954112. OLE color: 15954112.
HSL color Cylindrical-coordinate representation of color #C070F3: hue angle of 276.64º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C070F3 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 112 | 243 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.05 |
| HSL | 276.64º | 0.85% | 0.7% | - |
| HSV(B) | 276.64º | 0.54% | 0.95% | - |
| XYZ | 43.71 | 29.27 | 88.14 | - |
| YUV | 150.85 | 180 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 243 | 0.21 | 0.54 | 0 | 0.05 | 276.64 | 0.85 | 0.7 |
| Hex | C0 | 70 | F3 | 15 | 36 | 0 | 5 | 115 | 55 | 46 |
| Octal | 300 | 160 | 363 | 25 | 66 | 0 | 5 | 425 | 125 | 106 |
| Binary | 11000000 | 1110000 | 11110011 | 10101 | 110110 | 0 | 101 | 100010101 | 1010101 | 1000110 |
Color Harmonies of #C070F3
Complementary color
Monochromatic Colors of #C070F3
Black with #C070F3
Text Example
Text Example
White with #C070F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070F3; }
p { color: rgb(192,112,243); }
H1.HeaderClassName
{
color: #C070F3;
}
.AnyTagClassName
{
color: #C070F3;
}
</style>
background-color css
<style>
a { background-color: #C070F3; }
a { background-color: rgb(192,112,243); }
div.DivClassName
{
background-color: #C070F3;
}
.BgClassName
{
background-color: #C070F3;
}
</style>
border-color css
<style>
span { border-color: #C070F3; }
span { border-color: rgb(192,112,243); }
td.TdClassName
{
border-color: #C070F3;
}
.TagClassName
{
border-color: #C070F3;
}
</style>