Shades of Heliotrope #C073F4
Tints of Heliotrope #C073F4
RGB
CMYK
RGB Variations
Color information
#C073F4 (or 0xC073F4) is known color: Heliotrope. HEX triplet: C0, 73 and F4. RGB value is (192,115,244). Sum of RGB (Red+Green+Blue) = 192+115+244=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 244 (95.70% from 255 or 44.28% from 551); Max value from RGB is 244 - color contains mainly: blue. Hex color #C073F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C073F4 is #3F8C0B. Grayscale: #989898. Windows color (decimal): -4164620 or 16020416. OLE color: 16020416.
HSL color Cylindrical-coordinate representation of color #C073F4: hue angle of 275.81º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C073F4 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 115 | 244 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.04 |
| HSL | 275.81º | 0.85% | 0.7% | - |
| HSV(B) | 275.81º | 0.53% | 0.96% | - |
| XYZ | 44.2 | 30 | 89.05 | - |
| YUV | 152.73 | 179.51 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 244 | 0.21 | 0.53 | 0 | 0.04 | 275.81 | 0.85 | 0.7 |
| Hex | C0 | 73 | F4 | 15 | 35 | 0 | 4 | 114 | 55 | 46 |
| Octal | 300 | 163 | 364 | 25 | 65 | 0 | 4 | 424 | 125 | 106 |
| Binary | 11000000 | 1110011 | 11110100 | 10101 | 110101 | 0 | 100 | 100010100 | 1010101 | 1000110 |
Color Harmonies of #C073F4
Complementary color
Monochromatic Colors of #C073F4
Black with #C073F4
Text Example
Text Example
White with #C073F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C073F4; }
p { color: rgb(192,115,244); }
H1.HeaderClassName
{
color: #C073F4;
}
.AnyTagClassName
{
color: #C073F4;
}
</style>
background-color css
<style>
a { background-color: #C073F4; }
a { background-color: rgb(192,115,244); }
div.DivClassName
{
background-color: #C073F4;
}
.BgClassName
{
background-color: #C073F4;
}
</style>
border-color css
<style>
span { border-color: #C073F4; }
span { border-color: rgb(192,115,244); }
td.TdClassName
{
border-color: #C073F4;
}
.TagClassName
{
border-color: #C073F4;
}
</style>