Shades of Electric Purple #CC26FE
Tints of Electric Purple #CC26FE
RGB
CMYK
RGB Variations
Color information
#CC26FE (or 0xCC26FE) is known color: Electric Purple. HEX triplet: CC, 26 and FE. RGB value is (204,38,254). Sum of RGB (Red+Green+Blue) = 204+38+254=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 38 (15.23% from 255 or 7.66% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC26FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC26FE is #33D901. Grayscale: #6F6F6F. Windows color (decimal): -3397890 or 16656076. OLE color: 16656076.
HSL color Cylindrical-coordinate representation of color #CC26FE: hue angle of 286.11º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC26FE is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 38 | 254 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.00 |
| HSL | 286.11º | 0.99% | 0.57% | - |
| HSV(B) | 286.11º | 0.85% | 1% | - |
| XYZ | 43.48 | 21.38 | 95.6 | - |
| YUV | 112.26 | 208 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 254 | 0.20 | 0.85 | 0 | 0.00 | 286.11 | 0.99 | 0.57 |
| Hex | CC | 26 | FE | 14 | 55 | 0 | 0 | 11E | 63 | 39 |
| Octal | 314 | 46 | 376 | 24 | 125 | 0 | 0 | 436 | 143 | 71 |
| Binary | 11001100 | 100110 | 11111110 | 10100 | 1010101 | 0 | 0 | 100011110 | 1100011 | 111001 |
Color Harmonies of #CC26FE
Complementary color
Monochromatic Colors of #CC26FE
Black with #CC26FE
Text Example
Text Example
White with #CC26FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC26FE; }
p { color: rgb(204,38,254); }
H1.HeaderClassName
{
color: #CC26FE;
}
.AnyTagClassName
{
color: #CC26FE;
}
</style>
background-color css
<style>
a { background-color: #CC26FE; }
a { background-color: rgb(204,38,254); }
div.DivClassName
{
background-color: #CC26FE;
}
.BgClassName
{
background-color: #CC26FE;
}
</style>
border-color css
<style>
span { border-color: #CC26FE; }
span { border-color: rgb(204,38,254); }
td.TdClassName
{
border-color: #CC26FE;
}
.TagClassName
{
border-color: #CC26FE;
}
</style>