Shades of Electric Purple #C830FA
Tints of Electric Purple #C830FA
RGB
CMYK
RGB Variations
Color information
#C830FA (or 0xC830FA) is known color: Electric Purple. HEX triplet: C8, 30 and FA. RGB value is (200,48,250). Sum of RGB (Red+Green+Blue) = 200+48+250=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 48 (19.14% from 255 or 9.64% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #C830FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C830FA is #37CF05. Grayscale: #737373. Windows color (decimal): -3657478 or 16396488. OLE color: 16396488.
HSL color Cylindrical-coordinate representation of color #C830FA: hue angle of 285.15º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C830FA is Cyan = 0.2, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 48 | 250 | - |
| CMYK | 0.2 | 0.81 | 0 | 0.02 |
| HSL | 285.15º | 0.95% | 0.58% | - |
| HSV(B) | 285.15º | 0.81% | 0.98% | - |
| XYZ | 42.13 | 21.3 | 92.33 | - |
| YUV | 116.48 | 203.36 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 250 | 0.2 | 0.81 | 0 | 0.02 | 285.15 | 0.95 | 0.58 |
| Hex | C8 | 30 | FA | 14 | 51 | 0 | 2 | 11D | 5F | 3A |
| Octal | 310 | 60 | 372 | 24 | 121 | 0 | 2 | 435 | 137 | 72 |
| Binary | 11001000 | 110000 | 11111010 | 10100 | 1010001 | 0 | 10 | 100011101 | 1011111 | 111010 |
Color Harmonies of #C830FA
Complementary color
Monochromatic Colors of #C830FA
Black with #C830FA
Text Example
Text Example
White with #C830FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830FA; }
p { color: rgb(200,48,250); }
H1.HeaderClassName
{
color: #C830FA;
}
.AnyTagClassName
{
color: #C830FA;
}
</style>
background-color css
<style>
a { background-color: #C830FA; }
a { background-color: rgb(200,48,250); }
div.DivClassName
{
background-color: #C830FA;
}
.BgClassName
{
background-color: #C830FA;
}
</style>
border-color css
<style>
span { border-color: #C830FA; }
span { border-color: rgb(200,48,250); }
td.TdClassName
{
border-color: #C830FA;
}
.TagClassName
{
border-color: #C830FA;
}
</style>