Shades of Electric Purple #C606FA
Tints of Electric Purple #C606FA
RGB
CMYK
RGB Variations
Color information
#C606FA (or 0xC606FA) is known color: Electric Purple. HEX triplet: C6, 06 and FA. RGB value is (198,6,250). Sum of RGB (Red+Green+Blue) = 198+6+250=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 6 (2.73% from 255 or 1.32% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #C606FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C606FA is #39F905. Grayscale: #5A5A5A. Windows color (decimal): -3799302 or 16385734. OLE color: 16385734.
HSL color Cylindrical-coordinate representation of color #C606FA: hue angle of 287.21º 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 #C606FA is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 6 | 250 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.02 |
| HSL | 287.21º | 0.96% | 0.5% | - |
| HSV(B) | 287.21º | 0.98% | 0.98% | - |
| XYZ | 40.61 | 19.04 | 91.98 | - |
| YUV | 91.22 | 217.61 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 250 | 0.21 | 0.98 | 0 | 0.02 | 287.21 | 0.96 | 0.5 |
| Hex | C6 | 6 | FA | 15 | 62 | 0 | 2 | 11F | 60 | 32 |
| Octal | 306 | 6 | 372 | 25 | 142 | 0 | 2 | 437 | 140 | 62 |
| Binary | 11000110 | 110 | 11111010 | 10101 | 1100010 | 0 | 10 | 100011111 | 1100000 | 110010 |
Color Harmonies of #C606FA
Complementary color
Monochromatic Colors of #C606FA
Black with #C606FA
Text Example
Text Example
White with #C606FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C606FA; }
p { color: rgb(198,6,250); }
H1.HeaderClassName
{
color: #C606FA;
}
.AnyTagClassName
{
color: #C606FA;
}
</style>
background-color css
<style>
a { background-color: #C606FA; }
a { background-color: rgb(198,6,250); }
div.DivClassName
{
background-color: #C606FA;
}
.BgClassName
{
background-color: #C606FA;
}
</style>
border-color css
<style>
span { border-color: #C606FA; }
span { border-color: rgb(198,6,250); }
td.TdClassName
{
border-color: #C606FA;
}
.TagClassName
{
border-color: #C606FA;
}
</style>