Shades of Electric Purple #CE2FF6
Tints of Electric Purple #CE2FF6
RGB
CMYK
RGB Variations
Color information
#CE2FF6 (or 0xCE2FF6) is known color: Electric Purple. HEX triplet: CE, 2F and F6. RGB value is (206,47,246). Sum of RGB (Red+Green+Blue) = 206+47+246=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 47 (18.75% from 255 or 9.42% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE2FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2FF6 is #31D009. Grayscale: #747474. Windows color (decimal): -3264522 or 16134094. OLE color: 16134094.
HSL color Cylindrical-coordinate representation of color #CE2FF6: hue angle of 287.94º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2FF6 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 47 | 246 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.04 |
| HSL | 287.94º | 0.92% | 0.57% | - |
| HSV(B) | 287.94º | 0.81% | 0.96% | - |
| XYZ | 43.1 | 21.81 | 89.13 | - |
| YUV | 117.23 | 200.68 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 246 | 0.16 | 0.81 | 0 | 0.04 | 287.94 | 0.92 | 0.57 |
| Hex | CE | 2F | F6 | 10 | 51 | 0 | 4 | 120 | 5C | 39 |
| Octal | 316 | 57 | 366 | 20 | 121 | 0 | 4 | 440 | 134 | 71 |
| Binary | 11001110 | 101111 | 11110110 | 10000 | 1010001 | 0 | 100 | 100100000 | 1011100 | 111001 |
Color Harmonies of #CE2FF6
Complementary color
Monochromatic Colors of #CE2FF6
Black with #CE2FF6
Text Example
Text Example
White with #CE2FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FF6; }
p { color: rgb(206,47,246); }
H1.HeaderClassName
{
color: #CE2FF6;
}
.AnyTagClassName
{
color: #CE2FF6;
}
</style>
background-color css
<style>
a { background-color: #CE2FF6; }
a { background-color: rgb(206,47,246); }
div.DivClassName
{
background-color: #CE2FF6;
}
.BgClassName
{
background-color: #CE2FF6;
}
</style>
border-color css
<style>
span { border-color: #CE2FF6; }
span { border-color: rgb(206,47,246); }
td.TdClassName
{
border-color: #CE2FF6;
}
.TagClassName
{
border-color: #CE2FF6;
}
</style>