Shades of Electric Purple #C215FF
Tints of Electric Purple #C215FF
RGB
CMYK
RGB Variations
Color information
#C215FF (or 0xC215FF) is known color: Electric Purple. HEX triplet: C2, 15 and FF. RGB value is (194,21,255). Sum of RGB (Red+Green+Blue) = 194+21+255=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 21 (8.59% from 255 or 4.47% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #C215FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C215FF is #3DEA00. Grayscale: #626262. Windows color (decimal): -4057601 or 16717250. OLE color: 16717250.
HSL color Cylindrical-coordinate representation of color #C215FF: hue angle of 284.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C215FF is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 21 | 255 | - |
| CMYK | 0.24 | 0.92 | 0 | 0 |
| HSL | 284.36º | 1% | 0.54% | - |
| HSV(B) | 284.36º | 0.92% | 1% | - |
| XYZ | 40.57 | 19.23 | 96.18 | - |
| YUV | 99.4 | 215.81 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 255 | 0.24 | 0.92 | 0 | 0 | 284.36 | 1 | 0.54 |
| Hex | C2 | 15 | FF | 18 | 5C | 0 | 0 | 11C | 64 | 36 |
| Octal | 302 | 25 | 377 | 30 | 134 | 0 | 0 | 434 | 144 | 66 |
| Binary | 11000010 | 10101 | 11111111 | 11000 | 1011100 | 0 | 0 | 100011100 | 1100100 | 110110 |
Color Harmonies of #C215FF
Complementary color
Monochromatic Colors of #C215FF
Black with #C215FF
Text Example
Text Example
White with #C215FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215FF; }
p { color: rgb(194,21,255); }
H1.HeaderClassName
{
color: #C215FF;
}
.AnyTagClassName
{
color: #C215FF;
}
</style>
background-color css
<style>
a { background-color: #C215FF; }
a { background-color: rgb(194,21,255); }
div.DivClassName
{
background-color: #C215FF;
}
.BgClassName
{
background-color: #C215FF;
}
</style>
border-color css
<style>
span { border-color: #C215FF; }
span { border-color: rgb(194,21,255); }
td.TdClassName
{
border-color: #C215FF;
}
.TagClassName
{
border-color: #C215FF;
}
</style>