Shades of Electric Purple #C923FE
Tints of Electric Purple #C923FE
RGB
CMYK
RGB Variations
Color information
#C923FE (or 0xC923FE) is known color: Electric Purple. HEX triplet: C9, 23 and FE. RGB value is (201,35,254). Sum of RGB (Red+Green+Blue) = 201+35+254=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 35 (14.06% from 255 or 7.14% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #C923FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C923FE is #36DC01. Grayscale: #6C6C6C. Windows color (decimal): -3595266 or 16655305. OLE color: 16655305.
HSL color Cylindrical-coordinate representation of color #C923FE: hue angle of 285.48º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C923FE is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 35 | 254 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.00 |
| HSL | 285.48º | 0.99% | 0.57% | - |
| HSV(B) | 285.48º | 0.86% | 1% | - |
| XYZ | 42.58 | 20.78 | 95.53 | - |
| YUV | 109.6 | 209.5 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 254 | 0.21 | 0.86 | 0 | 0.00 | 285.48 | 0.99 | 0.57 |
| Hex | C9 | 23 | FE | 15 | 56 | 0 | 0 | 11D | 63 | 39 |
| Octal | 311 | 43 | 376 | 25 | 126 | 0 | 0 | 435 | 143 | 71 |
| Binary | 11001001 | 100011 | 11111110 | 10101 | 1010110 | 0 | 0 | 100011101 | 1100011 | 111001 |
Color Harmonies of #C923FE
Complementary color
Monochromatic Colors of #C923FE
Black with #C923FE
Text Example
Text Example
White with #C923FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C923FE; }
p { color: rgb(201,35,254); }
H1.HeaderClassName
{
color: #C923FE;
}
.AnyTagClassName
{
color: #C923FE;
}
</style>
background-color css
<style>
a { background-color: #C923FE; }
a { background-color: rgb(201,35,254); }
div.DivClassName
{
background-color: #C923FE;
}
.BgClassName
{
background-color: #C923FE;
}
</style>
border-color css
<style>
span { border-color: #C923FE; }
span { border-color: rgb(201,35,254); }
td.TdClassName
{
border-color: #C923FE;
}
.TagClassName
{
border-color: #C923FE;
}
</style>