Shades of Electric Purple #C515F4
Tints of Electric Purple #C515F4
RGB
CMYK
RGB Variations
Color information
#C515F4 (or 0xC515F4) is known color: Electric Purple. HEX triplet: C5, 15 and F4. RGB value is (197,21,244). Sum of RGB (Red+Green+Blue) = 197+21+244=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 244 (95.70% from 255 or 52.81% from 462); Max value from RGB is 244 - color contains mainly: blue. Hex color #C515F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C515F4 is #3AEA0B. Grayscale: #626262. Windows color (decimal): -3861004 or 15996357. OLE color: 15996357.
HSL color Cylindrical-coordinate representation of color #C515F4: hue angle of 287.35º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C515F4 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 21 | 244 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.04 |
| HSL | 287.35º | 0.91% | 0.52% | - |
| HSV(B) | 287.35º | 0.91% | 0.96% | - |
| XYZ | 39.62 | 18.94 | 87.16 | - |
| YUV | 99.05 | 209.81 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 244 | 0.19 | 0.91 | 0 | 0.04 | 287.35 | 0.91 | 0.52 |
| Hex | C5 | 15 | F4 | 13 | 5B | 0 | 4 | 11F | 5B | 34 |
| Octal | 305 | 25 | 364 | 23 | 133 | 0 | 4 | 437 | 133 | 64 |
| Binary | 11000101 | 10101 | 11110100 | 10011 | 1011011 | 0 | 100 | 100011111 | 1011011 | 110100 |
Color Harmonies of #C515F4
Complementary color
Monochromatic Colors of #C515F4
Black with #C515F4
Text Example
Text Example
White with #C515F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C515F4; }
p { color: rgb(197,21,244); }
H1.HeaderClassName
{
color: #C515F4;
}
.AnyTagClassName
{
color: #C515F4;
}
</style>
background-color css
<style>
a { background-color: #C515F4; }
a { background-color: rgb(197,21,244); }
div.DivClassName
{
background-color: #C515F4;
}
.BgClassName
{
background-color: #C515F4;
}
</style>
border-color css
<style>
span { border-color: #C515F4; }
span { border-color: rgb(197,21,244); }
td.TdClassName
{
border-color: #C515F4;
}
.TagClassName
{
border-color: #C515F4;
}
</style>