Shades of Electric Purple #C923ED
Tints of Electric Purple #C923ED
RGB
CMYK
RGB Variations
Color information
#C923ED (or 0xC923ED) is known color: Electric Purple. HEX triplet: C9, 23 and ED. RGB value is (201,35,237). Sum of RGB (Red+Green+Blue) = 201+35+237=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 35 (14.06% from 255 or 7.40% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #C923ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C923ED is #36DC12. Grayscale: #6B6B6B. Windows color (decimal): -3595283 or 15541193. OLE color: 15541193.
HSL color Cylindrical-coordinate representation of color #C923ED: hue angle of 289.31º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C923ED is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 35 | 237 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.07 |
| HSL | 289.31º | 0.85% | 0.53% | - |
| HSV(B) | 289.31º | 0.85% | 0.93% | - |
| XYZ | 39.97 | 19.73 | 81.82 | - |
| YUV | 107.66 | 201 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 237 | 0.15 | 0.85 | 0 | 0.07 | 289.31 | 0.85 | 0.53 |
| Hex | C9 | 23 | ED | F | 55 | 0 | 7 | 121 | 55 | 35 |
| Octal | 311 | 43 | 355 | 17 | 125 | 0 | 7 | 441 | 125 | 65 |
| Binary | 11001001 | 100011 | 11101101 | 1111 | 1010101 | 0 | 111 | 100100001 | 1010101 | 110101 |
Color Harmonies of #C923ED
Complementary color
Monochromatic Colors of #C923ED
Black with #C923ED
Text Example
Text Example
White with #C923ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C923ED; }
p { color: rgb(201,35,237); }
H1.HeaderClassName
{
color: #C923ED;
}
.AnyTagClassName
{
color: #C923ED;
}
</style>
background-color css
<style>
a { background-color: #C923ED; }
a { background-color: rgb(201,35,237); }
div.DivClassName
{
background-color: #C923ED;
}
.BgClassName
{
background-color: #C923ED;
}
</style>
border-color css
<style>
span { border-color: #C923ED; }
span { border-color: rgb(201,35,237); }
td.TdClassName
{
border-color: #C923ED;
}
.TagClassName
{
border-color: #C923ED;
}
</style>