Shades of Electric Purple #C823E9
Tints of Electric Purple #C823E9
RGB
CMYK
RGB Variations
Color information
#C823E9 (or 0xC823E9) is known color: Electric Purple. HEX triplet: C8, 23 and E9. RGB value is (200,35,233). Sum of RGB (Red+Green+Blue) = 200+35+233=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #C823E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C823E9 is #37DC16. Grayscale: #6A6A6A. Windows color (decimal): -3660823 or 15279048. OLE color: 15279048.
HSL color Cylindrical-coordinate representation of color #C823E9: hue angle of 290º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C823E9 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 35 | 233 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.09 |
| HSL | 290º | 0.82% | 0.53% | - |
| HSV(B) | 290º | 0.85% | 0.91% | - |
| XYZ | 39.13 | 19.36 | 78.77 | - |
| YUV | 106.91 | 199.16 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 233 | 0.14 | 0.85 | 0 | 0.09 | 290 | 0.82 | 0.53 |
| Hex | C8 | 23 | E9 | E | 55 | 0 | 9 | 122 | 52 | 35 |
| Octal | 310 | 43 | 351 | 16 | 125 | 0 | 11 | 442 | 122 | 65 |
| Binary | 11001000 | 100011 | 11101001 | 1110 | 1010101 | 0 | 1001 | 100100010 | 1010010 | 110101 |
Color Harmonies of #C823E9
Complementary color
Monochromatic Colors of #C823E9
Black with #C823E9
Text Example
Text Example
White with #C823E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C823E9; }
p { color: rgb(200,35,233); }
H1.HeaderClassName
{
color: #C823E9;
}
.AnyTagClassName
{
color: #C823E9;
}
</style>
background-color css
<style>
a { background-color: #C823E9; }
a { background-color: rgb(200,35,233); }
div.DivClassName
{
background-color: #C823E9;
}
.BgClassName
{
background-color: #C823E9;
}
</style>
border-color css
<style>
span { border-color: #C823E9; }
span { border-color: rgb(200,35,233); }
td.TdClassName
{
border-color: #C823E9;
}
.TagClassName
{
border-color: #C823E9;
}
</style>