Shades of Electric Purple #C30EED
Tints of Electric Purple #C30EED
RGB
CMYK
RGB Variations
Color information
#C30EED (or 0xC30EED) is known color: Electric Purple. HEX triplet: C3, 0E and ED. RGB value is (195,14,237). Sum of RGB (Red+Green+Blue) = 195+14+237=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #C30EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30EED is #3CF112. Grayscale: #5C5C5C. Windows color (decimal): -3993875 or 15535811. OLE color: 15535811.
HSL color Cylindrical-coordinate representation of color #C30EED: hue angle of 288.7º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30EED is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 14 | 237 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.07 |
| HSL | 288.7º | 0.89% | 0.49% | - |
| HSV(B) | 288.7º | 0.94% | 0.93% | - |
| XYZ | 37.95 | 18.03 | 81.6 | - |
| YUV | 93.54 | 208.97 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 237 | 0.18 | 0.94 | 0 | 0.07 | 288.7 | 0.89 | 0.49 |
| Hex | C3 | E | ED | 12 | 5E | 0 | 7 | 121 | 59 | 31 |
| Octal | 303 | 16 | 355 | 22 | 136 | 0 | 7 | 441 | 131 | 61 |
| Binary | 11000011 | 1110 | 11101101 | 10010 | 1011110 | 0 | 111 | 100100001 | 1011001 | 110001 |
Color Harmonies of #C30EED
Complementary color
Monochromatic Colors of #C30EED
Black with #C30EED
Text Example
Text Example
White with #C30EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EED; }
p { color: rgb(195,14,237); }
H1.HeaderClassName
{
color: #C30EED;
}
.AnyTagClassName
{
color: #C30EED;
}
</style>
background-color css
<style>
a { background-color: #C30EED; }
a { background-color: rgb(195,14,237); }
div.DivClassName
{
background-color: #C30EED;
}
.BgClassName
{
background-color: #C30EED;
}
</style>
border-color css
<style>
span { border-color: #C30EED; }
span { border-color: rgb(195,14,237); }
td.TdClassName
{
border-color: #C30EED;
}
.TagClassName
{
border-color: #C30EED;
}
</style>