Shades of Heliotrope #C072F9
Tints of Heliotrope #C072F9
RGB
CMYK
RGB Variations
Color information
#C072F9 (or 0xC072F9) is known color: Heliotrope. HEX triplet: C0, 72 and F9. RGB value is (192,114,249). Sum of RGB (Red+Green+Blue) = 192+114+249=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #C072F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C072F9 is #3F8D06. Grayscale: #989898. Windows color (decimal): -4164871 or 16347840. OLE color: 16347840.
HSL color Cylindrical-coordinate representation of color #C072F9: hue angle of 274.67º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C072F9 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 114 | 249 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.02 |
| HSL | 274.67º | 0.92% | 0.71% | - |
| HSV(B) | 274.67º | 0.54% | 0.98% | - |
| XYZ | 44.85 | 30.08 | 93.06 | - |
| YUV | 152.71 | 182.34 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 249 | 0.23 | 0.54 | 0 | 0.02 | 274.67 | 0.92 | 0.71 |
| Hex | C0 | 72 | F9 | 17 | 36 | 0 | 2 | 113 | 5C | 47 |
| Octal | 300 | 162 | 371 | 27 | 66 | 0 | 2 | 423 | 134 | 107 |
| Binary | 11000000 | 1110010 | 11111001 | 10111 | 110110 | 0 | 10 | 100010011 | 1011100 | 1000111 |
Color Harmonies of #C072F9
Complementary color
Monochromatic Colors of #C072F9
Black with #C072F9
Text Example
Text Example
White with #C072F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072F9; }
p { color: rgb(192,114,249); }
H1.HeaderClassName
{
color: #C072F9;
}
.AnyTagClassName
{
color: #C072F9;
}
</style>
background-color css
<style>
a { background-color: #C072F9; }
a { background-color: rgb(192,114,249); }
div.DivClassName
{
background-color: #C072F9;
}
.BgClassName
{
background-color: #C072F9;
}
</style>
border-color css
<style>
span { border-color: #C072F9; }
span { border-color: rgb(192,114,249); }
td.TdClassName
{
border-color: #C072F9;
}
.TagClassName
{
border-color: #C072F9;
}
</style>