Shades of Electric Purple #C923EB
Tints of Electric Purple #C923EB
RGB
CMYK
RGB Variations
Color information
#C923EB (or 0xC923EB) is known color: Electric Purple. HEX triplet: C9, 23 and EB. RGB value is (201,35,235). Sum of RGB (Red+Green+Blue) = 201+35+235=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 35 (14.06% from 255 or 7.43% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #C923EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C923EB is #36DC14. Grayscale: #6A6A6A. Windows color (decimal): -3595285 or 15410121. OLE color: 15410121.
HSL color Cylindrical-coordinate representation of color #C923EB: hue angle of 289.8º 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 #C923EB is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 35 | 235 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.08 |
| HSL | 289.8º | 0.83% | 0.53% | - |
| HSV(B) | 289.8º | 0.85% | 0.92% | - |
| XYZ | 39.68 | 19.62 | 80.29 | - |
| YUV | 107.43 | 200 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 235 | 0.14 | 0.85 | 0 | 0.08 | 289.8 | 0.83 | 0.53 |
| Hex | C9 | 23 | EB | E | 55 | 0 | 8 | 122 | 53 | 35 |
| Octal | 311 | 43 | 353 | 16 | 125 | 0 | 10 | 442 | 123 | 65 |
| Binary | 11001001 | 100011 | 11101011 | 1110 | 1010101 | 0 | 1000 | 100100010 | 1010011 | 110101 |
Color Harmonies of #C923EB
Complementary color
Monochromatic Colors of #C923EB
Black with #C923EB
Text Example
Text Example
White with #C923EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C923EB; }
p { color: rgb(201,35,235); }
H1.HeaderClassName
{
color: #C923EB;
}
.AnyTagClassName
{
color: #C923EB;
}
</style>
background-color css
<style>
a { background-color: #C923EB; }
a { background-color: rgb(201,35,235); }
div.DivClassName
{
background-color: #C923EB;
}
.BgClassName
{
background-color: #C923EB;
}
</style>
border-color css
<style>
span { border-color: #C923EB; }
span { border-color: rgb(201,35,235); }
td.TdClassName
{
border-color: #C923EB;
}
.TagClassName
{
border-color: #C923EB;
}
</style>