Shades of Electric Purple #C608FE
Tints of Electric Purple #C608FE
RGB
CMYK
RGB Variations
Color information
#C608FE (or 0xC608FE) is known color: Electric Purple. HEX triplet: C6, 08 and FE. RGB value is (198,8,254). Sum of RGB (Red+Green+Blue) = 198+8+254=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 8 (3.52% from 255 or 1.74% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #C608FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C608FE is #39F701. Grayscale: #5C5C5C. Windows color (decimal): -3798786 or 16648390. OLE color: 16648390.
HSL color Cylindrical-coordinate representation of color #C608FE: hue angle of 286.34º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C608FE is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 8 | 254 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.00 |
| HSL | 286.34º | 0.99% | 0.51% | - |
| HSV(B) | 286.34º | 0.97% | 1% | - |
| XYZ | 41.26 | 19.34 | 95.32 | - |
| YUV | 92.85 | 218.95 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 254 | 0.22 | 0.97 | 0 | 0.00 | 286.34 | 0.99 | 0.51 |
| Hex | C6 | 8 | FE | 16 | 61 | 0 | 0 | 11E | 63 | 33 |
| Octal | 306 | 10 | 376 | 26 | 141 | 0 | 0 | 436 | 143 | 63 |
| Binary | 11000110 | 1000 | 11111110 | 10110 | 1100001 | 0 | 0 | 100011110 | 1100011 | 110011 |
Color Harmonies of #C608FE
Complementary color
Monochromatic Colors of #C608FE
Black with #C608FE
Text Example
Text Example
White with #C608FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C608FE; }
p { color: rgb(198,8,254); }
H1.HeaderClassName
{
color: #C608FE;
}
.AnyTagClassName
{
color: #C608FE;
}
</style>
background-color css
<style>
a { background-color: #C608FE; }
a { background-color: rgb(198,8,254); }
div.DivClassName
{
background-color: #C608FE;
}
.BgClassName
{
background-color: #C608FE;
}
</style>
border-color css
<style>
span { border-color: #C608FE; }
span { border-color: rgb(198,8,254); }
td.TdClassName
{
border-color: #C608FE;
}
.TagClassName
{
border-color: #C608FE;
}
</style>