Shades of Electric Purple #C311ED
Tints of Electric Purple #C311ED
RGB
CMYK
RGB Variations
Color information
#C311ED (or 0xC311ED) is known color: Electric Purple. HEX triplet: C3, 11 and ED. RGB value is (195,17,237). Sum of RGB (Red+Green+Blue) = 195+17+237=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #C311ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C311ED is #3CEE12. Grayscale: #5E5E5E. Windows color (decimal): -3993107 or 15536579. OLE color: 15536579.
HSL color Cylindrical-coordinate representation of color #C311ED: hue angle of 288.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C311ED is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 17 | 237 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.07 |
| HSL | 288.55º | 0.87% | 0.5% | - |
| HSV(B) | 288.55º | 0.93% | 0.93% | - |
| XYZ | 37.99 | 18.12 | 81.62 | - |
| YUV | 95.3 | 207.97 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 237 | 0.18 | 0.93 | 0 | 0.07 | 288.55 | 0.87 | 0.5 |
| Hex | C3 | 11 | ED | 12 | 5D | 0 | 7 | 121 | 57 | 32 |
| Octal | 303 | 21 | 355 | 22 | 135 | 0 | 7 | 441 | 127 | 62 |
| Binary | 11000011 | 10001 | 11101101 | 10010 | 1011101 | 0 | 111 | 100100001 | 1010111 | 110010 |
Color Harmonies of #C311ED
Complementary color
Monochromatic Colors of #C311ED
Black with #C311ED
Text Example
Text Example
White with #C311ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C311ED; }
p { color: rgb(195,17,237); }
H1.HeaderClassName
{
color: #C311ED;
}
.AnyTagClassName
{
color: #C311ED;
}
</style>
background-color css
<style>
a { background-color: #C311ED; }
a { background-color: rgb(195,17,237); }
div.DivClassName
{
background-color: #C311ED;
}
.BgClassName
{
background-color: #C311ED;
}
</style>
border-color css
<style>
span { border-color: #C311ED; }
span { border-color: rgb(195,17,237); }
td.TdClassName
{
border-color: #C311ED;
}
.TagClassName
{
border-color: #C311ED;
}
</style>