Shades of Heliotrope #C064FF
Tints of Heliotrope #C064FF
RGB
CMYK
RGB Variations
Color information
#C064FF (or 0xC064FF) is known color: Heliotrope. HEX triplet: C0, 64 and FF. RGB value is (192,100,255). Sum of RGB (Red+Green+Blue) = 192+100+255=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #C064FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C064FF is #3F9B00. Grayscale: #909090. Windows color (decimal): -4168449 or 16737472. OLE color: 16737472.
HSL color Cylindrical-coordinate representation of color #C064FF: hue angle of 275.61º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C064FF is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 100 | 255 | - |
| CMYK | 0.25 | 0.61 | 0 | 0 |
| HSL | 275.61º | 1% | 0.7% | - |
| HSV(B) | 275.61º | 0.61% | 1% | - |
| XYZ | 44.35 | 27.54 | 97.59 | - |
| YUV | 145.18 | 189.98 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 255 | 0.25 | 0.61 | 0 | 0 | 275.61 | 1 | 0.7 |
| Hex | C0 | 64 | FF | 19 | 3D | 0 | 0 | 114 | 64 | 46 |
| Octal | 300 | 144 | 377 | 31 | 75 | 0 | 0 | 424 | 144 | 106 |
| Binary | 11000000 | 1100100 | 11111111 | 11001 | 111101 | 0 | 0 | 100010100 | 1100100 | 1000110 |
Color Harmonies of #C064FF
Complementary color
Monochromatic Colors of #C064FF
Black with #C064FF
Text Example
Text Example
White with #C064FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064FF; }
p { color: rgb(192,100,255); }
H1.HeaderClassName
{
color: #C064FF;
}
.AnyTagClassName
{
color: #C064FF;
}
</style>
background-color css
<style>
a { background-color: #C064FF; }
a { background-color: rgb(192,100,255); }
div.DivClassName
{
background-color: #C064FF;
}
.BgClassName
{
background-color: #C064FF;
}
</style>
border-color css
<style>
span { border-color: #C064FF; }
span { border-color: rgb(192,100,255); }
td.TdClassName
{
border-color: #C064FF;
}
.TagClassName
{
border-color: #C064FF;
}
</style>