Shades of Electric Purple #C217FE
Tints of Electric Purple #C217FE
RGB
CMYK
RGB Variations
Color information
#C217FE (or 0xC217FE) is known color: Electric Purple. HEX triplet: C2, 17 and FE. RGB value is (194,23,254). Sum of RGB (Red+Green+Blue) = 194+23+254=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 23 (9.38% from 255 or 4.88% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #C217FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C217FE is #3DE801. Grayscale: #636363. Windows color (decimal): -4057090 or 16652226. OLE color: 16652226.
HSL color Cylindrical-coordinate representation of color #C217FE: hue angle of 284.42º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C217FE is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 23 | 254 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.00 |
| HSL | 284.42º | 0.99% | 0.54% | - |
| HSV(B) | 284.42º | 0.91% | 1% | - |
| XYZ | 40.44 | 19.24 | 95.35 | - |
| YUV | 100.46 | 214.65 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 254 | 0.24 | 0.91 | 0 | 0.00 | 284.42 | 0.99 | 0.54 |
| Hex | C2 | 17 | FE | 18 | 5B | 0 | 0 | 11C | 63 | 36 |
| Octal | 302 | 27 | 376 | 30 | 133 | 0 | 0 | 434 | 143 | 66 |
| Binary | 11000010 | 10111 | 11111110 | 11000 | 1011011 | 0 | 0 | 100011100 | 1100011 | 110110 |
Color Harmonies of #C217FE
Complementary color
Monochromatic Colors of #C217FE
Black with #C217FE
Text Example
Text Example
White with #C217FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C217FE; }
p { color: rgb(194,23,254); }
H1.HeaderClassName
{
color: #C217FE;
}
.AnyTagClassName
{
color: #C217FE;
}
</style>
background-color css
<style>
a { background-color: #C217FE; }
a { background-color: rgb(194,23,254); }
div.DivClassName
{
background-color: #C217FE;
}
.BgClassName
{
background-color: #C217FE;
}
</style>
border-color css
<style>
span { border-color: #C217FE; }
span { border-color: rgb(194,23,254); }
td.TdClassName
{
border-color: #C217FE;
}
.TagClassName
{
border-color: #C217FE;
}
</style>