Shades of Electric Purple #C215FB
Tints of Electric Purple #C215FB
RGB
CMYK
RGB Variations
Color information
#C215FB (or 0xC215FB) is known color: Electric Purple. HEX triplet: C2, 15 and FB. RGB value is (194,21,251). Sum of RGB (Red+Green+Blue) = 194+21+251=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #C215FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C215FB is #3DEA04. Grayscale: #626262. Windows color (decimal): -4057605 or 16455106. OLE color: 16455106.
HSL color Cylindrical-coordinate representation of color #C215FB: hue angle of 285.13º degrees, saturation: 0.97, 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 #C215FB is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 21 | 251 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.02 |
| HSL | 285.13º | 0.97% | 0.53% | - |
| HSV(B) | 285.13º | 0.92% | 0.98% | - |
| XYZ | 39.93 | 18.97 | 92.82 | - |
| YUV | 98.95 | 213.81 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 251 | 0.23 | 0.92 | 0 | 0.02 | 285.13 | 0.97 | 0.53 |
| Hex | C2 | 15 | FB | 17 | 5C | 0 | 2 | 11D | 61 | 35 |
| Octal | 302 | 25 | 373 | 27 | 134 | 0 | 2 | 435 | 141 | 65 |
| Binary | 11000010 | 10101 | 11111011 | 10111 | 1011100 | 0 | 10 | 100011101 | 1100001 | 110101 |
Color Harmonies of #C215FB
Complementary color
Monochromatic Colors of #C215FB
Black with #C215FB
Text Example
Text Example
White with #C215FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215FB; }
p { color: rgb(194,21,251); }
H1.HeaderClassName
{
color: #C215FB;
}
.AnyTagClassName
{
color: #C215FB;
}
</style>
background-color css
<style>
a { background-color: #C215FB; }
a { background-color: rgb(194,21,251); }
div.DivClassName
{
background-color: #C215FB;
}
.BgClassName
{
background-color: #C215FB;
}
</style>
border-color css
<style>
span { border-color: #C215FB; }
span { border-color: rgb(194,21,251); }
td.TdClassName
{
border-color: #C215FB;
}
.TagClassName
{
border-color: #C215FB;
}
</style>