Shades of Heliotrope #C64DFF
Tints of Heliotrope #C64DFF
RGB
CMYK
RGB Variations
Color information
#C64DFF (or 0xC64DFF) is known color: Heliotrope. HEX triplet: C6, 4D and FF. RGB value is (198,77,255). Sum of RGB (Red+Green+Blue) = 198+77+255=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #C64DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64DFF is #39B200. Grayscale: #848484. Windows color (decimal): -3781121 or 16731590. OLE color: 16731590.
HSL color Cylindrical-coordinate representation of color #C64DFF: hue angle of 280.79º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C64DFF is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 77 | 255 | - |
| CMYK | 0.22 | 0.70 | 0 | 0 |
| HSL | 280.79º | 1% | 0.65% | - |
| HSV(B) | 280.79º | 0.7% | 1% | - |
| XYZ | 43.99 | 24.53 | 97.02 | - |
| YUV | 133.47 | 196.59 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 255 | 0.22 | 0.70 | 0 | 0 | 280.79 | 1 | 0.65 |
| Hex | C6 | 4D | FF | 16 | 46 | 0 | 0 | 119 | 64 | 41 |
| Octal | 306 | 115 | 377 | 26 | 106 | 0 | 0 | 431 | 144 | 101 |
| Binary | 11000110 | 1001101 | 11111111 | 10110 | 1000110 | 0 | 0 | 100011001 | 1100100 | 1000001 |
Color Harmonies of #C64DFF
Complementary color
Monochromatic Colors of #C64DFF
Black with #C64DFF
Text Example
Text Example
White with #C64DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64DFF; }
p { color: rgb(198,77,255); }
H1.HeaderClassName
{
color: #C64DFF;
}
.AnyTagClassName
{
color: #C64DFF;
}
</style>
background-color css
<style>
a { background-color: #C64DFF; }
a { background-color: rgb(198,77,255); }
div.DivClassName
{
background-color: #C64DFF;
}
.BgClassName
{
background-color: #C64DFF;
}
</style>
border-color css
<style>
span { border-color: #C64DFF; }
span { border-color: rgb(198,77,255); }
td.TdClassName
{
border-color: #C64DFF;
}
.TagClassName
{
border-color: #C64DFF;
}
</style>