Shades of Electric Purple #C60BFC
Tints of Electric Purple #C60BFC
RGB
CMYK
RGB Variations
Color information
#C60BFC (or 0xC60BFC) is known color: Electric Purple. HEX triplet: C6, 0B and FC. RGB value is (198,11,252). Sum of RGB (Red+Green+Blue) = 198+11+252=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 11 (4.69% from 255 or 2.39% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #C60BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60BFC is #39F403. Grayscale: #5D5D5D. Windows color (decimal): -3798020 or 16518086. OLE color: 16518086.
HSL color Cylindrical-coordinate representation of color #C60BFC: hue angle of 286.56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60BFC is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 11 | 252 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.01 |
| HSL | 286.56º | 0.98% | 0.52% | - |
| HSV(B) | 286.56º | 0.96% | 0.99% | - |
| XYZ | 40.98 | 19.27 | 93.66 | - |
| YUV | 94.39 | 216.95 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 252 | 0.21 | 0.96 | 0 | 0.01 | 286.56 | 0.98 | 0.52 |
| Hex | C6 | B | FC | 15 | 60 | 0 | 1 | 11F | 62 | 34 |
| Octal | 306 | 13 | 374 | 25 | 140 | 0 | 1 | 437 | 142 | 64 |
| Binary | 11000110 | 1011 | 11111100 | 10101 | 1100000 | 0 | 1 | 100011111 | 1100010 | 110100 |
Color Harmonies of #C60BFC
Complementary color
Monochromatic Colors of #C60BFC
Black with #C60BFC
Text Example
Text Example
White with #C60BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60BFC; }
p { color: rgb(198,11,252); }
H1.HeaderClassName
{
color: #C60BFC;
}
.AnyTagClassName
{
color: #C60BFC;
}
</style>
background-color css
<style>
a { background-color: #C60BFC; }
a { background-color: rgb(198,11,252); }
div.DivClassName
{
background-color: #C60BFC;
}
.BgClassName
{
background-color: #C60BFC;
}
</style>
border-color css
<style>
span { border-color: #C60BFC; }
span { border-color: rgb(198,11,252); }
td.TdClassName
{
border-color: #C60BFC;
}
.TagClassName
{
border-color: #C60BFC;
}
</style>