Shades of Electric Purple #C61CED
Tints of Electric Purple #C61CED
RGB
CMYK
RGB Variations
Color information
#C61CED (or 0xC61CED) is known color: Electric Purple. HEX triplet: C6, 1C and ED. RGB value is (198,28,237). Sum of RGB (Red+Green+Blue) = 198+28+237=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #C61CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61CED is #39E312. Grayscale: #656565. Windows color (decimal): -3793683 or 15539398. OLE color: 15539398.
HSL color Cylindrical-coordinate representation of color #C61CED: hue angle of 288.8º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61CED is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 28 | 237 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.07 |
| HSL | 288.8º | 0.85% | 0.52% | - |
| HSV(B) | 288.8º | 0.88% | 0.93% | - |
| XYZ | 38.99 | 18.95 | 81.72 | - |
| YUV | 102.66 | 203.82 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 237 | 0.16 | 0.88 | 0 | 0.07 | 288.8 | 0.85 | 0.52 |
| Hex | C6 | 1C | ED | 10 | 58 | 0 | 7 | 121 | 55 | 34 |
| Octal | 306 | 34 | 355 | 20 | 130 | 0 | 7 | 441 | 125 | 64 |
| Binary | 11000110 | 11100 | 11101101 | 10000 | 1011000 | 0 | 111 | 100100001 | 1010101 | 110100 |
Color Harmonies of #C61CED
Complementary color
Monochromatic Colors of #C61CED
Black with #C61CED
Text Example
Text Example
White with #C61CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61CED; }
p { color: rgb(198,28,237); }
H1.HeaderClassName
{
color: #C61CED;
}
.AnyTagClassName
{
color: #C61CED;
}
</style>
background-color css
<style>
a { background-color: #C61CED; }
a { background-color: rgb(198,28,237); }
div.DivClassName
{
background-color: #C61CED;
}
.BgClassName
{
background-color: #C61CED;
}
</style>
border-color css
<style>
span { border-color: #C61CED; }
span { border-color: rgb(198,28,237); }
td.TdClassName
{
border-color: #C61CED;
}
.TagClassName
{
border-color: #C61CED;
}
</style>