Shades of Electric Purple #C221FE
Tints of Electric Purple #C221FE
RGB
CMYK
RGB Variations
Color information
#C221FE (or 0xC221FE) is known color: Electric Purple. HEX triplet: C2, 21 and FE. RGB value is (194,33,254). Sum of RGB (Red+Green+Blue) = 194+33+254=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 33 (13.28% from 255 or 6.86% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #C221FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C221FE is #3DDE01. Grayscale: #696969. Windows color (decimal): -4054530 or 16654786. OLE color: 16654786.
HSL color Cylindrical-coordinate representation of color #C221FE: hue angle of 283.71º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C221FE is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 33 | 254 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.00 |
| HSL | 283.71º | 0.99% | 0.56% | - |
| HSV(B) | 283.71º | 0.87% | 1% | - |
| XYZ | 40.68 | 19.71 | 95.43 | - |
| YUV | 106.33 | 211.34 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 254 | 0.24 | 0.87 | 0 | 0.00 | 283.71 | 0.99 | 0.56 |
| Hex | C2 | 21 | FE | 18 | 57 | 0 | 0 | 11C | 63 | 38 |
| Octal | 302 | 41 | 376 | 30 | 127 | 0 | 0 | 434 | 143 | 70 |
| Binary | 11000010 | 100001 | 11111110 | 11000 | 1010111 | 0 | 0 | 100011100 | 1100011 | 111000 |
Color Harmonies of #C221FE
Complementary color
Monochromatic Colors of #C221FE
Black with #C221FE
Text Example
Text Example
White with #C221FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C221FE; }
p { color: rgb(194,33,254); }
H1.HeaderClassName
{
color: #C221FE;
}
.AnyTagClassName
{
color: #C221FE;
}
</style>
background-color css
<style>
a { background-color: #C221FE; }
a { background-color: rgb(194,33,254); }
div.DivClassName
{
background-color: #C221FE;
}
.BgClassName
{
background-color: #C221FE;
}
</style>
border-color css
<style>
span { border-color: #C221FE; }
span { border-color: rgb(194,33,254); }
td.TdClassName
{
border-color: #C221FE;
}
.TagClassName
{
border-color: #C221FE;
}
</style>