Shades of Electric Purple #C819FA
Tints of Electric Purple #C819FA
RGB
CMYK
RGB Variations
Color information
#C819FA (or 0xC819FA) is known color: Electric Purple. HEX triplet: C8, 19 and FA. RGB value is (200,25,250). Sum of RGB (Red+Green+Blue) = 200+25+250=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 25 (10.16% from 255 or 5.26% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #C819FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C819FA is #37E605. Grayscale: #666666. Windows color (decimal): -3663366 or 16390600. OLE color: 16390600.
HSL color Cylindrical-coordinate representation of color #C819FA: hue angle of 286.67º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C819FA is Cyan = 0.2, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 25 | 250 | - |
| CMYK | 0.2 | 0.9 | 0 | 0.02 |
| HSL | 286.67º | 0.96% | 0.54% | - |
| HSV(B) | 286.67º | 0.9% | 0.98% | - |
| XYZ | 41.42 | 19.88 | 92.1 | - |
| YUV | 102.98 | 210.98 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 250 | 0.2 | 0.9 | 0 | 0.02 | 286.67 | 0.96 | 0.54 |
| Hex | C8 | 19 | FA | 14 | 5A | 0 | 2 | 11F | 60 | 36 |
| Octal | 310 | 31 | 372 | 24 | 132 | 0 | 2 | 437 | 140 | 66 |
| Binary | 11001000 | 11001 | 11111010 | 10100 | 1011010 | 0 | 10 | 100011111 | 1100000 | 110110 |
Color Harmonies of #C819FA
Complementary color
Monochromatic Colors of #C819FA
Black with #C819FA
Text Example
Text Example
White with #C819FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C819FA; }
p { color: rgb(200,25,250); }
H1.HeaderClassName
{
color: #C819FA;
}
.AnyTagClassName
{
color: #C819FA;
}
</style>
background-color css
<style>
a { background-color: #C819FA; }
a { background-color: rgb(200,25,250); }
div.DivClassName
{
background-color: #C819FA;
}
.BgClassName
{
background-color: #C819FA;
}
</style>
border-color css
<style>
span { border-color: #C819FA; }
span { border-color: rgb(200,25,250); }
td.TdClassName
{
border-color: #C819FA;
}
.TagClassName
{
border-color: #C819FA;
}
</style>