Shades of Electric Purple #C305FC
Tints of Electric Purple #C305FC
RGB
CMYK
RGB Variations
Color information
#C305FC (or 0xC305FC) is known color: Electric Purple. HEX triplet: C3, 05 and FC. RGB value is (195,5,252). Sum of RGB (Red+Green+Blue) = 195+5+252=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #C305FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C305FC is #3CFA03. Grayscale: #595959. Windows color (decimal): -3996164 or 16516547. OLE color: 16516547.
HSL color Cylindrical-coordinate representation of color #C305FC: hue angle of 286.15º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C305FC is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 5 | 252 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.01 |
| HSL | 286.15º | 0.98% | 0.5% | - |
| HSV(B) | 286.15º | 0.98% | 0.99% | - |
| XYZ | 40.13 | 18.74 | 93.6 | - |
| YUV | 89.97 | 219.45 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 252 | 0.23 | 0.98 | 0 | 0.01 | 286.15 | 0.98 | 0.5 |
| Hex | C3 | 5 | FC | 17 | 62 | 0 | 1 | 11E | 62 | 32 |
| Octal | 303 | 5 | 374 | 27 | 142 | 0 | 1 | 436 | 142 | 62 |
| Binary | 11000011 | 101 | 11111100 | 10111 | 1100010 | 0 | 1 | 100011110 | 1100010 | 110010 |
Color Harmonies of #C305FC
Complementary color
Monochromatic Colors of #C305FC
Black with #C305FC
Text Example
Text Example
White with #C305FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C305FC; }
p { color: rgb(195,5,252); }
H1.HeaderClassName
{
color: #C305FC;
}
.AnyTagClassName
{
color: #C305FC;
}
</style>
background-color css
<style>
a { background-color: #C305FC; }
a { background-color: rgb(195,5,252); }
div.DivClassName
{
background-color: #C305FC;
}
.BgClassName
{
background-color: #C305FC;
}
</style>
border-color css
<style>
span { border-color: #C305FC; }
span { border-color: rgb(195,5,252); }
td.TdClassName
{
border-color: #C305FC;
}
.TagClassName
{
border-color: #C305FC;
}
</style>