Shades of Electric Purple #C50BFA
Tints of Electric Purple #C50BFA
RGB
CMYK
RGB Variations
Color information
#C50BFA (or 0xC50BFA) is known color: Electric Purple. HEX triplet: C5, 0B and FA. RGB value is (197,11,250). Sum of RGB (Red+Green+Blue) = 197+11+250=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 11 (4.69% from 255 or 2.40% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #C50BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50BFA is #3AF405. Grayscale: #5D5D5D. Windows color (decimal): -3863558 or 16387013. OLE color: 16387013.
HSL color Cylindrical-coordinate representation of color #C50BFA: hue angle of 286.69º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50BFA is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 11 | 250 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.02 |
| HSL | 286.69º | 0.96% | 0.51% | - |
| HSV(B) | 286.69º | 0.96% | 0.98% | - |
| XYZ | 40.4 | 19.01 | 91.98 | - |
| YUV | 93.86 | 216.12 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 250 | 0.21 | 0.96 | 0 | 0.02 | 286.69 | 0.96 | 0.51 |
| Hex | C5 | B | FA | 15 | 60 | 0 | 2 | 11F | 60 | 33 |
| Octal | 305 | 13 | 372 | 25 | 140 | 0 | 2 | 437 | 140 | 63 |
| Binary | 11000101 | 1011 | 11111010 | 10101 | 1100000 | 0 | 10 | 100011111 | 1100000 | 110011 |
Color Harmonies of #C50BFA
Complementary color
Monochromatic Colors of #C50BFA
Black with #C50BFA
Text Example
Text Example
White with #C50BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50BFA; }
p { color: rgb(197,11,250); }
H1.HeaderClassName
{
color: #C50BFA;
}
.AnyTagClassName
{
color: #C50BFA;
}
</style>
background-color css
<style>
a { background-color: #C50BFA; }
a { background-color: rgb(197,11,250); }
div.DivClassName
{
background-color: #C50BFA;
}
.BgClassName
{
background-color: #C50BFA;
}
</style>
border-color css
<style>
span { border-color: #C50BFA; }
span { border-color: rgb(197,11,250); }
td.TdClassName
{
border-color: #C50BFA;
}
.TagClassName
{
border-color: #C50BFA;
}
</style>