Shades of Electric Purple #C50BFF
Tints of Electric Purple #C50BFF
RGB
CMYK
RGB Variations
Color information
#C50BFF (or 0xC50BFF) is known color: Electric Purple. HEX triplet: C5, 0B and FF. RGB value is (197,11,255). Sum of RGB (Red+Green+Blue) = 197+11+255=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 11 (4.69% from 255 or 2.38% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #C50BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50BFF is #3AF400. Grayscale: #5D5D5D. Windows color (decimal): -3863553 or 16714693. OLE color: 16714693.
HSL color Cylindrical-coordinate representation of color #C50BFF: hue angle of 285.74º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50BFF is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 11 | 255 | - |
| CMYK | 0.23 | 0.96 | 0 | 0 |
| HSL | 285.74º | 1% | 0.52% | - |
| HSV(B) | 285.74º | 0.96% | 1% | - |
| XYZ | 41.2 | 19.33 | 96.17 | - |
| YUV | 94.43 | 218.62 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 255 | 0.23 | 0.96 | 0 | 0 | 285.74 | 1 | 0.52 |
| Hex | C5 | B | FF | 17 | 60 | 0 | 0 | 11E | 64 | 34 |
| Octal | 305 | 13 | 377 | 27 | 140 | 0 | 0 | 436 | 144 | 64 |
| Binary | 11000101 | 1011 | 11111111 | 10111 | 1100000 | 0 | 0 | 100011110 | 1100100 | 110100 |
Color Harmonies of #C50BFF
Complementary color
Monochromatic Colors of #C50BFF
Black with #C50BFF
Text Example
Text Example
White with #C50BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50BFF; }
p { color: rgb(197,11,255); }
H1.HeaderClassName
{
color: #C50BFF;
}
.AnyTagClassName
{
color: #C50BFF;
}
</style>
background-color css
<style>
a { background-color: #C50BFF; }
a { background-color: rgb(197,11,255); }
div.DivClassName
{
background-color: #C50BFF;
}
.BgClassName
{
background-color: #C50BFF;
}
</style>
border-color css
<style>
span { border-color: #C50BFF; }
span { border-color: rgb(197,11,255); }
td.TdClassName
{
border-color: #C50BFF;
}
.TagClassName
{
border-color: #C50BFF;
}
</style>