Shades of Electric Purple #C60EFD
Tints of Electric Purple #C60EFD
RGB
CMYK
RGB Variations
Color information
#C60EFD (or 0xC60EFD) is known color: Electric Purple. HEX triplet: C6, 0E and FD. RGB value is (198,14,253). Sum of RGB (Red+Green+Blue) = 198+14+253=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 14 (5.86% from 255 or 3.01% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #C60EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60EFD is #39F102. Grayscale: #5F5F5F. Windows color (decimal): -3797251 or 16584390. OLE color: 16584390.
HSL color Cylindrical-coordinate representation of color #C60EFD: hue angle of 286.19º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60EFD is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 14 | 253 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.01 |
| HSL | 286.19º | 0.98% | 0.52% | - |
| HSV(B) | 286.19º | 0.94% | 0.99% | - |
| XYZ | 41.18 | 19.41 | 94.51 | - |
| YUV | 96.26 | 216.46 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 253 | 0.22 | 0.94 | 0 | 0.01 | 286.19 | 0.98 | 0.52 |
| Hex | C6 | E | FD | 16 | 5E | 0 | 1 | 11E | 62 | 34 |
| Octal | 306 | 16 | 375 | 26 | 136 | 0 | 1 | 436 | 142 | 64 |
| Binary | 11000110 | 1110 | 11111101 | 10110 | 1011110 | 0 | 1 | 100011110 | 1100010 | 110100 |
Color Harmonies of #C60EFD
Complementary color
Monochromatic Colors of #C60EFD
Black with #C60EFD
Text Example
Text Example
White with #C60EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60EFD; }
p { color: rgb(198,14,253); }
H1.HeaderClassName
{
color: #C60EFD;
}
.AnyTagClassName
{
color: #C60EFD;
}
</style>
background-color css
<style>
a { background-color: #C60EFD; }
a { background-color: rgb(198,14,253); }
div.DivClassName
{
background-color: #C60EFD;
}
.BgClassName
{
background-color: #C60EFD;
}
</style>
border-color css
<style>
span { border-color: #C60EFD; }
span { border-color: rgb(198,14,253); }
td.TdClassName
{
border-color: #C60EFD;
}
.TagClassName
{
border-color: #C60EFD;
}
</style>