Shades of Electric Purple #CE23FC
Tints of Electric Purple #CE23FC
RGB
CMYK
RGB Variations
Color information
#CE23FC (or 0xCE23FC) is known color: Electric Purple. HEX triplet: CE, 23 and FC. RGB value is (206,35,252). Sum of RGB (Red+Green+Blue) = 206+35+252=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 35 (14.06% from 255 or 7.10% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE23FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE23FC is #31DC03. Grayscale: #6E6E6E. Windows color (decimal): -3267588 or 16524238. OLE color: 16524238.
HSL color Cylindrical-coordinate representation of color #CE23FC: hue angle of 287.28º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE23FC is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 35 | 252 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.01 |
| HSL | 287.28º | 0.97% | 0.56% | - |
| HSV(B) | 287.28º | 0.86% | 0.99% | - |
| XYZ | 43.63 | 21.35 | 93.92 | - |
| YUV | 110.87 | 207.65 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 252 | 0.18 | 0.86 | 0 | 0.01 | 287.28 | 0.97 | 0.56 |
| Hex | CE | 23 | FC | 12 | 56 | 0 | 1 | 11F | 61 | 38 |
| Octal | 316 | 43 | 374 | 22 | 126 | 0 | 1 | 437 | 141 | 70 |
| Binary | 11001110 | 100011 | 11111100 | 10010 | 1010110 | 0 | 1 | 100011111 | 1100001 | 111000 |
Color Harmonies of #CE23FC
Complementary color
Monochromatic Colors of #CE23FC
Black with #CE23FC
Text Example
Text Example
White with #CE23FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE23FC; }
p { color: rgb(206,35,252); }
H1.HeaderClassName
{
color: #CE23FC;
}
.AnyTagClassName
{
color: #CE23FC;
}
</style>
background-color css
<style>
a { background-color: #CE23FC; }
a { background-color: rgb(206,35,252); }
div.DivClassName
{
background-color: #CE23FC;
}
.BgClassName
{
background-color: #CE23FC;
}
</style>
border-color css
<style>
span { border-color: #CE23FC; }
span { border-color: rgb(206,35,252); }
td.TdClassName
{
border-color: #CE23FC;
}
.TagClassName
{
border-color: #CE23FC;
}
</style>