Shades of Electric Purple #CC26FF
Tints of Electric Purple #CC26FF
RGB
CMYK
RGB Variations
Color information
#CC26FF (or 0xCC26FF) is known color: Electric Purple. HEX triplet: CC, 26 and FF. RGB value is (204,38,255). Sum of RGB (Red+Green+Blue) = 204+38+255=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 38 (15.23% from 255 or 7.65% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC26FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC26FF is #33D900. Grayscale: #6F6F6F. Windows color (decimal): -3397889 or 16721612. OLE color: 16721612.
HSL color Cylindrical-coordinate representation of color #CC26FF: hue angle of 285.9º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC26FF is Cyan = 0.2, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 38 | 255 | - |
| CMYK | 0.2 | 0.85 | 0 | 0 |
| HSL | 285.9º | 1% | 0.57% | - |
| HSV(B) | 285.9º | 0.85% | 1% | - |
| XYZ | 43.64 | 21.44 | 96.45 | - |
| YUV | 112.37 | 208.5 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 255 | 0.2 | 0.85 | 0 | 0 | 285.9 | 1 | 0.57 |
| Hex | CC | 26 | FF | 14 | 55 | 0 | 0 | 11E | 64 | 39 |
| Octal | 314 | 46 | 377 | 24 | 125 | 0 | 0 | 436 | 144 | 71 |
| Binary | 11001100 | 100110 | 11111111 | 10100 | 1010101 | 0 | 0 | 100011110 | 1100100 | 111001 |
Color Harmonies of #CC26FF
Complementary color
Monochromatic Colors of #CC26FF
Black with #CC26FF
Text Example
Text Example
White with #CC26FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC26FF; }
p { color: rgb(204,38,255); }
H1.HeaderClassName
{
color: #CC26FF;
}
.AnyTagClassName
{
color: #CC26FF;
}
</style>
background-color css
<style>
a { background-color: #CC26FF; }
a { background-color: rgb(204,38,255); }
div.DivClassName
{
background-color: #CC26FF;
}
.BgClassName
{
background-color: #CC26FF;
}
</style>
border-color css
<style>
span { border-color: #CC26FF; }
span { border-color: rgb(204,38,255); }
td.TdClassName
{
border-color: #CC26FF;
}
.TagClassName
{
border-color: #CC26FF;
}
</style>