Shades of Electric Purple #C50BE7
Tints of Electric Purple #C50BE7
RGB
CMYK
RGB Variations
Color information
#C50BE7 (or 0xC50BE7) is known color: Electric Purple. HEX triplet: C5, 0B and E7. RGB value is (197,11,231). Sum of RGB (Red+Green+Blue) = 197+11+231=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 231 (90.62% from 255 or 52.62% from 439); Max value from RGB is 231 - color contains mainly: blue. Hex color #C50BE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50BE7 is #3AF418. Grayscale: #5A5A5A. Windows color (decimal): -3863577 or 15141829. OLE color: 15141829.
HSL color Cylindrical-coordinate representation of color #C50BE7: hue angle of 290.73º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50BE7 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 11 | 231 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.09 |
| HSL | 290.73º | 0.91% | 0.47% | - |
| HSV(B) | 290.73º | 0.95% | 0.91% | - |
| XYZ | 37.57 | 17.88 | 77.07 | - |
| YUV | 91.69 | 206.62 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 231 | 0.15 | 0.95 | 0 | 0.09 | 290.73 | 0.91 | 0.47 |
| Hex | C5 | B | E7 | F | 5F | 0 | 9 | 123 | 5B | 2F |
| Octal | 305 | 13 | 347 | 17 | 137 | 0 | 11 | 443 | 133 | 57 |
| Binary | 11000101 | 1011 | 11100111 | 1111 | 1011111 | 0 | 1001 | 100100011 | 1011011 | 101111 |
Color Harmonies of #C50BE7
Complementary color
Monochromatic Colors of #C50BE7
Black with #C50BE7
Text Example
Text Example
White with #C50BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50BE7; }
p { color: rgb(197,11,231); }
H1.HeaderClassName
{
color: #C50BE7;
}
.AnyTagClassName
{
color: #C50BE7;
}
</style>
background-color css
<style>
a { background-color: #C50BE7; }
a { background-color: rgb(197,11,231); }
div.DivClassName
{
background-color: #C50BE7;
}
.BgClassName
{
background-color: #C50BE7;
}
</style>
border-color css
<style>
span { border-color: #C50BE7; }
span { border-color: rgb(197,11,231); }
td.TdClassName
{
border-color: #C50BE7;
}
.TagClassName
{
border-color: #C50BE7;
}
</style>