Shades of Electric Purple #CE1BFF
Tints of Electric Purple #CE1BFF
RGB
CMYK
RGB Variations
Color information
#CE1BFF (or 0xCE1BFF) is known color: Electric Purple. HEX triplet: CE, 1B and FF. RGB value is (206,27,255). Sum of RGB (Red+Green+Blue) = 206+27+255=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 27 (10.94% from 255 or 5.53% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE1BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1BFF is #31E400. Grayscale: #696969. Windows color (decimal): -3269633 or 16718798. OLE color: 16718798.
HSL color Cylindrical-coordinate representation of color #CE1BFF: hue angle of 287.11º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1BFF is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 27 | 255 | - |
| CMYK | 0.19 | 0.89 | 0 | 0 |
| HSL | 287.11º | 1% | 0.55% | - |
| HSV(B) | 287.11º | 0.89% | 1% | - |
| XYZ | 43.9 | 21.13 | 96.37 | - |
| YUV | 106.51 | 211.8 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 255 | 0.19 | 0.89 | 0 | 0 | 287.11 | 1 | 0.55 |
| Hex | CE | 1B | FF | 13 | 59 | 0 | 0 | 11F | 64 | 37 |
| Octal | 316 | 33 | 377 | 23 | 131 | 0 | 0 | 437 | 144 | 67 |
| Binary | 11001110 | 11011 | 11111111 | 10011 | 1011001 | 0 | 0 | 100011111 | 1100100 | 110111 |
Color Harmonies of #CE1BFF
Complementary color
Monochromatic Colors of #CE1BFF
Black with #CE1BFF
Text Example
Text Example
White with #CE1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BFF; }
p { color: rgb(206,27,255); }
H1.HeaderClassName
{
color: #CE1BFF;
}
.AnyTagClassName
{
color: #CE1BFF;
}
</style>
background-color css
<style>
a { background-color: #CE1BFF; }
a { background-color: rgb(206,27,255); }
div.DivClassName
{
background-color: #CE1BFF;
}
.BgClassName
{
background-color: #CE1BFF;
}
</style>
border-color css
<style>
span { border-color: #CE1BFF; }
span { border-color: rgb(206,27,255); }
td.TdClassName
{
border-color: #CE1BFF;
}
.TagClassName
{
border-color: #CE1BFF;
}
</style>