Shades of Electric Purple #CC26FA
Tints of Electric Purple #CC26FA
RGB
CMYK
RGB Variations
Color information
#CC26FA (or 0xCC26FA) is known color: Electric Purple. HEX triplet: CC, 26 and FA. RGB value is (204,38,250). Sum of RGB (Red+Green+Blue) = 204+38+250=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 38 (15.23% from 255 or 7.72% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC26FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC26FA is #33D905. Grayscale: #6F6F6F. Windows color (decimal): -3397894 or 16393932. OLE color: 16393932.
HSL color Cylindrical-coordinate representation of color #CC26FA: hue angle of 286.98º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC26FA is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 38 | 250 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.02 |
| HSL | 286.98º | 0.95% | 0.56% | - |
| HSV(B) | 286.98º | 0.85% | 0.98% | - |
| XYZ | 42.85 | 21.13 | 92.26 | - |
| YUV | 111.8 | 206 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 250 | 0.18 | 0.85 | 0 | 0.02 | 286.98 | 0.95 | 0.56 |
| Hex | CC | 26 | FA | 12 | 55 | 0 | 2 | 11F | 5F | 38 |
| Octal | 314 | 46 | 372 | 22 | 125 | 0 | 2 | 437 | 137 | 70 |
| Binary | 11001100 | 100110 | 11111010 | 10010 | 1010101 | 0 | 10 | 100011111 | 1011111 | 111000 |
Color Harmonies of #CC26FA
Complementary color
Monochromatic Colors of #CC26FA
Black with #CC26FA
Text Example
Text Example
White with #CC26FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC26FA; }
p { color: rgb(204,38,250); }
H1.HeaderClassName
{
color: #CC26FA;
}
.AnyTagClassName
{
color: #CC26FA;
}
</style>
background-color css
<style>
a { background-color: #CC26FA; }
a { background-color: rgb(204,38,250); }
div.DivClassName
{
background-color: #CC26FA;
}
.BgClassName
{
background-color: #CC26FA;
}
</style>
border-color css
<style>
span { border-color: #CC26FA; }
span { border-color: rgb(204,38,250); }
td.TdClassName
{
border-color: #CC26FA;
}
.TagClassName
{
border-color: #CC26FA;
}
</style>