Shades of Electric Purple #C600FD
Tints of Electric Purple #C600FD
RGB
CMYK
RGB Variations
Color information
#C600FD (or 0xC600FD) is known color: Electric Purple. HEX triplet: C6, 00 and FD. RGB value is (198,0,253). Sum of RGB (Red+Green+Blue) = 198+0+253=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 0 (0.39% from 255 or 0% 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 #C600FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C600FD is #39FF02. Grayscale: #575757. Windows color (decimal): -3800835 or 16580806. OLE color: 16580806.
HSL color Cylindrical-coordinate representation of color #C600FD: hue angle of 286.96º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600FD is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 0 | 253 | - |
| CMYK | 0.22 | 1 | 0 | 0.01 |
| HSL | 286.96º | 1% | 0.5% | - |
| HSV(B) | 286.96º | 1% | 0.99% | - |
| XYZ | 41.02 | 19.1 | 94.45 | - |
| YUV | 88.04 | 221.1 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 253 | 0.22 | 1 | 0 | 0.01 | 286.96 | 1 | 0.5 |
| Hex | C6 | 0 | FD | 16 | 64 | 0 | 1 | 11F | 64 | 32 |
| Octal | 306 | 0 | 375 | 26 | 144 | 0 | 1 | 437 | 144 | 62 |
| Binary | 11000110 | 0 | 11111101 | 10110 | 1100100 | 0 | 1 | 100011111 | 1100100 | 110010 |
Color Harmonies of #C600FD
Complementary color
Monochromatic Colors of #C600FD
Black with #C600FD
Text Example
Text Example
White with #C600FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600FD; }
p { color: rgb(198,0,253); }
H1.HeaderClassName
{
color: #C600FD;
}
.AnyTagClassName
{
color: #C600FD;
}
</style>
background-color css
<style>
a { background-color: #C600FD; }
a { background-color: rgb(198,0,253); }
div.DivClassName
{
background-color: #C600FD;
}
.BgClassName
{
background-color: #C600FD;
}
</style>
border-color css
<style>
span { border-color: #C600FD; }
span { border-color: rgb(198,0,253); }
td.TdClassName
{
border-color: #C600FD;
}
.TagClassName
{
border-color: #C600FD;
}
</style>