Shades of Electric Purple #C61CEE
Tints of Electric Purple #C61CEE
RGB
CMYK
RGB Variations
Color information
#C61CEE (or 0xC61CEE) is known color: Electric Purple. HEX triplet: C6, 1C and EE. RGB value is (198,28,238). Sum of RGB (Red+Green+Blue) = 198+28+238=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #C61CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61CEE is #39E311. Grayscale: #666666. Windows color (decimal): -3793682 or 15604934. OLE color: 15604934.
HSL color Cylindrical-coordinate representation of color #C61CEE: hue angle of 288.57º degrees, saturation: 0.86, 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 #C61CEE is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 28 | 238 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.07 |
| HSL | 288.57º | 0.86% | 0.52% | - |
| HSV(B) | 288.57º | 0.88% | 0.93% | - |
| XYZ | 39.14 | 19.01 | 82.5 | - |
| YUV | 102.77 | 204.32 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 238 | 0.17 | 0.88 | 0 | 0.07 | 288.57 | 0.86 | 0.52 |
| Hex | C6 | 1C | EE | 11 | 58 | 0 | 7 | 121 | 56 | 34 |
| Octal | 306 | 34 | 356 | 21 | 130 | 0 | 7 | 441 | 126 | 64 |
| Binary | 11000110 | 11100 | 11101110 | 10001 | 1011000 | 0 | 111 | 100100001 | 1010110 | 110100 |
Color Harmonies of #C61CEE
Complementary color
Monochromatic Colors of #C61CEE
Black with #C61CEE
Text Example
Text Example
White with #C61CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61CEE; }
p { color: rgb(198,28,238); }
H1.HeaderClassName
{
color: #C61CEE;
}
.AnyTagClassName
{
color: #C61CEE;
}
</style>
background-color css
<style>
a { background-color: #C61CEE; }
a { background-color: rgb(198,28,238); }
div.DivClassName
{
background-color: #C61CEE;
}
.BgClassName
{
background-color: #C61CEE;
}
</style>
border-color css
<style>
span { border-color: #C61CEE; }
span { border-color: rgb(198,28,238); }
td.TdClassName
{
border-color: #C61CEE;
}
.TagClassName
{
border-color: #C61CEE;
}
</style>