Shades of Heliotrope #C072F1
Tints of Heliotrope #C072F1
RGB
CMYK
RGB Variations
Color information
#C072F1 (or 0xC072F1) is known color: Heliotrope. HEX triplet: C0, 72 and F1. RGB value is (192,114,241). Sum of RGB (Red+Green+Blue) = 192+114+241=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #C072F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C072F1 is #3F8D0E. Grayscale: #979797. Windows color (decimal): -4164879 or 15823552. OLE color: 15823552.
HSL color Cylindrical-coordinate representation of color #C072F1: hue angle of 276.85º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C072F1 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 114 | 241 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.05 |
| HSL | 276.85º | 0.82% | 0.7% | - |
| HSV(B) | 276.85º | 0.53% | 0.95% | - |
| XYZ | 43.63 | 29.59 | 86.63 | - |
| YUV | 151.8 | 178.34 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 241 | 0.20 | 0.53 | 0 | 0.05 | 276.85 | 0.82 | 0.7 |
| Hex | C0 | 72 | F1 | 14 | 35 | 0 | 5 | 115 | 52 | 46 |
| Octal | 300 | 162 | 361 | 24 | 65 | 0 | 5 | 425 | 122 | 106 |
| Binary | 11000000 | 1110010 | 11110001 | 10100 | 110101 | 0 | 101 | 100010101 | 1010010 | 1000110 |
Color Harmonies of #C072F1
Complementary color
Monochromatic Colors of #C072F1
Black with #C072F1
Text Example
Text Example
White with #C072F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072F1; }
p { color: rgb(192,114,241); }
H1.HeaderClassName
{
color: #C072F1;
}
.AnyTagClassName
{
color: #C072F1;
}
</style>
background-color css
<style>
a { background-color: #C072F1; }
a { background-color: rgb(192,114,241); }
div.DivClassName
{
background-color: #C072F1;
}
.BgClassName
{
background-color: #C072F1;
}
</style>
border-color css
<style>
span { border-color: #C072F1; }
span { border-color: rgb(192,114,241); }
td.TdClassName
{
border-color: #C072F1;
}
.TagClassName
{
border-color: #C072F1;
}
</style>