Shades of Electric Purple #C615EA
Tints of Electric Purple #C615EA
RGB
CMYK
RGB Variations
Color information
#C615EA (or 0xC615EA) is known color: Electric Purple. HEX triplet: C6, 15 and EA. RGB value is (198,21,234). Sum of RGB (Red+Green+Blue) = 198+21+234=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 21 (8.59% from 255 or 4.64% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #C615EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C615EA is #39EA15. Grayscale: #616161. Windows color (decimal): -3795478 or 15340998. OLE color: 15340998.
HSL color Cylindrical-coordinate representation of color #C615EA: hue angle of 289.86º 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 #C615EA is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 21 | 234 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.08 |
| HSL | 289.86º | 0.84% | 0.5% | - |
| HSV(B) | 289.86º | 0.91% | 0.92% | - |
| XYZ | 38.41 | 18.48 | 79.39 | - |
| YUV | 98.21 | 204.64 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 234 | 0.15 | 0.91 | 0 | 0.08 | 289.86 | 0.84 | 0.5 |
| Hex | C6 | 15 | EA | F | 5B | 0 | 8 | 122 | 54 | 32 |
| Octal | 306 | 25 | 352 | 17 | 133 | 0 | 10 | 442 | 124 | 62 |
| Binary | 11000110 | 10101 | 11101010 | 1111 | 1011011 | 0 | 1000 | 100100010 | 1010100 | 110010 |
Color Harmonies of #C615EA
Complementary color
Monochromatic Colors of #C615EA
Black with #C615EA
Text Example
Text Example
White with #C615EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C615EA; }
p { color: rgb(198,21,234); }
H1.HeaderClassName
{
color: #C615EA;
}
.AnyTagClassName
{
color: #C615EA;
}
</style>
background-color css
<style>
a { background-color: #C615EA; }
a { background-color: rgb(198,21,234); }
div.DivClassName
{
background-color: #C615EA;
}
.BgClassName
{
background-color: #C615EA;
}
</style>
border-color css
<style>
span { border-color: #C615EA; }
span { border-color: rgb(198,21,234); }
td.TdClassName
{
border-color: #C615EA;
}
.TagClassName
{
border-color: #C615EA;
}
</style>