Shades of Electric Purple #C30FFD
Tints of Electric Purple #C30FFD
RGB
CMYK
RGB Variations
Color information
#C30FFD (or 0xC30FFD) is known color: Electric Purple. HEX triplet: C3, 0F and FD. RGB value is (195,15,253). Sum of RGB (Red+Green+Blue) = 195+15+253=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #C30FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30FFD is #3CF002. Grayscale: #5F5F5F. Windows color (decimal): -3993603 or 16584643. OLE color: 16584643.
HSL color Cylindrical-coordinate representation of color #C30FFD: hue angle of 285.38º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30FFD is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 15 | 253 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.01 |
| HSL | 285.38º | 0.98% | 0.53% | - |
| HSV(B) | 285.38º | 0.94% | 0.99% | - |
| XYZ | 40.41 | 19.04 | 94.47 | - |
| YUV | 95.95 | 216.63 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 253 | 0.23 | 0.94 | 0 | 0.01 | 285.38 | 0.98 | 0.53 |
| Hex | C3 | F | FD | 17 | 5E | 0 | 1 | 11D | 62 | 35 |
| Octal | 303 | 17 | 375 | 27 | 136 | 0 | 1 | 435 | 142 | 65 |
| Binary | 11000011 | 1111 | 11111101 | 10111 | 1011110 | 0 | 1 | 100011101 | 1100010 | 110101 |
Color Harmonies of #C30FFD
Complementary color
Monochromatic Colors of #C30FFD
Black with #C30FFD
Text Example
Text Example
White with #C30FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FFD; }
p { color: rgb(195,15,253); }
H1.HeaderClassName
{
color: #C30FFD;
}
.AnyTagClassName
{
color: #C30FFD;
}
</style>
background-color css
<style>
a { background-color: #C30FFD; }
a { background-color: rgb(195,15,253); }
div.DivClassName
{
background-color: #C30FFD;
}
.BgClassName
{
background-color: #C30FFD;
}
</style>
border-color css
<style>
span { border-color: #C30FFD; }
span { border-color: rgb(195,15,253); }
td.TdClassName
{
border-color: #C30FFD;
}
.TagClassName
{
border-color: #C30FFD;
}
</style>