Shades of Electric Purple #C803FE
Tints of Electric Purple #C803FE
RGB
CMYK
RGB Variations
Color information
#C803FE (or 0xC803FE) is known color: Electric Purple. HEX triplet: C8, 03 and FE. RGB value is (200,3,254). Sum of RGB (Red+Green+Blue) = 200+3+254=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 3 (1.56% from 255 or 0.66% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #C803FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C803FE is #37FC01. Grayscale: #595959. Windows color (decimal): -3668994 or 16647112. OLE color: 16647112.
HSL color Cylindrical-coordinate representation of color #C803FE: hue angle of 287.09º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C803FE is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 3 | 254 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.00 |
| HSL | 287.09º | 0.99% | 0.5% | - |
| HSV(B) | 287.09º | 0.99% | 1% | - |
| XYZ | 41.74 | 19.5 | 95.33 | - |
| YUV | 90.52 | 220.27 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 254 | 0.21 | 0.99 | 0 | 0.00 | 287.09 | 0.99 | 0.5 |
| Hex | C8 | 3 | FE | 15 | 63 | 0 | 0 | 11F | 63 | 32 |
| Octal | 310 | 3 | 376 | 25 | 143 | 0 | 0 | 437 | 143 | 62 |
| Binary | 11001000 | 11 | 11111110 | 10101 | 1100011 | 0 | 0 | 100011111 | 1100011 | 110010 |
Color Harmonies of #C803FE
Complementary color
Monochromatic Colors of #C803FE
Black with #C803FE
Text Example
Text Example
White with #C803FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C803FE; }
p { color: rgb(200,3,254); }
H1.HeaderClassName
{
color: #C803FE;
}
.AnyTagClassName
{
color: #C803FE;
}
</style>
background-color css
<style>
a { background-color: #C803FE; }
a { background-color: rgb(200,3,254); }
div.DivClassName
{
background-color: #C803FE;
}
.BgClassName
{
background-color: #C803FE;
}
</style>
border-color css
<style>
span { border-color: #C803FE; }
span { border-color: rgb(200,3,254); }
td.TdClassName
{
border-color: #C803FE;
}
.TagClassName
{
border-color: #C803FE;
}
</style>