Shades of Electric Purple #C829FA
Tints of Electric Purple #C829FA
RGB
CMYK
RGB Variations
Color information
#C829FA (or 0xC829FA) is known color: Electric Purple. HEX triplet: C8, 29 and FA. RGB value is (200,41,250). Sum of RGB (Red+Green+Blue) = 200+41+250=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #C829FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C829FA is #37D605. Grayscale: #6F6F6F. Windows color (decimal): -3659270 or 16394696. OLE color: 16394696.
HSL color Cylindrical-coordinate representation of color #C829FA: hue angle of 285.65º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C829FA is Cyan = 0.2, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 41 | 250 | - |
| CMYK | 0.2 | 0.84 | 0 | 0.02 |
| HSL | 285.65º | 0.95% | 0.57% | - |
| HSV(B) | 285.65º | 0.84% | 0.98% | - |
| XYZ | 41.87 | 20.77 | 92.24 | - |
| YUV | 112.37 | 205.68 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 250 | 0.2 | 0.84 | 0 | 0.02 | 285.65 | 0.95 | 0.57 |
| Hex | C8 | 29 | FA | 14 | 54 | 0 | 2 | 11E | 5F | 39 |
| Octal | 310 | 51 | 372 | 24 | 124 | 0 | 2 | 436 | 137 | 71 |
| Binary | 11001000 | 101001 | 11111010 | 10100 | 1010100 | 0 | 10 | 100011110 | 1011111 | 111001 |
Color Harmonies of #C829FA
Complementary color
Monochromatic Colors of #C829FA
Black with #C829FA
Text Example
Text Example
White with #C829FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C829FA; }
p { color: rgb(200,41,250); }
H1.HeaderClassName
{
color: #C829FA;
}
.AnyTagClassName
{
color: #C829FA;
}
</style>
background-color css
<style>
a { background-color: #C829FA; }
a { background-color: rgb(200,41,250); }
div.DivClassName
{
background-color: #C829FA;
}
.BgClassName
{
background-color: #C829FA;
}
</style>
border-color css
<style>
span { border-color: #C829FA; }
span { border-color: rgb(200,41,250); }
td.TdClassName
{
border-color: #C829FA;
}
.TagClassName
{
border-color: #C829FA;
}
</style>