Shades of Electric Purple #C614FC
Tints of Electric Purple #C614FC
RGB
CMYK
RGB Variations
Color information
#C614FC (or 0xC614FC) is known color: Electric Purple. HEX triplet: C6, 14 and FC. RGB value is (198,20,252). Sum of RGB (Red+Green+Blue) = 198+20+252=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 20 (8.20% from 255 or 4.26% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #C614FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C614FC is #39EB03. Grayscale: #626262. Windows color (decimal): -3795716 or 16520390. OLE color: 16520390.
HSL color Cylindrical-coordinate representation of color #C614FC: hue angle of 286.03º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C614FC is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 20 | 252 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.01 |
| HSL | 286.03º | 0.97% | 0.53% | - |
| HSV(B) | 286.03º | 0.92% | 0.99% | - |
| XYZ | 41.11 | 19.53 | 93.7 | - |
| YUV | 99.67 | 213.97 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 252 | 0.21 | 0.92 | 0 | 0.01 | 286.03 | 0.97 | 0.53 |
| Hex | C6 | 14 | FC | 15 | 5C | 0 | 1 | 11E | 61 | 35 |
| Octal | 306 | 24 | 374 | 25 | 134 | 0 | 1 | 436 | 141 | 65 |
| Binary | 11000110 | 10100 | 11111100 | 10101 | 1011100 | 0 | 1 | 100011110 | 1100001 | 110101 |
Color Harmonies of #C614FC
Complementary color
Monochromatic Colors of #C614FC
Black with #C614FC
Text Example
Text Example
White with #C614FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C614FC; }
p { color: rgb(198,20,252); }
H1.HeaderClassName
{
color: #C614FC;
}
.AnyTagClassName
{
color: #C614FC;
}
</style>
background-color css
<style>
a { background-color: #C614FC; }
a { background-color: rgb(198,20,252); }
div.DivClassName
{
background-color: #C614FC;
}
.BgClassName
{
background-color: #C614FC;
}
</style>
border-color css
<style>
span { border-color: #C614FC; }
span { border-color: rgb(198,20,252); }
td.TdClassName
{
border-color: #C614FC;
}
.TagClassName
{
border-color: #C614FC;
}
</style>