Shades of Electric Purple #C61CE6
Tints of Electric Purple #C61CE6
RGB
CMYK
RGB Variations
Color information
#C61CE6 (or 0xC61CE6) is known color: Electric Purple. HEX triplet: C6, 1C and E6. RGB value is (198,28,230). Sum of RGB (Red+Green+Blue) = 198+28+230=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #C61CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61CE6 is #39E319. Grayscale: #656565. Windows color (decimal): -3793690 or 15080646. OLE color: 15080646.
HSL color Cylindrical-coordinate representation of color #C61CE6: hue angle of 290.5º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61CE6 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 28 | 230 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.10 |
| HSL | 290.5º | 0.8% | 0.51% | - |
| HSV(B) | 290.5º | 0.88% | 0.9% | - |
| XYZ | 37.99 | 18.55 | 76.44 | - |
| YUV | 101.86 | 200.32 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 230 | 0.14 | 0.88 | 0 | 0.10 | 290.5 | 0.8 | 0.51 |
| Hex | C6 | 1C | E6 | E | 58 | 0 | A | 122 | 50 | 33 |
| Octal | 306 | 34 | 346 | 16 | 130 | 0 | 12 | 442 | 120 | 63 |
| Binary | 11000110 | 11100 | 11100110 | 1110 | 1011000 | 0 | 1010 | 100100010 | 1010000 | 110011 |
Color Harmonies of #C61CE6
Complementary color
Monochromatic Colors of #C61CE6
Black with #C61CE6
Text Example
Text Example
White with #C61CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61CE6; }
p { color: rgb(198,28,230); }
H1.HeaderClassName
{
color: #C61CE6;
}
.AnyTagClassName
{
color: #C61CE6;
}
</style>
background-color css
<style>
a { background-color: #C61CE6; }
a { background-color: rgb(198,28,230); }
div.DivClassName
{
background-color: #C61CE6;
}
.BgClassName
{
background-color: #C61CE6;
}
</style>
border-color css
<style>
span { border-color: #C61CE6; }
span { border-color: rgb(198,28,230); }
td.TdClassName
{
border-color: #C61CE6;
}
.TagClassName
{
border-color: #C61CE6;
}
</style>