Shades of Electric Purple #C630FE
Tints of Electric Purple #C630FE
RGB
CMYK
RGB Variations
Color information
#C630FE (or 0xC630FE) is known color: Electric Purple. HEX triplet: C6, 30 and FE. RGB value is (198,48,254). Sum of RGB (Red+Green+Blue) = 198+48+254=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #C630FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C630FE is #39CF01. Grayscale: #737373. Windows color (decimal): -3788546 or 16658630. OLE color: 16658630.
HSL color Cylindrical-coordinate representation of color #C630FE: hue angle of 283.69º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C630FE is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 48 | 254 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.00 |
| HSL | 283.69º | 0.99% | 0.59% | - |
| HSV(B) | 283.69º | 0.81% | 1% | - |
| XYZ | 42.24 | 21.28 | 95.65 | - |
| YUV | 116.33 | 205.7 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 254 | 0.22 | 0.81 | 0 | 0.00 | 283.69 | 0.99 | 0.59 |
| Hex | C6 | 30 | FE | 16 | 51 | 0 | 0 | 11C | 63 | 3B |
| Octal | 306 | 60 | 376 | 26 | 121 | 0 | 0 | 434 | 143 | 73 |
| Binary | 11000110 | 110000 | 11111110 | 10110 | 1010001 | 0 | 0 | 100011100 | 1100011 | 111011 |
Color Harmonies of #C630FE
Complementary color
Monochromatic Colors of #C630FE
Black with #C630FE
Text Example
Text Example
White with #C630FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C630FE; }
p { color: rgb(198,48,254); }
H1.HeaderClassName
{
color: #C630FE;
}
.AnyTagClassName
{
color: #C630FE;
}
</style>
background-color css
<style>
a { background-color: #C630FE; }
a { background-color: rgb(198,48,254); }
div.DivClassName
{
background-color: #C630FE;
}
.BgClassName
{
background-color: #C630FE;
}
</style>
border-color css
<style>
span { border-color: #C630FE; }
span { border-color: rgb(198,48,254); }
td.TdClassName
{
border-color: #C630FE;
}
.TagClassName
{
border-color: #C630FE;
}
</style>