Shades of Electric Purple #C630FB
Tints of Electric Purple #C630FB
RGB
CMYK
RGB Variations
Color information
#C630FB (or 0xC630FB) is known color: Electric Purple. HEX triplet: C6, 30 and FB. RGB value is (198,48,251). Sum of RGB (Red+Green+Blue) = 198+48+251=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 48 (19.14% from 255 or 9.66% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #C630FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C630FB is #39CF04. Grayscale: #737373. Windows color (decimal): -3788549 or 16462022. OLE color: 16462022.
HSL color Cylindrical-coordinate representation of color #C630FB: hue angle of 284.33º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C630FB is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 48 | 251 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.02 |
| HSL | 284.34º | 0.96% | 0.59% | - |
| HSV(B) | 284.34º | 0.81% | 0.98% | - |
| XYZ | 41.76 | 21.08 | 93.14 | - |
| YUV | 115.99 | 204.2 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 251 | 0.21 | 0.81 | 0 | 0.02 | 284.34 | 0.96 | 0.59 |
| Hex | C6 | 30 | FB | 15 | 51 | 0 | 2 | 11C | 60 | 3B |
| Octal | 306 | 60 | 373 | 25 | 121 | 0 | 2 | 434 | 140 | 73 |
| Binary | 11000110 | 110000 | 11111011 | 10101 | 1010001 | 0 | 10 | 100011100 | 1100000 | 111011 |
Color Harmonies of #C630FB
Complementary color
Monochromatic Colors of #C630FB
Black with #C630FB
Text Example
Text Example
White with #C630FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C630FB; }
p { color: rgb(198,48,251); }
H1.HeaderClassName
{
color: #C630FB;
}
.AnyTagClassName
{
color: #C630FB;
}
</style>
background-color css
<style>
a { background-color: #C630FB; }
a { background-color: rgb(198,48,251); }
div.DivClassName
{
background-color: #C630FB;
}
.BgClassName
{
background-color: #C630FB;
}
</style>
border-color css
<style>
span { border-color: #C630FB; }
span { border-color: rgb(198,48,251); }
td.TdClassName
{
border-color: #C630FB;
}
.TagClassName
{
border-color: #C630FB;
}
</style>