Shades of Electric Purple #C823EB
Tints of Electric Purple #C823EB
RGB
CMYK
RGB Variations
Color information
#C823EB (or 0xC823EB) is known color: Electric Purple. HEX triplet: C8, 23 and EB. RGB value is (200,35,235). Sum of RGB (Red+Green+Blue) = 200+35+235=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 35 (14.06% from 255 or 7.45% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #C823EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C823EB is #37DC14. Grayscale: #6A6A6A. Windows color (decimal): -3660821 or 15410120. OLE color: 15410120.
HSL color Cylindrical-coordinate representation of color #C823EB: hue angle of 289.5º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C823EB is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 35 | 235 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.08 |
| HSL | 289.5º | 0.83% | 0.53% | - |
| HSV(B) | 289.5º | 0.85% | 0.92% | - |
| XYZ | 39.42 | 19.48 | 80.28 | - |
| YUV | 107.14 | 200.16 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 235 | 0.15 | 0.85 | 0 | 0.08 | 289.5 | 0.83 | 0.53 |
| Hex | C8 | 23 | EB | F | 55 | 0 | 8 | 122 | 53 | 35 |
| Octal | 310 | 43 | 353 | 17 | 125 | 0 | 10 | 442 | 123 | 65 |
| Binary | 11001000 | 100011 | 11101011 | 1111 | 1010101 | 0 | 1000 | 100100010 | 1010011 | 110101 |
Color Harmonies of #C823EB
Complementary color
Monochromatic Colors of #C823EB
Black with #C823EB
Text Example
Text Example
White with #C823EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C823EB; }
p { color: rgb(200,35,235); }
H1.HeaderClassName
{
color: #C823EB;
}
.AnyTagClassName
{
color: #C823EB;
}
</style>
background-color css
<style>
a { background-color: #C823EB; }
a { background-color: rgb(200,35,235); }
div.DivClassName
{
background-color: #C823EB;
}
.BgClassName
{
background-color: #C823EB;
}
</style>
border-color css
<style>
span { border-color: #C823EB; }
span { border-color: rgb(200,35,235); }
td.TdClassName
{
border-color: #C823EB;
}
.TagClassName
{
border-color: #C823EB;
}
</style>