Shades of Electric Purple #C330FE
Tints of Electric Purple #C330FE
RGB
CMYK
RGB Variations
Color information
#C330FE (or 0xC330FE) is known color: Electric Purple. HEX triplet: C3, 30 and FE. RGB value is (195,48,254). Sum of RGB (Red+Green+Blue) = 195+48+254=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 48 (19.14% from 255 or 9.66% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #C330FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C330FE is #3CCF01. Grayscale: #727272. Windows color (decimal): -3985154 or 16658627. OLE color: 16658627.
HSL color Cylindrical-coordinate representation of color #C330FE: hue angle of 282.82º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C330FE is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 48 | 254 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.00 |
| HSL | 282.82º | 0.99% | 0.59% | - |
| HSV(B) | 282.82º | 0.81% | 1% | - |
| XYZ | 41.45 | 20.87 | 95.61 | - |
| YUV | 115.44 | 206.2 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 254 | 0.23 | 0.81 | 0 | 0.00 | 282.82 | 0.99 | 0.59 |
| Hex | C3 | 30 | FE | 17 | 51 | 0 | 0 | 11B | 63 | 3B |
| Octal | 303 | 60 | 376 | 27 | 121 | 0 | 0 | 433 | 143 | 73 |
| Binary | 11000011 | 110000 | 11111110 | 10111 | 1010001 | 0 | 0 | 100011011 | 1100011 | 111011 |
Color Harmonies of #C330FE
Complementary color
Monochromatic Colors of #C330FE
Black with #C330FE
Text Example
Text Example
White with #C330FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C330FE; }
p { color: rgb(195,48,254); }
H1.HeaderClassName
{
color: #C330FE;
}
.AnyTagClassName
{
color: #C330FE;
}
</style>
background-color css
<style>
a { background-color: #C330FE; }
a { background-color: rgb(195,48,254); }
div.DivClassName
{
background-color: #C330FE;
}
.BgClassName
{
background-color: #C330FE;
}
</style>
border-color css
<style>
span { border-color: #C330FE; }
span { border-color: rgb(195,48,254); }
td.TdClassName
{
border-color: #C330FE;
}
.TagClassName
{
border-color: #C330FE;
}
</style>