Shades of Electric Purple #CE30FD
Tints of Electric Purple #CE30FD
RGB
CMYK
RGB Variations
Color information
#CE30FD (or 0xCE30FD) is known color: Electric Purple. HEX triplet: CE, 30 and FD. RGB value is (206,48,253). Sum of RGB (Red+Green+Blue) = 206+48+253=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 48 (19.14% from 255 or 9.47% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE30FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE30FD is #31CF02. Grayscale: #757575. Windows color (decimal): -3264259 or 16593102. OLE color: 16593102.
HSL color Cylindrical-coordinate representation of color #CE30FD: hue angle of 286.24º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE30FD is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 48 | 253 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.01 |
| HSL | 286.24º | 0.98% | 0.59% | - |
| HSV(B) | 286.24º | 0.81% | 0.99% | - |
| XYZ | 44.24 | 22.33 | 94.91 | - |
| YUV | 118.61 | 203.85 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 253 | 0.19 | 0.81 | 0 | 0.01 | 286.24 | 0.98 | 0.59 |
| Hex | CE | 30 | FD | 13 | 51 | 0 | 1 | 11E | 62 | 3B |
| Octal | 316 | 60 | 375 | 23 | 121 | 0 | 1 | 436 | 142 | 73 |
| Binary | 11001110 | 110000 | 11111101 | 10011 | 1010001 | 0 | 1 | 100011110 | 1100010 | 111011 |
Color Harmonies of #CE30FD
Complementary color
Monochromatic Colors of #CE30FD
Black with #CE30FD
Text Example
Text Example
White with #CE30FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE30FD; }
p { color: rgb(206,48,253); }
H1.HeaderClassName
{
color: #CE30FD;
}
.AnyTagClassName
{
color: #CE30FD;
}
</style>
background-color css
<style>
a { background-color: #CE30FD; }
a { background-color: rgb(206,48,253); }
div.DivClassName
{
background-color: #CE30FD;
}
.BgClassName
{
background-color: #CE30FD;
}
</style>
border-color css
<style>
span { border-color: #CE30FD; }
span { border-color: rgb(206,48,253); }
td.TdClassName
{
border-color: #CE30FD;
}
.TagClassName
{
border-color: #CE30FD;
}
</style>