Shades of Electric Purple #C314ED
Tints of Electric Purple #C314ED
RGB
CMYK
RGB Variations
Color information
#C314ED (or 0xC314ED) is known color: Electric Purple. HEX triplet: C3, 14 and ED. RGB value is (195,20,237). Sum of RGB (Red+Green+Blue) = 195+20+237=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 20 (8.20% from 255 or 4.42% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #C314ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C314ED is #3CEB12. Grayscale: #606060. Windows color (decimal): -3992339 or 15537347. OLE color: 15537347.
HSL color Cylindrical-coordinate representation of color #C314ED: hue angle of 288.39º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C314ED is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 20 | 237 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.07 |
| HSL | 288.39º | 0.86% | 0.5% | - |
| HSV(B) | 288.39º | 0.92% | 0.93% | - |
| XYZ | 38.04 | 18.22 | 81.63 | - |
| YUV | 97.06 | 206.98 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 237 | 0.18 | 0.92 | 0 | 0.07 | 288.39 | 0.86 | 0.5 |
| Hex | C3 | 14 | ED | 12 | 5C | 0 | 7 | 120 | 56 | 32 |
| Octal | 303 | 24 | 355 | 22 | 134 | 0 | 7 | 440 | 126 | 62 |
| Binary | 11000011 | 10100 | 11101101 | 10010 | 1011100 | 0 | 111 | 100100000 | 1010110 | 110010 |
Color Harmonies of #C314ED
Complementary color
Monochromatic Colors of #C314ED
Black with #C314ED
Text Example
Text Example
White with #C314ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C314ED; }
p { color: rgb(195,20,237); }
H1.HeaderClassName
{
color: #C314ED;
}
.AnyTagClassName
{
color: #C314ED;
}
</style>
background-color css
<style>
a { background-color: #C314ED; }
a { background-color: rgb(195,20,237); }
div.DivClassName
{
background-color: #C314ED;
}
.BgClassName
{
background-color: #C314ED;
}
</style>
border-color css
<style>
span { border-color: #C314ED; }
span { border-color: rgb(195,20,237); }
td.TdClassName
{
border-color: #C314ED;
}
.TagClassName
{
border-color: #C314ED;
}
</style>