Shades of Electric Purple #C829EF
Tints of Electric Purple #C829EF
RGB
CMYK
RGB Variations
Color information
#C829EF (or 0xC829EF) is known color: Electric Purple. HEX triplet: C8, 29 and EF. RGB value is (200,41,239). Sum of RGB (Red+Green+Blue) = 200+41+239=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 41 (16.41% from 255 or 8.54% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #C829EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C829EF is #37D610. Grayscale: #6E6E6E. Windows color (decimal): -3659281 or 15673800. OLE color: 15673800.
HSL color Cylindrical-coordinate representation of color #C829EF: hue angle of 288.18º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C829EF is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 41 | 239 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.06 |
| HSL | 288.18º | 0.86% | 0.55% | - |
| HSV(B) | 288.18º | 0.83% | 0.94% | - |
| XYZ | 40.19 | 20.1 | 83.42 | - |
| YUV | 111.11 | 200.18 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 239 | 0.16 | 0.83 | 0 | 0.06 | 288.18 | 0.86 | 0.55 |
| Hex | C8 | 29 | EF | 10 | 53 | 0 | 6 | 120 | 56 | 37 |
| Octal | 310 | 51 | 357 | 20 | 123 | 0 | 6 | 440 | 126 | 67 |
| Binary | 11001000 | 101001 | 11101111 | 10000 | 1010011 | 0 | 110 | 100100000 | 1010110 | 110111 |
Color Harmonies of #C829EF
Complementary color
Monochromatic Colors of #C829EF
Black with #C829EF
Text Example
Text Example
White with #C829EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C829EF; }
p { color: rgb(200,41,239); }
H1.HeaderClassName
{
color: #C829EF;
}
.AnyTagClassName
{
color: #C829EF;
}
</style>
background-color css
<style>
a { background-color: #C829EF; }
a { background-color: rgb(200,41,239); }
div.DivClassName
{
background-color: #C829EF;
}
.BgClassName
{
background-color: #C829EF;
}
</style>
border-color css
<style>
span { border-color: #C829EF; }
span { border-color: rgb(200,41,239); }
td.TdClassName
{
border-color: #C829EF;
}
.TagClassName
{
border-color: #C829EF;
}
</style>