Shades of Electric Purple #C307EC
Tints of Electric Purple #C307EC
RGB
CMYK
RGB Variations
Color information
#C307EC (or 0xC307EC) is known color: Electric Purple. HEX triplet: C3, 07 and EC. RGB value is (195,7,236). Sum of RGB (Red+Green+Blue) = 195+7+236=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 7 (3.12% from 255 or 1.60% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #C307EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C307EC is #3CF813. Grayscale: #585858. Windows color (decimal): -3995668 or 15468483. OLE color: 15468483.
HSL color Cylindrical-coordinate representation of color #C307EC: hue angle of 289.26º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C307EC is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 7 | 236 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.07 |
| HSL | 289.26º | 0.94% | 0.48% | - |
| HSV(B) | 289.26º | 0.97% | 0.93% | - |
| XYZ | 37.72 | 17.81 | 80.81 | - |
| YUV | 89.32 | 210.78 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 236 | 0.17 | 0.97 | 0 | 0.07 | 289.26 | 0.94 | 0.48 |
| Hex | C3 | 7 | EC | 11 | 61 | 0 | 7 | 121 | 5E | 30 |
| Octal | 303 | 7 | 354 | 21 | 141 | 0 | 7 | 441 | 136 | 60 |
| Binary | 11000011 | 111 | 11101100 | 10001 | 1100001 | 0 | 111 | 100100001 | 1011110 | 110000 |
Color Harmonies of #C307EC
Complementary color
Monochromatic Colors of #C307EC
Black with #C307EC
Text Example
Text Example
White with #C307EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C307EC; }
p { color: rgb(195,7,236); }
H1.HeaderClassName
{
color: #C307EC;
}
.AnyTagClassName
{
color: #C307EC;
}
</style>
background-color css
<style>
a { background-color: #C307EC; }
a { background-color: rgb(195,7,236); }
div.DivClassName
{
background-color: #C307EC;
}
.BgClassName
{
background-color: #C307EC;
}
</style>
border-color css
<style>
span { border-color: #C307EC; }
span { border-color: rgb(195,7,236); }
td.TdClassName
{
border-color: #C307EC;
}
.TagClassName
{
border-color: #C307EC;
}
</style>