Shades of Electric Purple #C614FF
Tints of Electric Purple #C614FF
RGB
CMYK
RGB Variations
Color information
#C614FF (or 0xC614FF) is known color: Electric Purple. HEX triplet: C6, 14 and FF. RGB value is (198,20,255). Sum of RGB (Red+Green+Blue) = 198+20+255=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #C614FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C614FF is #39EB00. Grayscale: #636363. Windows color (decimal): -3795713 or 16716998. OLE color: 16716998.
HSL color Cylindrical-coordinate representation of color #C614FF: hue angle of 285.45º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C614FF is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 20 | 255 | - |
| CMYK | 0.22 | 0.92 | 0 | 0 |
| HSL | 285.45º | 1% | 0.54% | - |
| HSV(B) | 285.45º | 0.92% | 1% | - |
| XYZ | 41.59 | 19.73 | 96.22 | - |
| YUV | 100.01 | 215.47 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 255 | 0.22 | 0.92 | 0 | 0 | 285.45 | 1 | 0.54 |
| Hex | C6 | 14 | FF | 16 | 5C | 0 | 0 | 11D | 64 | 36 |
| Octal | 306 | 24 | 377 | 26 | 134 | 0 | 0 | 435 | 144 | 66 |
| Binary | 11000110 | 10100 | 11111111 | 10110 | 1011100 | 0 | 0 | 100011101 | 1100100 | 110110 |
Color Harmonies of #C614FF
Complementary color
Monochromatic Colors of #C614FF
Black with #C614FF
Text Example
Text Example
White with #C614FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C614FF; }
p { color: rgb(198,20,255); }
H1.HeaderClassName
{
color: #C614FF;
}
.AnyTagClassName
{
color: #C614FF;
}
</style>
background-color css
<style>
a { background-color: #C614FF; }
a { background-color: rgb(198,20,255); }
div.DivClassName
{
background-color: #C614FF;
}
.BgClassName
{
background-color: #C614FF;
}
</style>
border-color css
<style>
span { border-color: #C614FF; }
span { border-color: rgb(198,20,255); }
td.TdClassName
{
border-color: #C614FF;
}
.TagClassName
{
border-color: #C614FF;
}
</style>