Shades of Heliotrope #C64FFF
Tints of Heliotrope #C64FFF
RGB
CMYK
RGB Variations
Color information
#C64FFF (or 0xC64FFF) is known color: Heliotrope. HEX triplet: C6, 4F and FF. RGB value is (198,79,255). Sum of RGB (Red+Green+Blue) = 198+79+255=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 79 (31.25% from 255 or 14.85% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #C64FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64FFF is #39B000. Grayscale: #868686. Windows color (decimal): -3780609 or 16732102. OLE color: 16732102.
HSL color Cylindrical-coordinate representation of color #C64FFF: hue angle of 280.57º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C64FFF is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 79 | 255 | - |
| CMYK | 0.22 | 0.69 | 0 | 0 |
| HSL | 280.57º | 1% | 0.65% | - |
| HSV(B) | 280.57º | 0.69% | 1% | - |
| XYZ | 44.13 | 24.82 | 97.07 | - |
| YUV | 134.65 | 195.92 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 255 | 0.22 | 0.69 | 0 | 0 | 280.57 | 1 | 0.65 |
| Hex | C6 | 4F | FF | 16 | 45 | 0 | 0 | 119 | 64 | 41 |
| Octal | 306 | 117 | 377 | 26 | 105 | 0 | 0 | 431 | 144 | 101 |
| Binary | 11000110 | 1001111 | 11111111 | 10110 | 1000101 | 0 | 0 | 100011001 | 1100100 | 1000001 |
Color Harmonies of #C64FFF
Complementary color
Monochromatic Colors of #C64FFF
Black with #C64FFF
Text Example
Text Example
White with #C64FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64FFF; }
p { color: rgb(198,79,255); }
H1.HeaderClassName
{
color: #C64FFF;
}
.AnyTagClassName
{
color: #C64FFF;
}
</style>
background-color css
<style>
a { background-color: #C64FFF; }
a { background-color: rgb(198,79,255); }
div.DivClassName
{
background-color: #C64FFF;
}
.BgClassName
{
background-color: #C64FFF;
}
</style>
border-color css
<style>
span { border-color: #C64FFF; }
span { border-color: rgb(198,79,255); }
td.TdClassName
{
border-color: #C64FFF;
}
.TagClassName
{
border-color: #C64FFF;
}
</style>