Shades of Electric Purple #CE1BFA
Tints of Electric Purple #CE1BFA
RGB
CMYK
RGB Variations
Color information
#CE1BFA (or 0xCE1BFA) is known color: Electric Purple. HEX triplet: CE, 1B and FA. RGB value is (206,27,250). Sum of RGB (Red+Green+Blue) = 206+27+250=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 27 (10.94% from 255 or 5.59% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE1BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1BFA is #31E405. Grayscale: #696969. Windows color (decimal): -3269638 or 16391118. OLE color: 16391118.
HSL color Cylindrical-coordinate representation of color #CE1BFA: hue angle of 288.16º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1BFA is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 27 | 250 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.02 |
| HSL | 288.16º | 0.96% | 0.54% | - |
| HSV(B) | 288.16º | 0.89% | 0.98% | - |
| XYZ | 43.1 | 20.81 | 92.19 | - |
| YUV | 105.94 | 209.3 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 250 | 0.18 | 0.89 | 0 | 0.02 | 288.16 | 0.96 | 0.54 |
| Hex | CE | 1B | FA | 12 | 59 | 0 | 2 | 120 | 60 | 36 |
| Octal | 316 | 33 | 372 | 22 | 131 | 0 | 2 | 440 | 140 | 66 |
| Binary | 11001110 | 11011 | 11111010 | 10010 | 1011001 | 0 | 10 | 100100000 | 1100000 | 110110 |
Color Harmonies of #CE1BFA
Complementary color
Monochromatic Colors of #CE1BFA
Black with #CE1BFA
Text Example
Text Example
White with #CE1BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BFA; }
p { color: rgb(206,27,250); }
H1.HeaderClassName
{
color: #CE1BFA;
}
.AnyTagClassName
{
color: #CE1BFA;
}
</style>
background-color css
<style>
a { background-color: #CE1BFA; }
a { background-color: rgb(206,27,250); }
div.DivClassName
{
background-color: #CE1BFA;
}
.BgClassName
{
background-color: #CE1BFA;
}
</style>
border-color css
<style>
span { border-color: #CE1BFA; }
span { border-color: rgb(206,27,250); }
td.TdClassName
{
border-color: #CE1BFA;
}
.TagClassName
{
border-color: #CE1BFA;
}
</style>