Shades of Electric Purple #CE34FA
Tints of Electric Purple #CE34FA
RGB
CMYK
RGB Variations
Color information
#CE34FA (or 0xCE34FA) is known color: Electric Purple. HEX triplet: CE, 34 and FA. RGB value is (206,52,250). Sum of RGB (Red+Green+Blue) = 206+52+250=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 52 (20.70% from 255 or 10.24% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE34FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE34FA is #31CB05. Grayscale: #777777. Windows color (decimal): -3263238 or 16397518. OLE color: 16397518.
HSL color Cylindrical-coordinate representation of color #CE34FA: hue angle of 286.67º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE34FA is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 52 | 250 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.02 |
| HSL | 286.67º | 0.95% | 0.59% | - |
| HSV(B) | 286.67º | 0.79% | 0.98% | - |
| XYZ | 43.94 | 22.48 | 92.47 | - |
| YUV | 120.62 | 201.02 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 250 | 0.18 | 0.79 | 0 | 0.02 | 286.67 | 0.95 | 0.59 |
| Hex | CE | 34 | FA | 12 | 4F | 0 | 2 | 11F | 5F | 3B |
| Octal | 316 | 64 | 372 | 22 | 117 | 0 | 2 | 437 | 137 | 73 |
| Binary | 11001110 | 110100 | 11111010 | 10010 | 1001111 | 0 | 10 | 100011111 | 1011111 | 111011 |
Color Harmonies of #CE34FA
Complementary color
Monochromatic Colors of #CE34FA
Black with #CE34FA
Text Example
Text Example
White with #CE34FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE34FA; }
p { color: rgb(206,52,250); }
H1.HeaderClassName
{
color: #CE34FA;
}
.AnyTagClassName
{
color: #CE34FA;
}
</style>
background-color css
<style>
a { background-color: #CE34FA; }
a { background-color: rgb(206,52,250); }
div.DivClassName
{
background-color: #CE34FA;
}
.BgClassName
{
background-color: #CE34FA;
}
</style>
border-color css
<style>
span { border-color: #CE34FA; }
span { border-color: rgb(206,52,250); }
td.TdClassName
{
border-color: #CE34FA;
}
.TagClassName
{
border-color: #CE34FA;
}
</style>