Shades of Electric Purple #C015FF
Tints of Electric Purple #C015FF
RGB
CMYK
RGB Variations
Color information
#C015FF (or 0xC015FF) is known color: Electric Purple. HEX triplet: C0, 15 and FF. RGB value is (192,21,255). Sum of RGB (Red+Green+Blue) = 192+21+255=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 21 (8.59% from 255 or 4.49% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #C015FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C015FF is #3FEA00. Grayscale: #626262. Windows color (decimal): -4188673 or 16717248. OLE color: 16717248.
HSL color Cylindrical-coordinate representation of color #C015FF: hue angle of 283.85º 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 #C015FF is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 21 | 255 | - |
| CMYK | 0.25 | 0.92 | 0 | 0 |
| HSL | 283.85º | 1% | 0.54% | - |
| HSV(B) | 283.85º | 0.92% | 1% | - |
| XYZ | 40.06 | 18.96 | 96.16 | - |
| YUV | 98.81 | 216.15 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 255 | 0.25 | 0.92 | 0 | 0 | 283.85 | 1 | 0.54 |
| Hex | C0 | 15 | FF | 19 | 5C | 0 | 0 | 11C | 64 | 36 |
| Octal | 300 | 25 | 377 | 31 | 134 | 0 | 0 | 434 | 144 | 66 |
| Binary | 11000000 | 10101 | 11111111 | 11001 | 1011100 | 0 | 0 | 100011100 | 1100100 | 110110 |
Color Harmonies of #C015FF
Complementary color
Monochromatic Colors of #C015FF
Black with #C015FF
Text Example
Text Example
White with #C015FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015FF; }
p { color: rgb(192,21,255); }
H1.HeaderClassName
{
color: #C015FF;
}
.AnyTagClassName
{
color: #C015FF;
}
</style>
background-color css
<style>
a { background-color: #C015FF; }
a { background-color: rgb(192,21,255); }
div.DivClassName
{
background-color: #C015FF;
}
.BgClassName
{
background-color: #C015FF;
}
</style>
border-color css
<style>
span { border-color: #C015FF; }
span { border-color: rgb(192,21,255); }
td.TdClassName
{
border-color: #C015FF;
}
.TagClassName
{
border-color: #C015FF;
}
</style>