Shades of Electric Purple #C215FA
Tints of Electric Purple #C215FA
RGB
CMYK
RGB Variations
Color information
#C215FA (or 0xC215FA) is known color: Electric Purple. HEX triplet: C2, 15 and FA. RGB value is (194,21,250). Sum of RGB (Red+Green+Blue) = 194+21+250=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #C215FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C215FA is #3DEA05. Grayscale: #626262. Windows color (decimal): -4057606 or 16389570. OLE color: 16389570.
HSL color Cylindrical-coordinate representation of color #C215FA: hue angle of 285.33º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C215FA is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 21 | 250 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.02 |
| HSL | 285.33º | 0.96% | 0.53% | - |
| HSV(B) | 285.33º | 0.92% | 0.98% | - |
| XYZ | 39.77 | 18.91 | 92 | - |
| YUV | 98.83 | 213.31 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 250 | 0.22 | 0.92 | 0 | 0.02 | 285.33 | 0.96 | 0.53 |
| Hex | C2 | 15 | FA | 16 | 5C | 0 | 2 | 11D | 60 | 35 |
| Octal | 302 | 25 | 372 | 26 | 134 | 0 | 2 | 435 | 140 | 65 |
| Binary | 11000010 | 10101 | 11111010 | 10110 | 1011100 | 0 | 10 | 100011101 | 1100000 | 110101 |
Color Harmonies of #C215FA
Complementary color
Monochromatic Colors of #C215FA
Black with #C215FA
Text Example
Text Example
White with #C215FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215FA; }
p { color: rgb(194,21,250); }
H1.HeaderClassName
{
color: #C215FA;
}
.AnyTagClassName
{
color: #C215FA;
}
</style>
background-color css
<style>
a { background-color: #C215FA; }
a { background-color: rgb(194,21,250); }
div.DivClassName
{
background-color: #C215FA;
}
.BgClassName
{
background-color: #C215FA;
}
</style>
border-color css
<style>
span { border-color: #C215FA; }
span { border-color: rgb(194,21,250); }
td.TdClassName
{
border-color: #C215FA;
}
.TagClassName
{
border-color: #C215FA;
}
</style>