Shades of Electric Purple #C830FC
Tints of Electric Purple #C830FC
RGB
CMYK
RGB Variations
Color information
#C830FC (or 0xC830FC) is known color: Electric Purple. HEX triplet: C8, 30 and FC. RGB value is (200,48,252). Sum of RGB (Red+Green+Blue) = 200+48+252=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #C830FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C830FC is #37CF03. Grayscale: #747474. Windows color (decimal): -3657476 or 16527560. OLE color: 16527560.
HSL color Cylindrical-coordinate representation of color #C830FC: hue angle of 284.71º 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 #C830FC is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 48 | 252 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.01 |
| HSL | 284.71º | 0.97% | 0.59% | - |
| HSV(B) | 284.71º | 0.81% | 0.99% | - |
| XYZ | 42.45 | 21.42 | 93.99 | - |
| YUV | 116.7 | 204.36 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 252 | 0.21 | 0.81 | 0 | 0.01 | 284.71 | 0.97 | 0.59 |
| Hex | C8 | 30 | FC | 15 | 51 | 0 | 1 | 11D | 61 | 3B |
| Octal | 310 | 60 | 374 | 25 | 121 | 0 | 1 | 435 | 141 | 73 |
| Binary | 11001000 | 110000 | 11111100 | 10101 | 1010001 | 0 | 1 | 100011101 | 1100001 | 111011 |
Color Harmonies of #C830FC
Complementary color
Monochromatic Colors of #C830FC
Black with #C830FC
Text Example
Text Example
White with #C830FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830FC; }
p { color: rgb(200,48,252); }
H1.HeaderClassName
{
color: #C830FC;
}
.AnyTagClassName
{
color: #C830FC;
}
</style>
background-color css
<style>
a { background-color: #C830FC; }
a { background-color: rgb(200,48,252); }
div.DivClassName
{
background-color: #C830FC;
}
.BgClassName
{
background-color: #C830FC;
}
</style>
border-color css
<style>
span { border-color: #C830FC; }
span { border-color: rgb(200,48,252); }
td.TdClassName
{
border-color: #C830FC;
}
.TagClassName
{
border-color: #C830FC;
}
</style>