Shades of Electric Purple #C923EE
Tints of Electric Purple #C923EE
RGB
CMYK
RGB Variations
Color information
#C923EE (or 0xC923EE) is known color: Electric Purple. HEX triplet: C9, 23 and EE. RGB value is (201,35,238). Sum of RGB (Red+Green+Blue) = 201+35+238=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 35 (14.06% from 255 or 7.38% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #C923EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C923EE is #36DC11. Grayscale: #6B6B6B. Windows color (decimal): -3595282 or 15606729. OLE color: 15606729.
HSL color Cylindrical-coordinate representation of color #C923EE: hue angle of 289.06º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C923EE is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 35 | 238 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.07 |
| HSL | 289.06º | 0.86% | 0.54% | - |
| HSV(B) | 289.06º | 0.85% | 0.93% | - |
| XYZ | 40.12 | 19.79 | 82.59 | - |
| YUV | 107.78 | 201.5 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 238 | 0.16 | 0.85 | 0 | 0.07 | 289.06 | 0.86 | 0.54 |
| Hex | C9 | 23 | EE | 10 | 55 | 0 | 7 | 121 | 56 | 36 |
| Octal | 311 | 43 | 356 | 20 | 125 | 0 | 7 | 441 | 126 | 66 |
| Binary | 11001001 | 100011 | 11101110 | 10000 | 1010101 | 0 | 111 | 100100001 | 1010110 | 110110 |
Color Harmonies of #C923EE
Complementary color
Monochromatic Colors of #C923EE
Black with #C923EE
Text Example
Text Example
White with #C923EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C923EE; }
p { color: rgb(201,35,238); }
H1.HeaderClassName
{
color: #C923EE;
}
.AnyTagClassName
{
color: #C923EE;
}
</style>
background-color css
<style>
a { background-color: #C923EE; }
a { background-color: rgb(201,35,238); }
div.DivClassName
{
background-color: #C923EE;
}
.BgClassName
{
background-color: #C923EE;
}
</style>
border-color css
<style>
span { border-color: #C923EE; }
span { border-color: rgb(201,35,238); }
td.TdClassName
{
border-color: #C923EE;
}
.TagClassName
{
border-color: #C923EE;
}
</style>