Shades of Electric Purple #C006FD
Tints of Electric Purple #C006FD
RGB
CMYK
RGB Variations
Color information
#C006FD (or 0xC006FD) is known color: Electric Purple. HEX triplet: C0, 06 and FD. RGB value is (192,6,253). Sum of RGB (Red+Green+Blue) = 192+6+253=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 6 (2.73% from 255 or 1.33% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #C006FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C006FD is #3FF902. Grayscale: #585858. Windows color (decimal): -4192515 or 16582336. OLE color: 16582336.
HSL color Cylindrical-coordinate representation of color #C006FD: hue angle of 285.18º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C006FD is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 6 | 253 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.01 |
| HSL | 285.18º | 0.98% | 0.51% | - |
| HSV(B) | 285.18º | 0.98% | 0.99% | - |
| XYZ | 39.53 | 18.43 | 94.4 | - |
| YUV | 89.77 | 220.12 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 253 | 0.24 | 0.98 | 0 | 0.01 | 285.18 | 0.98 | 0.51 |
| Hex | C0 | 6 | FD | 18 | 62 | 0 | 1 | 11D | 62 | 33 |
| Octal | 300 | 6 | 375 | 30 | 142 | 0 | 1 | 435 | 142 | 63 |
| Binary | 11000000 | 110 | 11111101 | 11000 | 1100010 | 0 | 1 | 100011101 | 1100010 | 110011 |
Color Harmonies of #C006FD
Complementary color
Monochromatic Colors of #C006FD
Black with #C006FD
Text Example
Text Example
White with #C006FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C006FD; }
p { color: rgb(192,6,253); }
H1.HeaderClassName
{
color: #C006FD;
}
.AnyTagClassName
{
color: #C006FD;
}
</style>
background-color css
<style>
a { background-color: #C006FD; }
a { background-color: rgb(192,6,253); }
div.DivClassName
{
background-color: #C006FD;
}
.BgClassName
{
background-color: #C006FD;
}
</style>
border-color css
<style>
span { border-color: #C006FD; }
span { border-color: rgb(192,6,253); }
td.TdClassName
{
border-color: #C006FD;
}
.TagClassName
{
border-color: #C006FD;
}
</style>