Shades of Electric Purple #C624FE
Tints of Electric Purple #C624FE
RGB
CMYK
RGB Variations
Color information
#C624FE (or 0xC624FE) is known color: Electric Purple. HEX triplet: C6, 24 and FE. RGB value is (198,36,254). Sum of RGB (Red+Green+Blue) = 198+36+254=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 36 (14.45% from 255 or 7.38% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #C624FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C624FE is #39DB01. Grayscale: #6C6C6C. Windows color (decimal): -3791618 or 16655558. OLE color: 16655558.
HSL color Cylindrical-coordinate representation of color #C624FE: hue angle of 284.59º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C624FE is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 36 | 254 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.00 |
| HSL | 284.59º | 0.99% | 0.57% | - |
| HSV(B) | 284.59º | 0.86% | 1% | - |
| XYZ | 41.81 | 20.42 | 95.5 | - |
| YUV | 109.29 | 209.67 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 254 | 0.22 | 0.86 | 0 | 0.00 | 284.59 | 0.99 | 0.57 |
| Hex | C6 | 24 | FE | 16 | 56 | 0 | 0 | 11D | 63 | 39 |
| Octal | 306 | 44 | 376 | 26 | 126 | 0 | 0 | 435 | 143 | 71 |
| Binary | 11000110 | 100100 | 11111110 | 10110 | 1010110 | 0 | 0 | 100011101 | 1100011 | 111001 |
Color Harmonies of #C624FE
Complementary color
Monochromatic Colors of #C624FE
Black with #C624FE
Text Example
Text Example
White with #C624FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C624FE; }
p { color: rgb(198,36,254); }
H1.HeaderClassName
{
color: #C624FE;
}
.AnyTagClassName
{
color: #C624FE;
}
</style>
background-color css
<style>
a { background-color: #C624FE; }
a { background-color: rgb(198,36,254); }
div.DivClassName
{
background-color: #C624FE;
}
.BgClassName
{
background-color: #C624FE;
}
</style>
border-color css
<style>
span { border-color: #C624FE; }
span { border-color: rgb(198,36,254); }
td.TdClassName
{
border-color: #C624FE;
}
.TagClassName
{
border-color: #C624FE;
}
</style>