Shades of Electric Purple #C008F6
Tints of Electric Purple #C008F6
RGB
CMYK
RGB Variations
Color information
#C008F6 (or 0xC008F6) is known color: Electric Purple. HEX triplet: C0, 08 and F6. RGB value is (192,8,246). Sum of RGB (Red+Green+Blue) = 192+8+246=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #C008F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C008F6 is #3FF709. Grayscale: #595959. Windows color (decimal): -4192010 or 16124096. OLE color: 16124096.
HSL color Cylindrical-coordinate representation of color #C008F6: hue angle of 286.39º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C008F6 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 8 | 246 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.04 |
| HSL | 286.39º | 0.94% | 0.5% | - |
| HSV(B) | 286.39º | 0.97% | 0.96% | - |
| XYZ | 38.46 | 18.03 | 88.64 | - |
| YUV | 90.15 | 215.96 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 246 | 0.22 | 0.97 | 0 | 0.04 | 286.39 | 0.94 | 0.5 |
| Hex | C0 | 8 | F6 | 16 | 61 | 0 | 4 | 11E | 5E | 32 |
| Octal | 300 | 10 | 366 | 26 | 141 | 0 | 4 | 436 | 136 | 62 |
| Binary | 11000000 | 1000 | 11110110 | 10110 | 1100001 | 0 | 100 | 100011110 | 1011110 | 110010 |
Color Harmonies of #C008F6
Complementary color
Monochromatic Colors of #C008F6
Black with #C008F6
Text Example
Text Example
White with #C008F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C008F6; }
p { color: rgb(192,8,246); }
H1.HeaderClassName
{
color: #C008F6;
}
.AnyTagClassName
{
color: #C008F6;
}
</style>
background-color css
<style>
a { background-color: #C008F6; }
a { background-color: rgb(192,8,246); }
div.DivClassName
{
background-color: #C008F6;
}
.BgClassName
{
background-color: #C008F6;
}
</style>
border-color css
<style>
span { border-color: #C008F6; }
span { border-color: rgb(192,8,246); }
td.TdClassName
{
border-color: #C008F6;
}
.TagClassName
{
border-color: #C008F6;
}
</style>