Shades of Electric Purple #C624FC
Tints of Electric Purple #C624FC
RGB
CMYK
RGB Variations
Color information
#C624FC (or 0xC624FC) is known color: Electric Purple. HEX triplet: C6, 24 and FC. RGB value is (198,36,252). Sum of RGB (Red+Green+Blue) = 198+36+252=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 36 (14.45% from 255 or 7.41% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #C624FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C624FC is #39DB03. Grayscale: #6C6C6C. Windows color (decimal): -3791620 or 16524486. OLE color: 16524486.
HSL color Cylindrical-coordinate representation of color #C624FC: hue angle of 285º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C624FC is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 36 | 252 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.01 |
| HSL | 285º | 0.97% | 0.56% | - |
| HSV(B) | 285º | 0.86% | 0.99% | - |
| XYZ | 41.49 | 20.3 | 93.83 | - |
| YUV | 109.06 | 208.67 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 252 | 0.21 | 0.86 | 0 | 0.01 | 285 | 0.97 | 0.56 |
| Hex | C6 | 24 | FC | 15 | 56 | 0 | 1 | 11D | 61 | 38 |
| Octal | 306 | 44 | 374 | 25 | 126 | 0 | 1 | 435 | 141 | 70 |
| Binary | 11000110 | 100100 | 11111100 | 10101 | 1010110 | 0 | 1 | 100011101 | 1100001 | 111000 |
Color Harmonies of #C624FC
Complementary color
Monochromatic Colors of #C624FC
Black with #C624FC
Text Example
Text Example
White with #C624FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C624FC; }
p { color: rgb(198,36,252); }
H1.HeaderClassName
{
color: #C624FC;
}
.AnyTagClassName
{
color: #C624FC;
}
</style>
background-color css
<style>
a { background-color: #C624FC; }
a { background-color: rgb(198,36,252); }
div.DivClassName
{
background-color: #C624FC;
}
.BgClassName
{
background-color: #C624FC;
}
</style>
border-color css
<style>
span { border-color: #C624FC; }
span { border-color: rgb(198,36,252); }
td.TdClassName
{
border-color: #C624FC;
}
.TagClassName
{
border-color: #C624FC;
}
</style>