Shades of Electric Purple #C600EE
Tints of Electric Purple #C600EE
RGB
CMYK
RGB Variations
Color information
#C600EE (or 0xC600EE) is known color: Electric Purple. HEX triplet: C6, 00 and EE. RGB value is (198,0,238). Sum of RGB (Red+Green+Blue) = 198+0+238=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #C600EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C600EE is #39FF11. Grayscale: #555555. Windows color (decimal): -3800850 or 15597766. OLE color: 15597766.
HSL color Cylindrical-coordinate representation of color #C600EE: hue angle of 289.92º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600EE is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 0 | 238 | - |
| CMYK | 0.17 | 1 | 0 | 0.07 |
| HSL | 289.92º | 1% | 0.47% | - |
| HSV(B) | 289.92º | 1% | 0.93% | - |
| XYZ | 38.72 | 18.18 | 82.36 | - |
| YUV | 86.33 | 213.6 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 238 | 0.17 | 1 | 0 | 0.07 | 289.92 | 1 | 0.47 |
| Hex | C6 | 0 | EE | 11 | 64 | 0 | 7 | 122 | 64 | 2F |
| Octal | 306 | 0 | 356 | 21 | 144 | 0 | 7 | 442 | 144 | 57 |
| Binary | 11000110 | 0 | 11101110 | 10001 | 1100100 | 0 | 111 | 100100010 | 1100100 | 101111 |
Color Harmonies of #C600EE
Complementary color
Monochromatic Colors of #C600EE
Black with #C600EE
Text Example
Text Example
White with #C600EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600EE; }
p { color: rgb(198,0,238); }
H1.HeaderClassName
{
color: #C600EE;
}
.AnyTagClassName
{
color: #C600EE;
}
</style>
background-color css
<style>
a { background-color: #C600EE; }
a { background-color: rgb(198,0,238); }
div.DivClassName
{
background-color: #C600EE;
}
.BgClassName
{
background-color: #C600EE;
}
</style>
border-color css
<style>
span { border-color: #C600EE; }
span { border-color: rgb(198,0,238); }
td.TdClassName
{
border-color: #C600EE;
}
.TagClassName
{
border-color: #C600EE;
}
</style>