Shades of Electric Purple #C307EF
Tints of Electric Purple #C307EF
RGB
CMYK
RGB Variations
Color information
#C307EF (or 0xC307EF) is known color: Electric Purple. HEX triplet: C3, 07 and EF. RGB value is (195,7,239). Sum of RGB (Red+Green+Blue) = 195+7+239=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #C307EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C307EF is #3CF810. Grayscale: #585858. Windows color (decimal): -3995665 or 15665091. OLE color: 15665091.
HSL color Cylindrical-coordinate representation of color #C307EF: hue angle of 288.62º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C307EF is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 7 | 239 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.06 |
| HSL | 288.62º | 0.94% | 0.48% | - |
| HSV(B) | 288.62º | 0.97% | 0.94% | - |
| XYZ | 38.16 | 17.99 | 83.12 | - |
| YUV | 89.66 | 212.28 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 239 | 0.18 | 0.97 | 0 | 0.06 | 288.62 | 0.94 | 0.48 |
| Hex | C3 | 7 | EF | 12 | 61 | 0 | 6 | 121 | 5E | 30 |
| Octal | 303 | 7 | 357 | 22 | 141 | 0 | 6 | 441 | 136 | 60 |
| Binary | 11000011 | 111 | 11101111 | 10010 | 1100001 | 0 | 110 | 100100001 | 1011110 | 110000 |
Color Harmonies of #C307EF
Complementary color
Monochromatic Colors of #C307EF
Black with #C307EF
Text Example
Text Example
White with #C307EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C307EF; }
p { color: rgb(195,7,239); }
H1.HeaderClassName
{
color: #C307EF;
}
.AnyTagClassName
{
color: #C307EF;
}
</style>
background-color css
<style>
a { background-color: #C307EF; }
a { background-color: rgb(195,7,239); }
div.DivClassName
{
background-color: #C307EF;
}
.BgClassName
{
background-color: #C307EF;
}
</style>
border-color css
<style>
span { border-color: #C307EF; }
span { border-color: rgb(195,7,239); }
td.TdClassName
{
border-color: #C307EF;
}
.TagClassName
{
border-color: #C307EF;
}
</style>