Shades of Electric Purple #C830FE
Tints of Electric Purple #C830FE
RGB
CMYK
RGB Variations
Color information
#C830FE (or 0xC830FE) is known color: Electric Purple. HEX triplet: C8, 30 and FE. RGB value is (200,48,254). Sum of RGB (Red+Green+Blue) = 200+48+254=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 48 (19.14% from 255 or 9.56% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #C830FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C830FE is #37CF01. Grayscale: #747474. Windows color (decimal): -3657474 or 16658632. OLE color: 16658632.
HSL color Cylindrical-coordinate representation of color #C830FE: hue angle of 284.27º 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 #C830FE is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 48 | 254 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.00 |
| HSL | 284.27º | 0.99% | 0.59% | - |
| HSV(B) | 284.27º | 0.81% | 1% | - |
| XYZ | 42.77 | 21.55 | 95.67 | - |
| YUV | 116.93 | 205.36 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 254 | 0.21 | 0.81 | 0 | 0.00 | 284.27 | 0.99 | 0.59 |
| Hex | C8 | 30 | FE | 15 | 51 | 0 | 0 | 11C | 63 | 3B |
| Octal | 310 | 60 | 376 | 25 | 121 | 0 | 0 | 434 | 143 | 73 |
| Binary | 11001000 | 110000 | 11111110 | 10101 | 1010001 | 0 | 0 | 100011100 | 1100011 | 111011 |
Color Harmonies of #C830FE
Complementary color
Monochromatic Colors of #C830FE
Black with #C830FE
Text Example
Text Example
White with #C830FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830FE; }
p { color: rgb(200,48,254); }
H1.HeaderClassName
{
color: #C830FE;
}
.AnyTagClassName
{
color: #C830FE;
}
</style>
background-color css
<style>
a { background-color: #C830FE; }
a { background-color: rgb(200,48,254); }
div.DivClassName
{
background-color: #C830FE;
}
.BgClassName
{
background-color: #C830FE;
}
</style>
border-color css
<style>
span { border-color: #C830FE; }
span { border-color: rgb(200,48,254); }
td.TdClassName
{
border-color: #C830FE;
}
.TagClassName
{
border-color: #C830FE;
}
</style>