Shades of Electric Purple #C302FD
Tints of Electric Purple #C302FD
RGB
CMYK
RGB Variations
Color information
#C302FD (or 0xC302FD) is known color: Electric Purple. HEX triplet: C3, 02 and FD. RGB value is (195,2,253). Sum of RGB (Red+Green+Blue) = 195+2+253=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #C302FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C302FD is #3CFD02. Grayscale: #575757. Windows color (decimal): -3996931 or 16581315. OLE color: 16581315.
HSL color Cylindrical-coordinate representation of color #C302FD: hue angle of 286.14º 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 #C302FD is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 2 | 253 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.01 |
| HSL | 286.14º | 0.98% | 0.5% | - |
| HSV(B) | 286.14º | 0.99% | 0.99% | - |
| XYZ | 40.26 | 18.74 | 94.42 | - |
| YUV | 88.32 | 220.94 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 253 | 0.23 | 0.99 | 0 | 0.01 | 286.14 | 0.98 | 0.5 |
| Hex | C3 | 2 | FD | 17 | 63 | 0 | 1 | 11E | 62 | 32 |
| Octal | 303 | 2 | 375 | 27 | 143 | 0 | 1 | 436 | 142 | 62 |
| Binary | 11000011 | 10 | 11111101 | 10111 | 1100011 | 0 | 1 | 100011110 | 1100010 | 110010 |
Color Harmonies of #C302FD
Complementary color
Monochromatic Colors of #C302FD
Black with #C302FD
Text Example
Text Example
White with #C302FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C302FD; }
p { color: rgb(195,2,253); }
H1.HeaderClassName
{
color: #C302FD;
}
.AnyTagClassName
{
color: #C302FD;
}
</style>
background-color css
<style>
a { background-color: #C302FD; }
a { background-color: rgb(195,2,253); }
div.DivClassName
{
background-color: #C302FD;
}
.BgClassName
{
background-color: #C302FD;
}
</style>
border-color css
<style>
span { border-color: #C302FD; }
span { border-color: rgb(195,2,253); }
td.TdClassName
{
border-color: #C302FD;
}
.TagClassName
{
border-color: #C302FD;
}
</style>