Shades of Heliotrope #C064F3
Tints of Heliotrope #C064F3
RGB
CMYK
RGB Variations
Color information
#C064F3 (or 0xC064F3) is known color: Heliotrope. HEX triplet: C0, 64 and F3. RGB value is (192,100,243). Sum of RGB (Red+Green+Blue) = 192+100+243=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #C064F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C064F3 is #3F9B0C. Grayscale: #8F8F8F. Windows color (decimal): -4168461 or 15951040. OLE color: 15951040.
HSL color Cylindrical-coordinate representation of color #C064F3: hue angle of 278.6º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C064F3 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 100 | 243 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.05 |
| HSL | 278.6º | 0.86% | 0.67% | - |
| HSV(B) | 278.6º | 0.59% | 0.95% | - |
| XYZ | 42.47 | 26.79 | 87.73 | - |
| YUV | 143.81 | 183.98 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 243 | 0.21 | 0.59 | 0 | 0.05 | 278.6 | 0.86 | 0.67 |
| Hex | C0 | 64 | F3 | 15 | 3B | 0 | 5 | 117 | 56 | 43 |
| Octal | 300 | 144 | 363 | 25 | 73 | 0 | 5 | 427 | 126 | 103 |
| Binary | 11000000 | 1100100 | 11110011 | 10101 | 111011 | 0 | 101 | 100010111 | 1010110 | 1000011 |
Color Harmonies of #C064F3
Complementary color
Monochromatic Colors of #C064F3
Black with #C064F3
Text Example
Text Example
White with #C064F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064F3; }
p { color: rgb(192,100,243); }
H1.HeaderClassName
{
color: #C064F3;
}
.AnyTagClassName
{
color: #C064F3;
}
</style>
background-color css
<style>
a { background-color: #C064F3; }
a { background-color: rgb(192,100,243); }
div.DivClassName
{
background-color: #C064F3;
}
.BgClassName
{
background-color: #C064F3;
}
</style>
border-color css
<style>
span { border-color: #C064F3; }
span { border-color: rgb(192,100,243); }
td.TdClassName
{
border-color: #C064F3;
}
.TagClassName
{
border-color: #C064F3;
}
</style>