Shades of Electric Purple #C630FC
Tints of Electric Purple #C630FC
RGB
CMYK
RGB Variations
Color information
#C630FC (or 0xC630FC) is known color: Electric Purple. HEX triplet: C6, 30 and FC. RGB value is (198,48,252). Sum of RGB (Red+Green+Blue) = 198+48+252=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 48 (19.14% from 255 or 9.64% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #C630FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C630FC is #39CF03. Grayscale: #737373. Windows color (decimal): -3788548 or 16527558. OLE color: 16527558.
HSL color Cylindrical-coordinate representation of color #C630FC: hue angle of 284.12º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C630FC is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 48 | 252 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.01 |
| HSL | 284.12º | 0.97% | 0.59% | - |
| HSV(B) | 284.12º | 0.81% | 0.99% | - |
| XYZ | 41.92 | 21.15 | 93.97 | - |
| YUV | 116.11 | 204.7 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 252 | 0.21 | 0.81 | 0 | 0.01 | 284.12 | 0.97 | 0.59 |
| Hex | C6 | 30 | FC | 15 | 51 | 0 | 1 | 11C | 61 | 3B |
| Octal | 306 | 60 | 374 | 25 | 121 | 0 | 1 | 434 | 141 | 73 |
| Binary | 11000110 | 110000 | 11111100 | 10101 | 1010001 | 0 | 1 | 100011100 | 1100001 | 111011 |
Color Harmonies of #C630FC
Complementary color
Monochromatic Colors of #C630FC
Black with #C630FC
Text Example
Text Example
White with #C630FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C630FC; }
p { color: rgb(198,48,252); }
H1.HeaderClassName
{
color: #C630FC;
}
.AnyTagClassName
{
color: #C630FC;
}
</style>
background-color css
<style>
a { background-color: #C630FC; }
a { background-color: rgb(198,48,252); }
div.DivClassName
{
background-color: #C630FC;
}
.BgClassName
{
background-color: #C630FC;
}
</style>
border-color css
<style>
span { border-color: #C630FC; }
span { border-color: rgb(198,48,252); }
td.TdClassName
{
border-color: #C630FC;
}
.TagClassName
{
border-color: #C630FC;
}
</style>