Shades of Electric Purple #C829E7
Tints of Electric Purple #C829E7
RGB
CMYK
RGB Variations
Color information
#C829E7 (or 0xC829E7) is known color: Electric Purple. HEX triplet: C8, 29 and E7. RGB value is (200,41,231). Sum of RGB (Red+Green+Blue) = 200+41+231=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #C829E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C829E7 is #37D618. Grayscale: #6D6D6D. Windows color (decimal): -3659289 or 15149512. OLE color: 15149512.
HSL color Cylindrical-coordinate representation of color #C829E7: hue angle of 290.21º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C829E7 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 41 | 231 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.09 |
| HSL | 290.21º | 0.8% | 0.53% | - |
| HSV(B) | 290.21º | 0.82% | 0.91% | - |
| XYZ | 39.04 | 19.63 | 77.33 | - |
| YUV | 110.2 | 196.18 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 231 | 0.13 | 0.82 | 0 | 0.09 | 290.21 | 0.8 | 0.53 |
| Hex | C8 | 29 | E7 | D | 52 | 0 | 9 | 122 | 50 | 35 |
| Octal | 310 | 51 | 347 | 15 | 122 | 0 | 11 | 442 | 120 | 65 |
| Binary | 11001000 | 101001 | 11100111 | 1101 | 1010010 | 0 | 1001 | 100100010 | 1010000 | 110101 |
Color Harmonies of #C829E7
Complementary color
Monochromatic Colors of #C829E7
Black with #C829E7
Text Example
Text Example
White with #C829E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C829E7; }
p { color: rgb(200,41,231); }
H1.HeaderClassName
{
color: #C829E7;
}
.AnyTagClassName
{
color: #C829E7;
}
</style>
background-color css
<style>
a { background-color: #C829E7; }
a { background-color: rgb(200,41,231); }
div.DivClassName
{
background-color: #C829E7;
}
.BgClassName
{
background-color: #C829E7;
}
</style>
border-color css
<style>
span { border-color: #C829E7; }
span { border-color: rgb(200,41,231); }
td.TdClassName
{
border-color: #C829E7;
}
.TagClassName
{
border-color: #C829E7;
}
</style>