Shades of Electric Purple #C215EB
Tints of Electric Purple #C215EB
RGB
CMYK
RGB Variations
Color information
#C215EB (or 0xC215EB) is known color: Electric Purple. HEX triplet: C2, 15 and EB. RGB value is (194,21,235). Sum of RGB (Red+Green+Blue) = 194+21+235=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #C215EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C215EB is #3DEA14. Grayscale: #606060. Windows color (decimal): -4057621 or 15406530. OLE color: 15406530.
HSL color Cylindrical-coordinate representation of color #C215EB: hue angle of 288.5º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C215EB is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 21 | 235 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.08 |
| HSL | 288.5º | 0.84% | 0.5% | - |
| HSV(B) | 288.5º | 0.91% | 0.92% | - |
| XYZ | 37.51 | 18 | 80.1 | - |
| YUV | 97.12 | 205.81 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 235 | 0.17 | 0.91 | 0 | 0.08 | 288.5 | 0.84 | 0.5 |
| Hex | C2 | 15 | EB | 11 | 5B | 0 | 8 | 121 | 54 | 32 |
| Octal | 302 | 25 | 353 | 21 | 133 | 0 | 10 | 441 | 124 | 62 |
| Binary | 11000010 | 10101 | 11101011 | 10001 | 1011011 | 0 | 1000 | 100100001 | 1010100 | 110010 |
Color Harmonies of #C215EB
Complementary color
Monochromatic Colors of #C215EB
Black with #C215EB
Text Example
Text Example
White with #C215EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215EB; }
p { color: rgb(194,21,235); }
H1.HeaderClassName
{
color: #C215EB;
}
.AnyTagClassName
{
color: #C215EB;
}
</style>
background-color css
<style>
a { background-color: #C215EB; }
a { background-color: rgb(194,21,235); }
div.DivClassName
{
background-color: #C215EB;
}
.BgClassName
{
background-color: #C215EB;
}
</style>
border-color css
<style>
span { border-color: #C215EB; }
span { border-color: rgb(194,21,235); }
td.TdClassName
{
border-color: #C215EB;
}
.TagClassName
{
border-color: #C215EB;
}
</style>