Shades of Electric Purple #C830FF
Tints of Electric Purple #C830FF
RGB
CMYK
RGB Variations
Color information
#C830FF (or 0xC830FF) is known color: Electric Purple. HEX triplet: C8, 30 and FF. RGB value is (200,48,255). Sum of RGB (Red+Green+Blue) = 200+48+255=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #C830FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C830FF is #37CF00. Grayscale: #747474. Windows color (decimal): -3657473 or 16724168. OLE color: 16724168.
HSL color Cylindrical-coordinate representation of color #C830FF: hue angle of 284.06º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C830FF is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 48 | 255 | - |
| CMYK | 0.22 | 0.81 | 0 | 0 |
| HSL | 284.06º | 1% | 0.59% | - |
| HSV(B) | 284.06º | 0.81% | 1% | - |
| XYZ | 42.93 | 21.61 | 96.52 | - |
| YUV | 117.05 | 205.86 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 255 | 0.22 | 0.81 | 0 | 0 | 284.06 | 1 | 0.59 |
| Hex | C8 | 30 | FF | 16 | 51 | 0 | 0 | 11C | 64 | 3B |
| Octal | 310 | 60 | 377 | 26 | 121 | 0 | 0 | 434 | 144 | 73 |
| Binary | 11001000 | 110000 | 11111111 | 10110 | 1010001 | 0 | 0 | 100011100 | 1100100 | 111011 |
Color Harmonies of #C830FF
Complementary color
Monochromatic Colors of #C830FF
Black with #C830FF
Text Example
Text Example
White with #C830FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830FF; }
p { color: rgb(200,48,255); }
H1.HeaderClassName
{
color: #C830FF;
}
.AnyTagClassName
{
color: #C830FF;
}
</style>
background-color css
<style>
a { background-color: #C830FF; }
a { background-color: rgb(200,48,255); }
div.DivClassName
{
background-color: #C830FF;
}
.BgClassName
{
background-color: #C830FF;
}
</style>
border-color css
<style>
span { border-color: #C830FF; }
span { border-color: rgb(200,48,255); }
td.TdClassName
{
border-color: #C830FF;
}
.TagClassName
{
border-color: #C830FF;
}
</style>