Shades of Electric Purple #CE1BFC
Tints of Electric Purple #CE1BFC
RGB
CMYK
RGB Variations
Color information
#CE1BFC (or 0xCE1BFC) is known color: Electric Purple. HEX triplet: CE, 1B and FC. RGB value is (206,27,252). Sum of RGB (Red+Green+Blue) = 206+27+252=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 27 (10.94% from 255 or 5.57% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE1BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1BFC is #31E403. Grayscale: #696969. Windows color (decimal): -3269636 or 16522190. OLE color: 16522190.
HSL color Cylindrical-coordinate representation of color #CE1BFC: hue angle of 287.73º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1BFC is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 27 | 252 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.01 |
| HSL | 287.73º | 0.97% | 0.55% | - |
| HSV(B) | 287.73º | 0.89% | 0.99% | - |
| XYZ | 43.42 | 20.93 | 93.85 | - |
| YUV | 106.17 | 210.3 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 252 | 0.18 | 0.89 | 0 | 0.01 | 287.73 | 0.97 | 0.55 |
| Hex | CE | 1B | FC | 12 | 59 | 0 | 1 | 120 | 61 | 37 |
| Octal | 316 | 33 | 374 | 22 | 131 | 0 | 1 | 440 | 141 | 67 |
| Binary | 11001110 | 11011 | 11111100 | 10010 | 1011001 | 0 | 1 | 100100000 | 1100001 | 110111 |
Color Harmonies of #CE1BFC
Complementary color
Monochromatic Colors of #CE1BFC
Black with #CE1BFC
Text Example
Text Example
White with #CE1BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BFC; }
p { color: rgb(206,27,252); }
H1.HeaderClassName
{
color: #CE1BFC;
}
.AnyTagClassName
{
color: #CE1BFC;
}
</style>
background-color css
<style>
a { background-color: #CE1BFC; }
a { background-color: rgb(206,27,252); }
div.DivClassName
{
background-color: #CE1BFC;
}
.BgClassName
{
background-color: #CE1BFC;
}
</style>
border-color css
<style>
span { border-color: #CE1BFC; }
span { border-color: rgb(206,27,252); }
td.TdClassName
{
border-color: #CE1BFC;
}
.TagClassName
{
border-color: #CE1BFC;
}
</style>