Shades of Electric Purple #C615FC
Tints of Electric Purple #C615FC
RGB
CMYK
RGB Variations
Color information
#C615FC (or 0xC615FC) is known color: Electric Purple. HEX triplet: C6, 15 and FC. RGB value is (198,21,252). Sum of RGB (Red+Green+Blue) = 198+21+252=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 21 (8.59% from 255 or 4.46% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #C615FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C615FC is #39EA03. Grayscale: #636363. Windows color (decimal): -3795460 or 16520646. OLE color: 16520646.
HSL color Cylindrical-coordinate representation of color #C615FC: hue angle of 285.97º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C615FC is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 21 | 252 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.01 |
| HSL | 285.97º | 0.97% | 0.54% | - |
| HSV(B) | 285.97º | 0.92% | 0.99% | - |
| XYZ | 41.13 | 19.57 | 93.71 | - |
| YUV | 100.26 | 213.64 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 252 | 0.21 | 0.92 | 0 | 0.01 | 285.97 | 0.97 | 0.54 |
| Hex | C6 | 15 | FC | 15 | 5C | 0 | 1 | 11E | 61 | 36 |
| Octal | 306 | 25 | 374 | 25 | 134 | 0 | 1 | 436 | 141 | 66 |
| Binary | 11000110 | 10101 | 11111100 | 10101 | 1011100 | 0 | 1 | 100011110 | 1100001 | 110110 |
Color Harmonies of #C615FC
Complementary color
Monochromatic Colors of #C615FC
Black with #C615FC
Text Example
Text Example
White with #C615FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C615FC; }
p { color: rgb(198,21,252); }
H1.HeaderClassName
{
color: #C615FC;
}
.AnyTagClassName
{
color: #C615FC;
}
</style>
background-color css
<style>
a { background-color: #C615FC; }
a { background-color: rgb(198,21,252); }
div.DivClassName
{
background-color: #C615FC;
}
.BgClassName
{
background-color: #C615FC;
}
</style>
border-color css
<style>
span { border-color: #C615FC; }
span { border-color: rgb(198,21,252); }
td.TdClassName
{
border-color: #C615FC;
}
.TagClassName
{
border-color: #C615FC;
}
</style>