Shades of Heliotrope #C072F4
Tints of Heliotrope #C072F4
RGB
CMYK
RGB Variations
Color information
#C072F4 (or 0xC072F4) is known color: Heliotrope. HEX triplet: C0, 72 and F4. RGB value is (192,114,244). Sum of RGB (Red+Green+Blue) = 192+114+244=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 244 (95.70% from 255 or 44.36% from 550); Max value from RGB is 244 - color contains mainly: blue. Hex color #C072F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C072F4 is #3F8D0B. Grayscale: #979797. Windows color (decimal): -4164876 or 16020160. OLE color: 16020160.
HSL color Cylindrical-coordinate representation of color #C072F4: hue angle of 276º degrees, saturation: 0.86, 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 #C072F4 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 114 | 244 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.04 |
| HSL | 276º | 0.86% | 0.7% | - |
| HSV(B) | 276º | 0.53% | 0.96% | - |
| XYZ | 44.08 | 29.77 | 89.01 | - |
| YUV | 152.14 | 179.84 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 244 | 0.21 | 0.53 | 0 | 0.04 | 276 | 0.86 | 0.7 |
| Hex | C0 | 72 | F4 | 15 | 35 | 0 | 4 | 114 | 56 | 46 |
| Octal | 300 | 162 | 364 | 25 | 65 | 0 | 4 | 424 | 126 | 106 |
| Binary | 11000000 | 1110010 | 11110100 | 10101 | 110101 | 0 | 100 | 100010100 | 1010110 | 1000110 |
Color Harmonies of #C072F4
Complementary color
Monochromatic Colors of #C072F4
Black with #C072F4
Text Example
Text Example
White with #C072F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072F4; }
p { color: rgb(192,114,244); }
H1.HeaderClassName
{
color: #C072F4;
}
.AnyTagClassName
{
color: #C072F4;
}
</style>
background-color css
<style>
a { background-color: #C072F4; }
a { background-color: rgb(192,114,244); }
div.DivClassName
{
background-color: #C072F4;
}
.BgClassName
{
background-color: #C072F4;
}
</style>
border-color css
<style>
span { border-color: #C072F4; }
span { border-color: rgb(192,114,244); }
td.TdClassName
{
border-color: #C072F4;
}
.TagClassName
{
border-color: #C072F4;
}
</style>