Shades of Electric Purple #C308FA
Tints of Electric Purple #C308FA
RGB
CMYK
RGB Variations
Color information
#C308FA (or 0xC308FA) is known color: Electric Purple. HEX triplet: C3, 08 and FA. RGB value is (195,8,250). Sum of RGB (Red+Green+Blue) = 195+8+250=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 8 (3.52% from 255 or 1.77% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #C308FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C308FA is #3CF705. Grayscale: #5A5A5A. Windows color (decimal): -3995398 or 16386243. OLE color: 16386243.
HSL color Cylindrical-coordinate representation of color #C308FA: hue angle of 286.36º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C308FA is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 8 | 250 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.02 |
| HSL | 286.36º | 0.96% | 0.51% | - |
| HSV(B) | 286.36º | 0.97% | 0.98% | - |
| XYZ | 39.85 | 18.68 | 91.95 | - |
| YUV | 91.5 | 217.45 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 250 | 0.22 | 0.97 | 0 | 0.02 | 286.36 | 0.96 | 0.51 |
| Hex | C3 | 8 | FA | 16 | 61 | 0 | 2 | 11E | 60 | 33 |
| Octal | 303 | 10 | 372 | 26 | 141 | 0 | 2 | 436 | 140 | 63 |
| Binary | 11000011 | 1000 | 11111010 | 10110 | 1100001 | 0 | 10 | 100011110 | 1100000 | 110011 |
Color Harmonies of #C308FA
Complementary color
Monochromatic Colors of #C308FA
Black with #C308FA
Text Example
Text Example
White with #C308FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C308FA; }
p { color: rgb(195,8,250); }
H1.HeaderClassName
{
color: #C308FA;
}
.AnyTagClassName
{
color: #C308FA;
}
</style>
background-color css
<style>
a { background-color: #C308FA; }
a { background-color: rgb(195,8,250); }
div.DivClassName
{
background-color: #C308FA;
}
.BgClassName
{
background-color: #C308FA;
}
</style>
border-color css
<style>
span { border-color: #C308FA; }
span { border-color: rgb(195,8,250); }
td.TdClassName
{
border-color: #C308FA;
}
.TagClassName
{
border-color: #C308FA;
}
</style>