Shades of Electric Purple #CE1CFB
Tints of Electric Purple #CE1CFB
RGB
CMYK
RGB Variations
Color information
#CE1CFB (or 0xCE1CFB) is known color: Electric Purple. HEX triplet: CE, 1C and FB. RGB value is (206,28,251). Sum of RGB (Red+Green+Blue) = 206+28+251=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 28 (11.33% from 255 or 5.77% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE1CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1CFB is #31E304. Grayscale: #696969. Windows color (decimal): -3269381 or 16456910. OLE color: 16456910.
HSL color Cylindrical-coordinate representation of color #CE1CFB: hue angle of 287.89º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1CFB is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 28 | 251 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.02 |
| HSL | 287.89º | 0.97% | 0.55% | - |
| HSV(B) | 287.89º | 0.89% | 0.98% | - |
| XYZ | 43.28 | 20.92 | 93.02 | - |
| YUV | 106.64 | 209.47 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 251 | 0.18 | 0.89 | 0 | 0.02 | 287.89 | 0.97 | 0.55 |
| Hex | CE | 1C | FB | 12 | 59 | 0 | 2 | 120 | 61 | 37 |
| Octal | 316 | 34 | 373 | 22 | 131 | 0 | 2 | 440 | 141 | 67 |
| Binary | 11001110 | 11100 | 11111011 | 10010 | 1011001 | 0 | 10 | 100100000 | 1100001 | 110111 |
Color Harmonies of #CE1CFB
Complementary color
Monochromatic Colors of #CE1CFB
Black with #CE1CFB
Text Example
Text Example
White with #CE1CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CFB; }
p { color: rgb(206,28,251); }
H1.HeaderClassName
{
color: #CE1CFB;
}
.AnyTagClassName
{
color: #CE1CFB;
}
</style>
background-color css
<style>
a { background-color: #CE1CFB; }
a { background-color: rgb(206,28,251); }
div.DivClassName
{
background-color: #CE1CFB;
}
.BgClassName
{
background-color: #CE1CFB;
}
</style>
border-color css
<style>
span { border-color: #CE1CFB; }
span { border-color: rgb(206,28,251); }
td.TdClassName
{
border-color: #CE1CFB;
}
.TagClassName
{
border-color: #CE1CFB;
}
</style>