Shades of Electric Purple #C308FC
Tints of Electric Purple #C308FC
RGB
CMYK
RGB Variations
Color information
#C308FC (or 0xC308FC) is known color: Electric Purple. HEX triplet: C3, 08 and FC. RGB value is (195,8,252). Sum of RGB (Red+Green+Blue) = 195+8+252=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 8 (3.52% from 255 or 1.76% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #C308FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C308FC is #3CF703. Grayscale: #5A5A5A. Windows color (decimal): -3995396 or 16517315. OLE color: 16517315.
HSL color Cylindrical-coordinate representation of color #C308FC: hue angle of 285.98º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C308FC is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 8 | 252 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.01 |
| HSL | 285.98º | 0.98% | 0.51% | - |
| HSV(B) | 285.98º | 0.97% | 0.99% | - |
| XYZ | 40.16 | 18.8 | 93.61 | - |
| YUV | 91.73 | 218.45 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 252 | 0.23 | 0.97 | 0 | 0.01 | 285.98 | 0.98 | 0.51 |
| Hex | C3 | 8 | FC | 17 | 61 | 0 | 1 | 11E | 62 | 33 |
| Octal | 303 | 10 | 374 | 27 | 141 | 0 | 1 | 436 | 142 | 63 |
| Binary | 11000011 | 1000 | 11111100 | 10111 | 1100001 | 0 | 1 | 100011110 | 1100010 | 110011 |
Color Harmonies of #C308FC
Complementary color
Monochromatic Colors of #C308FC
Black with #C308FC
Text Example
Text Example
White with #C308FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C308FC; }
p { color: rgb(195,8,252); }
H1.HeaderClassName
{
color: #C308FC;
}
.AnyTagClassName
{
color: #C308FC;
}
</style>
background-color css
<style>
a { background-color: #C308FC; }
a { background-color: rgb(195,8,252); }
div.DivClassName
{
background-color: #C308FC;
}
.BgClassName
{
background-color: #C308FC;
}
</style>
border-color css
<style>
span { border-color: #C308FC; }
span { border-color: rgb(195,8,252); }
td.TdClassName
{
border-color: #C308FC;
}
.TagClassName
{
border-color: #C308FC;
}
</style>