Shades of Electric Purple #C915FF
Tints of Electric Purple #C915FF
RGB
CMYK
RGB Variations
Color information
#C915FF (or 0xC915FF) is known color: Electric Purple. HEX triplet: C9, 15 and FF. RGB value is (201,21,255). Sum of RGB (Red+Green+Blue) = 201+21+255=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 21 (8.59% from 255 or 4.40% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #C915FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C915FF is #36EA00. Grayscale: #646464. Windows color (decimal): -3598849 or 16717257. OLE color: 16717257.
HSL color Cylindrical-coordinate representation of color #C915FF: hue angle of 286.15º 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 #C915FF is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 21 | 255 | - |
| CMYK | 0.21 | 0.92 | 0 | 0 |
| HSL | 286.15º | 1% | 0.54% | - |
| HSV(B) | 286.15º | 0.92% | 1% | - |
| XYZ | 42.41 | 20.17 | 96.27 | - |
| YUV | 101.5 | 214.63 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 255 | 0.21 | 0.92 | 0 | 0 | 286.15 | 1 | 0.54 |
| Hex | C9 | 15 | FF | 15 | 5C | 0 | 0 | 11E | 64 | 36 |
| Octal | 311 | 25 | 377 | 25 | 134 | 0 | 0 | 436 | 144 | 66 |
| Binary | 11001001 | 10101 | 11111111 | 10101 | 1011100 | 0 | 0 | 100011110 | 1100100 | 110110 |
Color Harmonies of #C915FF
Complementary color
Monochromatic Colors of #C915FF
Black with #C915FF
Text Example
Text Example
White with #C915FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C915FF; }
p { color: rgb(201,21,255); }
H1.HeaderClassName
{
color: #C915FF;
}
.AnyTagClassName
{
color: #C915FF;
}
</style>
background-color css
<style>
a { background-color: #C915FF; }
a { background-color: rgb(201,21,255); }
div.DivClassName
{
background-color: #C915FF;
}
.BgClassName
{
background-color: #C915FF;
}
</style>
border-color css
<style>
span { border-color: #C915FF; }
span { border-color: rgb(201,21,255); }
td.TdClassName
{
border-color: #C915FF;
}
.TagClassName
{
border-color: #C915FF;
}
</style>