Shades of Electric Purple #C315FC
Tints of Electric Purple #C315FC
RGB
CMYK
RGB Variations
Color information
#C315FC (or 0xC315FC) is known color: Electric Purple. HEX triplet: C3, 15 and FC. RGB value is (195,21,252). Sum of RGB (Red+Green+Blue) = 195+21+252=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 21 (8.59% from 255 or 4.49% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #C315FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C315FC is #3CEA03. Grayscale: #626262. Windows color (decimal): -3992068 or 16520643. OLE color: 16520643.
HSL color Cylindrical-coordinate representation of color #C315FC: hue angle of 285.19º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C315FC is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 21 | 252 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.01 |
| HSL | 285.19º | 0.97% | 0.54% | - |
| HSV(B) | 285.19º | 0.92% | 0.99% | - |
| XYZ | 40.34 | 19.17 | 93.67 | - |
| YUV | 99.36 | 214.15 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 252 | 0.23 | 0.92 | 0 | 0.01 | 285.19 | 0.97 | 0.54 |
| Hex | C3 | 15 | FC | 17 | 5C | 0 | 1 | 11D | 61 | 36 |
| Octal | 303 | 25 | 374 | 27 | 134 | 0 | 1 | 435 | 141 | 66 |
| Binary | 11000011 | 10101 | 11111100 | 10111 | 1011100 | 0 | 1 | 100011101 | 1100001 | 110110 |
Color Harmonies of #C315FC
Complementary color
Monochromatic Colors of #C315FC
Black with #C315FC
Text Example
Text Example
White with #C315FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C315FC; }
p { color: rgb(195,21,252); }
H1.HeaderClassName
{
color: #C315FC;
}
.AnyTagClassName
{
color: #C315FC;
}
</style>
background-color css
<style>
a { background-color: #C315FC; }
a { background-color: rgb(195,21,252); }
div.DivClassName
{
background-color: #C315FC;
}
.BgClassName
{
background-color: #C315FC;
}
</style>
border-color css
<style>
span { border-color: #C315FC; }
span { border-color: rgb(195,21,252); }
td.TdClassName
{
border-color: #C315FC;
}
.TagClassName
{
border-color: #C315FC;
}
</style>