Shades of Electric Purple #CE2DFC
Tints of Electric Purple #CE2DFC
RGB
CMYK
RGB Variations
Color information
#CE2DFC (or 0xCE2DFC) is known color: Electric Purple. HEX triplet: CE, 2D and FC. RGB value is (206,45,252). Sum of RGB (Red+Green+Blue) = 206+45+252=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 45 (17.97% from 255 or 8.95% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE2DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2DFC is #31D203. Grayscale: #747474. Windows color (decimal): -3265028 or 16526798. OLE color: 16526798.
HSL color Cylindrical-coordinate representation of color #CE2DFC: hue angle of 286.67º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2DFC is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 45 | 252 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.01 |
| HSL | 286.67º | 0.97% | 0.58% | - |
| HSV(B) | 286.67º | 0.82% | 0.99% | - |
| XYZ | 43.96 | 22.03 | 94.03 | - |
| YUV | 116.74 | 204.34 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 252 | 0.18 | 0.82 | 0 | 0.01 | 286.67 | 0.97 | 0.58 |
| Hex | CE | 2D | FC | 12 | 52 | 0 | 1 | 11F | 61 | 3A |
| Octal | 316 | 55 | 374 | 22 | 122 | 0 | 1 | 437 | 141 | 72 |
| Binary | 11001110 | 101101 | 11111100 | 10010 | 1010010 | 0 | 1 | 100011111 | 1100001 | 111010 |
Color Harmonies of #CE2DFC
Complementary color
Monochromatic Colors of #CE2DFC
Black with #CE2DFC
Text Example
Text Example
White with #CE2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DFC; }
p { color: rgb(206,45,252); }
H1.HeaderClassName
{
color: #CE2DFC;
}
.AnyTagClassName
{
color: #CE2DFC;
}
</style>
background-color css
<style>
a { background-color: #CE2DFC; }
a { background-color: rgb(206,45,252); }
div.DivClassName
{
background-color: #CE2DFC;
}
.BgClassName
{
background-color: #CE2DFC;
}
</style>
border-color css
<style>
span { border-color: #CE2DFC; }
span { border-color: rgb(206,45,252); }
td.TdClassName
{
border-color: #CE2DFC;
}
.TagClassName
{
border-color: #CE2DFC;
}
</style>