Shades of Electric Purple #C60EFB
Tints of Electric Purple #C60EFB
RGB
CMYK
RGB Variations
Color information
#C60EFB (or 0xC60EFB) is known color: Electric Purple. HEX triplet: C6, 0E and FB. RGB value is (198,14,251). Sum of RGB (Red+Green+Blue) = 198+14+251=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 14 (5.86% from 255 or 3.02% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #C60EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60EFB is #39F104. Grayscale: #5F5F5F. Windows color (decimal): -3797253 or 16453318. OLE color: 16453318.
HSL color Cylindrical-coordinate representation of color #C60EFB: hue angle of 286.58º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60EFB is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 14 | 251 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.02 |
| HSL | 286.58º | 0.97% | 0.52% | - |
| HSV(B) | 286.58º | 0.94% | 0.98% | - |
| XYZ | 40.86 | 19.28 | 92.84 | - |
| YUV | 96.03 | 215.46 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 251 | 0.21 | 0.94 | 0 | 0.02 | 286.58 | 0.97 | 0.52 |
| Hex | C6 | E | FB | 15 | 5E | 0 | 2 | 11F | 61 | 34 |
| Octal | 306 | 16 | 373 | 25 | 136 | 0 | 2 | 437 | 141 | 64 |
| Binary | 11000110 | 1110 | 11111011 | 10101 | 1011110 | 0 | 10 | 100011111 | 1100001 | 110100 |
Color Harmonies of #C60EFB
Complementary color
Monochromatic Colors of #C60EFB
Black with #C60EFB
Text Example
Text Example
White with #C60EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60EFB; }
p { color: rgb(198,14,251); }
H1.HeaderClassName
{
color: #C60EFB;
}
.AnyTagClassName
{
color: #C60EFB;
}
</style>
background-color css
<style>
a { background-color: #C60EFB; }
a { background-color: rgb(198,14,251); }
div.DivClassName
{
background-color: #C60EFB;
}
.BgClassName
{
background-color: #C60EFB;
}
</style>
border-color css
<style>
span { border-color: #C60EFB; }
span { border-color: rgb(198,14,251); }
td.TdClassName
{
border-color: #C60EFB;
}
.TagClassName
{
border-color: #C60EFB;
}
</style>