Shades of Electric Purple #C313EB
Tints of Electric Purple #C313EB
RGB
CMYK
RGB Variations
Color information
#C313EB (or 0xC313EB) is known color: Electric Purple. HEX triplet: C3, 13 and EB. RGB value is (195,19,235). Sum of RGB (Red+Green+Blue) = 195+19+235=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 19 (7.81% from 255 or 4.23% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #C313EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C313EB is #3CEC14. Grayscale: #5F5F5F. Windows color (decimal): -3992597 or 15406019. OLE color: 15406019.
HSL color Cylindrical-coordinate representation of color #C313EB: hue angle of 288.89º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C313EB is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 19 | 235 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.08 |
| HSL | 288.89º | 0.85% | 0.5% | - |
| HSV(B) | 288.89º | 0.92% | 0.92% | - |
| XYZ | 37.73 | 18.07 | 80.1 | - |
| YUV | 96.25 | 206.31 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 235 | 0.17 | 0.92 | 0 | 0.08 | 288.89 | 0.85 | 0.5 |
| Hex | C3 | 13 | EB | 11 | 5C | 0 | 8 | 121 | 55 | 32 |
| Octal | 303 | 23 | 353 | 21 | 134 | 0 | 10 | 441 | 125 | 62 |
| Binary | 11000011 | 10011 | 11101011 | 10001 | 1011100 | 0 | 1000 | 100100001 | 1010101 | 110010 |
Color Harmonies of #C313EB
Complementary color
Monochromatic Colors of #C313EB
Black with #C313EB
Text Example
Text Example
White with #C313EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C313EB; }
p { color: rgb(195,19,235); }
H1.HeaderClassName
{
color: #C313EB;
}
.AnyTagClassName
{
color: #C313EB;
}
</style>
background-color css
<style>
a { background-color: #C313EB; }
a { background-color: rgb(195,19,235); }
div.DivClassName
{
background-color: #C313EB;
}
.BgClassName
{
background-color: #C313EB;
}
</style>
border-color css
<style>
span { border-color: #C313EB; }
span { border-color: rgb(195,19,235); }
td.TdClassName
{
border-color: #C313EB;
}
.TagClassName
{
border-color: #C313EB;
}
</style>