Shades of Electric Purple #C606FE
Tints of Electric Purple #C606FE
RGB
CMYK
RGB Variations
Color information
#C606FE (or 0xC606FE) is known color: Electric Purple. HEX triplet: C6, 06 and FE. RGB value is (198,6,254). Sum of RGB (Red+Green+Blue) = 198+6+254=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 6 (2.73% from 255 or 1.31% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #C606FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C606FE is #39F901. Grayscale: #5A5A5A. Windows color (decimal): -3799298 or 16647878. OLE color: 16647878.
HSL color Cylindrical-coordinate representation of color #C606FE: hue angle of 286.45º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C606FE is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 6 | 254 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.00 |
| HSL | 286.45º | 0.99% | 0.51% | - |
| HSV(B) | 286.45º | 0.98% | 1% | - |
| XYZ | 41.24 | 19.29 | 95.32 | - |
| YUV | 91.68 | 219.61 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 254 | 0.22 | 0.98 | 0 | 0.00 | 286.45 | 0.99 | 0.51 |
| Hex | C6 | 6 | FE | 16 | 62 | 0 | 0 | 11E | 63 | 33 |
| Octal | 306 | 6 | 376 | 26 | 142 | 0 | 0 | 436 | 143 | 63 |
| Binary | 11000110 | 110 | 11111110 | 10110 | 1100010 | 0 | 0 | 100011110 | 1100011 | 110011 |
Color Harmonies of #C606FE
Complementary color
Monochromatic Colors of #C606FE
Black with #C606FE
Text Example
Text Example
White with #C606FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C606FE; }
p { color: rgb(198,6,254); }
H1.HeaderClassName
{
color: #C606FE;
}
.AnyTagClassName
{
color: #C606FE;
}
</style>
background-color css
<style>
a { background-color: #C606FE; }
a { background-color: rgb(198,6,254); }
div.DivClassName
{
background-color: #C606FE;
}
.BgClassName
{
background-color: #C606FE;
}
</style>
border-color css
<style>
span { border-color: #C606FE; }
span { border-color: rgb(198,6,254); }
td.TdClassName
{
border-color: #C606FE;
}
.TagClassName
{
border-color: #C606FE;
}
</style>