Shades of Electric Purple #C314FE
Tints of Electric Purple #C314FE
RGB
CMYK
RGB Variations
Color information
#C314FE (or 0xC314FE) is known color: Electric Purple. HEX triplet: C3, 14 and FE. RGB value is (195,20,254). Sum of RGB (Red+Green+Blue) = 195+20+254=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #C314FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C314FE is #3CEB01. Grayscale: #626262. Windows color (decimal): -3992322 or 16651459. OLE color: 16651459.
HSL color Cylindrical-coordinate representation of color #C314FE: hue angle of 284.87º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C314FE is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 20 | 254 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.00 |
| HSL | 284.87º | 0.99% | 0.54% | - |
| HSV(B) | 284.87º | 0.92% | 1% | - |
| XYZ | 40.65 | 19.26 | 95.34 | - |
| YUV | 99 | 215.48 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 254 | 0.23 | 0.92 | 0 | 0.00 | 284.87 | 0.99 | 0.54 |
| Hex | C3 | 14 | FE | 17 | 5C | 0 | 0 | 11D | 63 | 36 |
| Octal | 303 | 24 | 376 | 27 | 134 | 0 | 0 | 435 | 143 | 66 |
| Binary | 11000011 | 10100 | 11111110 | 10111 | 1011100 | 0 | 0 | 100011101 | 1100011 | 110110 |
Color Harmonies of #C314FE
Complementary color
Monochromatic Colors of #C314FE
Black with #C314FE
Text Example
Text Example
White with #C314FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C314FE; }
p { color: rgb(195,20,254); }
H1.HeaderClassName
{
color: #C314FE;
}
.AnyTagClassName
{
color: #C314FE;
}
</style>
background-color css
<style>
a { background-color: #C314FE; }
a { background-color: rgb(195,20,254); }
div.DivClassName
{
background-color: #C314FE;
}
.BgClassName
{
background-color: #C314FE;
}
</style>
border-color css
<style>
span { border-color: #C314FE; }
span { border-color: rgb(195,20,254); }
td.TdClassName
{
border-color: #C314FE;
}
.TagClassName
{
border-color: #C314FE;
}
</style>