Shades of Electric Purple #C006FA
Tints of Electric Purple #C006FA
RGB
CMYK
RGB Variations
Color information
#C006FA (or 0xC006FA) is known color: Electric Purple. HEX triplet: C0, 06 and FA. RGB value is (192,6,250). Sum of RGB (Red+Green+Blue) = 192+6+250=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 6 (2.73% from 255 or 1.34% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #C006FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C006FA is #3FF905. Grayscale: #585858. Windows color (decimal): -4192518 or 16385728. OLE color: 16385728.
HSL color Cylindrical-coordinate representation of color #C006FA: hue angle of 285.74º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C006FA is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 6 | 250 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.02 |
| HSL | 285.74º | 0.96% | 0.5% | - |
| HSV(B) | 285.74º | 0.98% | 0.98% | - |
| XYZ | 39.06 | 18.24 | 91.9 | - |
| YUV | 89.43 | 218.62 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 250 | 0.23 | 0.98 | 0 | 0.02 | 285.74 | 0.96 | 0.5 |
| Hex | C0 | 6 | FA | 17 | 62 | 0 | 2 | 11E | 60 | 32 |
| Octal | 300 | 6 | 372 | 27 | 142 | 0 | 2 | 436 | 140 | 62 |
| Binary | 11000000 | 110 | 11111010 | 10111 | 1100010 | 0 | 10 | 100011110 | 1100000 | 110010 |
Color Harmonies of #C006FA
Complementary color
Monochromatic Colors of #C006FA
Black with #C006FA
Text Example
Text Example
White with #C006FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C006FA; }
p { color: rgb(192,6,250); }
H1.HeaderClassName
{
color: #C006FA;
}
.AnyTagClassName
{
color: #C006FA;
}
</style>
background-color css
<style>
a { background-color: #C006FA; }
a { background-color: rgb(192,6,250); }
div.DivClassName
{
background-color: #C006FA;
}
.BgClassName
{
background-color: #C006FA;
}
</style>
border-color css
<style>
span { border-color: #C006FA; }
span { border-color: rgb(192,6,250); }
td.TdClassName
{
border-color: #C006FA;
}
.TagClassName
{
border-color: #C006FA;
}
</style>