Shades of Heliotrope #C64EFF
Tints of Heliotrope #C64EFF
RGB
CMYK
RGB Variations
Color information
#C64EFF (or 0xC64EFF) is known color: Heliotrope. HEX triplet: C6, 4E and FF. RGB value is (198,78,255). Sum of RGB (Red+Green+Blue) = 198+78+255=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 78 (30.86% from 255 or 14.69% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #C64EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64EFF is #39B100. Grayscale: #858585. Windows color (decimal): -3780865 or 16731846. OLE color: 16731846.
HSL color Cylindrical-coordinate representation of color #C64EFF: hue angle of 280.68º 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 #C64EFF is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 78 | 255 | - |
| CMYK | 0.22 | 0.69 | 0 | 0 |
| HSL | 280.68º | 1% | 0.65% | - |
| HSV(B) | 280.68º | 0.69% | 1% | - |
| XYZ | 44.06 | 24.67 | 97.05 | - |
| YUV | 134.06 | 196.26 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 255 | 0.22 | 0.69 | 0 | 0 | 280.68 | 1 | 0.65 |
| Hex | C6 | 4E | FF | 16 | 45 | 0 | 0 | 119 | 64 | 41 |
| Octal | 306 | 116 | 377 | 26 | 105 | 0 | 0 | 431 | 144 | 101 |
| Binary | 11000110 | 1001110 | 11111111 | 10110 | 1000101 | 0 | 0 | 100011001 | 1100100 | 1000001 |
Color Harmonies of #C64EFF
Complementary color
Monochromatic Colors of #C64EFF
Black with #C64EFF
Text Example
Text Example
White with #C64EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EFF; }
p { color: rgb(198,78,255); }
H1.HeaderClassName
{
color: #C64EFF;
}
.AnyTagClassName
{
color: #C64EFF;
}
</style>
background-color css
<style>
a { background-color: #C64EFF; }
a { background-color: rgb(198,78,255); }
div.DivClassName
{
background-color: #C64EFF;
}
.BgClassName
{
background-color: #C64EFF;
}
</style>
border-color css
<style>
span { border-color: #C64EFF; }
span { border-color: rgb(198,78,255); }
td.TdClassName
{
border-color: #C64EFF;
}
.TagClassName
{
border-color: #C64EFF;
}
</style>