Shades of Electric Purple #C624FA
Tints of Electric Purple #C624FA
RGB
CMYK
RGB Variations
Color information
#C624FA (or 0xC624FA) is known color: Electric Purple. HEX triplet: C6, 24 and FA. RGB value is (198,36,250). Sum of RGB (Red+Green+Blue) = 198+36+250=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 36 (14.45% from 255 or 7.44% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #C624FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C624FA is #39DB05. Grayscale: #6C6C6C. Windows color (decimal): -3791622 or 16393414. OLE color: 16393414.
HSL color Cylindrical-coordinate representation of color #C624FA: hue angle of 285.42º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C624FA is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 36 | 250 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.02 |
| HSL | 285.42º | 0.96% | 0.56% | - |
| HSV(B) | 285.42º | 0.86% | 0.98% | - |
| XYZ | 41.17 | 20.17 | 92.17 | - |
| YUV | 108.83 | 207.67 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 250 | 0.21 | 0.86 | 0 | 0.02 | 285.42 | 0.96 | 0.56 |
| Hex | C6 | 24 | FA | 15 | 56 | 0 | 2 | 11D | 60 | 38 |
| Octal | 306 | 44 | 372 | 25 | 126 | 0 | 2 | 435 | 140 | 70 |
| Binary | 11000110 | 100100 | 11111010 | 10101 | 1010110 | 0 | 10 | 100011101 | 1100000 | 111000 |
Color Harmonies of #C624FA
Complementary color
Monochromatic Colors of #C624FA
Black with #C624FA
Text Example
Text Example
White with #C624FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C624FA; }
p { color: rgb(198,36,250); }
H1.HeaderClassName
{
color: #C624FA;
}
.AnyTagClassName
{
color: #C624FA;
}
</style>
background-color css
<style>
a { background-color: #C624FA; }
a { background-color: rgb(198,36,250); }
div.DivClassName
{
background-color: #C624FA;
}
.BgClassName
{
background-color: #C624FA;
}
</style>
border-color css
<style>
span { border-color: #C624FA; }
span { border-color: rgb(198,36,250); }
td.TdClassName
{
border-color: #C624FA;
}
.TagClassName
{
border-color: #C624FA;
}
</style>