Shades of Electric Purple #C303FD
Tints of Electric Purple #C303FD
RGB
CMYK
RGB Variations
Color information
#C303FD (or 0xC303FD) is known color: Electric Purple. HEX triplet: C3, 03 and FD. RGB value is (195,3,253). Sum of RGB (Red+Green+Blue) = 195+3+253=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 3 (1.56% from 255 or 0.67% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #C303FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C303FD is #3CFC02. Grayscale: #585858. Windows color (decimal): -3996675 or 16581571. OLE color: 16581571.
HSL color Cylindrical-coordinate representation of color #C303FD: hue angle of 286.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C303FD is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 3 | 253 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.01 |
| HSL | 286.08º | 0.98% | 0.5% | - |
| HSV(B) | 286.08º | 0.99% | 0.99% | - |
| XYZ | 40.27 | 18.76 | 94.43 | - |
| YUV | 88.91 | 220.61 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 253 | 0.23 | 0.99 | 0 | 0.01 | 286.08 | 0.98 | 0.5 |
| Hex | C3 | 3 | FD | 17 | 63 | 0 | 1 | 11E | 62 | 32 |
| Octal | 303 | 3 | 375 | 27 | 143 | 0 | 1 | 436 | 142 | 62 |
| Binary | 11000011 | 11 | 11111101 | 10111 | 1100011 | 0 | 1 | 100011110 | 1100010 | 110010 |
Color Harmonies of #C303FD
Complementary color
Monochromatic Colors of #C303FD
Black with #C303FD
Text Example
Text Example
White with #C303FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C303FD; }
p { color: rgb(195,3,253); }
H1.HeaderClassName
{
color: #C303FD;
}
.AnyTagClassName
{
color: #C303FD;
}
</style>
background-color css
<style>
a { background-color: #C303FD; }
a { background-color: rgb(195,3,253); }
div.DivClassName
{
background-color: #C303FD;
}
.BgClassName
{
background-color: #C303FD;
}
</style>
border-color css
<style>
span { border-color: #C303FD; }
span { border-color: rgb(195,3,253); }
td.TdClassName
{
border-color: #C303FD;
}
.TagClassName
{
border-color: #C303FD;
}
</style>