Shades of Heliotrope #C64DFE
Tints of Heliotrope #C64DFE
RGB
CMYK
RGB Variations
Color information
#C64DFE (or 0xC64DFE) is known color: Heliotrope. HEX triplet: C6, 4D and FE. RGB value is (198,77,254). Sum of RGB (Red+Green+Blue) = 198+77+254=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 77 (30.47% from 255 or 14.56% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #C64DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64DFE is #39B201. Grayscale: #848484. Windows color (decimal): -3781122 or 16666054. OLE color: 16666054.
HSL color Cylindrical-coordinate representation of color #C64DFE: hue angle of 281.02º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C64DFE is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 77 | 254 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.00 |
| HSL | 281.02º | 0.99% | 0.65% | - |
| HSV(B) | 281.02º | 0.7% | 1% | - |
| XYZ | 43.83 | 24.47 | 96.18 | - |
| YUV | 133.36 | 196.09 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 254 | 0.22 | 0.70 | 0 | 0.00 | 281.02 | 0.99 | 0.65 |
| Hex | C6 | 4D | FE | 16 | 46 | 0 | 0 | 119 | 63 | 41 |
| Octal | 306 | 115 | 376 | 26 | 106 | 0 | 0 | 431 | 143 | 101 |
| Binary | 11000110 | 1001101 | 11111110 | 10110 | 1000110 | 0 | 0 | 100011001 | 1100011 | 1000001 |
Color Harmonies of #C64DFE
Complementary color
Monochromatic Colors of #C64DFE
Black with #C64DFE
Text Example
Text Example
White with #C64DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64DFE; }
p { color: rgb(198,77,254); }
H1.HeaderClassName
{
color: #C64DFE;
}
.AnyTagClassName
{
color: #C64DFE;
}
</style>
background-color css
<style>
a { background-color: #C64DFE; }
a { background-color: rgb(198,77,254); }
div.DivClassName
{
background-color: #C64DFE;
}
.BgClassName
{
background-color: #C64DFE;
}
</style>
border-color css
<style>
span { border-color: #C64DFE; }
span { border-color: rgb(198,77,254); }
td.TdClassName
{
border-color: #C64DFE;
}
.TagClassName
{
border-color: #C64DFE;
}
</style>