Shades of Electric Purple #C602FE
Tints of Electric Purple #C602FE
RGB
CMYK
RGB Variations
Color information
#C602FE (or 0xC602FE) is known color: Electric Purple. HEX triplet: C6, 02 and FE. RGB value is (198,2,254). Sum of RGB (Red+Green+Blue) = 198+2+254=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 2 (1.17% from 255 or 0.44% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #C602FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C602FE is #39FD01. Grayscale: #585858. Windows color (decimal): -3800322 or 16646854. OLE color: 16646854.
HSL color Cylindrical-coordinate representation of color #C602FE: hue angle of 286.67º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C602FE is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 2 | 254 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.00 |
| HSL | 286.67º | 0.99% | 0.5% | - |
| HSV(B) | 286.67º | 0.99% | 1% | - |
| XYZ | 41.2 | 19.2 | 95.3 | - |
| YUV | 89.33 | 220.93 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 254 | 0.22 | 0.99 | 0 | 0.00 | 286.67 | 0.99 | 0.5 |
| Hex | C6 | 2 | FE | 16 | 63 | 0 | 0 | 11F | 63 | 32 |
| Octal | 306 | 2 | 376 | 26 | 143 | 0 | 0 | 437 | 143 | 62 |
| Binary | 11000110 | 10 | 11111110 | 10110 | 1100011 | 0 | 0 | 100011111 | 1100011 | 110010 |
Color Harmonies of #C602FE
Complementary color
Monochromatic Colors of #C602FE
Black with #C602FE
Text Example
Text Example
White with #C602FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C602FE; }
p { color: rgb(198,2,254); }
H1.HeaderClassName
{
color: #C602FE;
}
.AnyTagClassName
{
color: #C602FE;
}
</style>
background-color css
<style>
a { background-color: #C602FE; }
a { background-color: rgb(198,2,254); }
div.DivClassName
{
background-color: #C602FE;
}
.BgClassName
{
background-color: #C602FE;
}
</style>
border-color css
<style>
span { border-color: #C602FE; }
span { border-color: rgb(198,2,254); }
td.TdClassName
{
border-color: #C602FE;
}
.TagClassName
{
border-color: #C602FE;
}
</style>