Shades of Heliotrope #C64FFE
Tints of Heliotrope #C64FFE
RGB
CMYK
RGB Variations
Color information
#C64FFE (or 0xC64FFE) is known color: Heliotrope. HEX triplet: C6, 4F and FE. RGB value is (198,79,254). Sum of RGB (Red+Green+Blue) = 198+79+254=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 79 (31.25% from 255 or 14.88% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #C64FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64FFE is #39B001. Grayscale: #858585. Windows color (decimal): -3780610 or 16666566. OLE color: 16666566.
HSL color Cylindrical-coordinate representation of color #C64FFE: hue angle of 280.8º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C64FFE is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 79 | 254 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.00 |
| HSL | 280.8º | 0.99% | 0.65% | - |
| HSV(B) | 280.8º | 0.69% | 1% | - |
| XYZ | 43.97 | 24.75 | 96.23 | - |
| YUV | 134.53 | 195.42 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 254 | 0.22 | 0.69 | 0 | 0.00 | 280.8 | 0.99 | 0.65 |
| Hex | C6 | 4F | FE | 16 | 45 | 0 | 0 | 119 | 63 | 41 |
| Octal | 306 | 117 | 376 | 26 | 105 | 0 | 0 | 431 | 143 | 101 |
| Binary | 11000110 | 1001111 | 11111110 | 10110 | 1000101 | 0 | 0 | 100011001 | 1100011 | 1000001 |
Color Harmonies of #C64FFE
Complementary color
Monochromatic Colors of #C64FFE
Black with #C64FFE
Text Example
Text Example
White with #C64FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64FFE; }
p { color: rgb(198,79,254); }
H1.HeaderClassName
{
color: #C64FFE;
}
.AnyTagClassName
{
color: #C64FFE;
}
</style>
background-color css
<style>
a { background-color: #C64FFE; }
a { background-color: rgb(198,79,254); }
div.DivClassName
{
background-color: #C64FFE;
}
.BgClassName
{
background-color: #C64FFE;
}
</style>
border-color css
<style>
span { border-color: #C64FFE; }
span { border-color: rgb(198,79,254); }
td.TdClassName
{
border-color: #C64FFE;
}
.TagClassName
{
border-color: #C64FFE;
}
</style>