Shades of Heliotrope #C064F9
Tints of Heliotrope #C064F9
RGB
CMYK
RGB Variations
Color information
#C064F9 (or 0xC064F9) is known color: Heliotrope. HEX triplet: C0, 64 and F9. RGB value is (192,100,249). Sum of RGB (Red+Green+Blue) = 192+100+249=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 100 (39.45% from 255 or 18.48% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #C064F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C064F9 is #3F9B06. Grayscale: #8F8F8F. Windows color (decimal): -4168455 or 16344256. OLE color: 16344256.
HSL color Cylindrical-coordinate representation of color #C064F9: hue angle of 277.05º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C064F9 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 100 | 249 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.02 |
| HSL | 277.05º | 0.93% | 0.68% | - |
| HSV(B) | 277.05º | 0.6% | 0.98% | - |
| XYZ | 43.39 | 27.16 | 92.58 | - |
| YUV | 144.49 | 186.98 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 249 | 0.23 | 0.60 | 0 | 0.02 | 277.05 | 0.93 | 0.68 |
| Hex | C0 | 64 | F9 | 17 | 3C | 0 | 2 | 115 | 5D | 44 |
| Octal | 300 | 144 | 371 | 27 | 74 | 0 | 2 | 425 | 135 | 104 |
| Binary | 11000000 | 1100100 | 11111001 | 10111 | 111100 | 0 | 10 | 100010101 | 1011101 | 1000100 |
Color Harmonies of #C064F9
Complementary color
Monochromatic Colors of #C064F9
Black with #C064F9
Text Example
Text Example
White with #C064F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064F9; }
p { color: rgb(192,100,249); }
H1.HeaderClassName
{
color: #C064F9;
}
.AnyTagClassName
{
color: #C064F9;
}
</style>
background-color css
<style>
a { background-color: #C064F9; }
a { background-color: rgb(192,100,249); }
div.DivClassName
{
background-color: #C064F9;
}
.BgClassName
{
background-color: #C064F9;
}
</style>
border-color css
<style>
span { border-color: #C064F9; }
span { border-color: rgb(192,100,249); }
td.TdClassName
{
border-color: #C064F9;
}
.TagClassName
{
border-color: #C064F9;
}
</style>