Shades of Electric Purple #C603EE
Tints of Electric Purple #C603EE
RGB
CMYK
RGB Variations
Color information
#C603EE (or 0xC603EE) is known color: Electric Purple. HEX triplet: C6, 03 and EE. RGB value is (198,3,238). Sum of RGB (Red+Green+Blue) = 198+3+238=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 3 (1.56% from 255 or 0.68% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #C603EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C603EE is #39FC11. Grayscale: #575757. Windows color (decimal): -3800082 or 15598534. OLE color: 15598534.
HSL color Cylindrical-coordinate representation of color #C603EE: hue angle of 289.79º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C603EE is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 3 | 238 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.07 |
| HSL | 289.79º | 0.98% | 0.47% | - |
| HSV(B) | 289.79º | 0.99% | 0.93% | - |
| XYZ | 38.75 | 18.24 | 82.37 | - |
| YUV | 88.1 | 212.6 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 238 | 0.17 | 0.99 | 0 | 0.07 | 289.79 | 0.98 | 0.47 |
| Hex | C6 | 3 | EE | 11 | 63 | 0 | 7 | 122 | 62 | 2F |
| Octal | 306 | 3 | 356 | 21 | 143 | 0 | 7 | 442 | 142 | 57 |
| Binary | 11000110 | 11 | 11101110 | 10001 | 1100011 | 0 | 111 | 100100010 | 1100010 | 101111 |
Color Harmonies of #C603EE
Complementary color
Monochromatic Colors of #C603EE
Black with #C603EE
Text Example
Text Example
White with #C603EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C603EE; }
p { color: rgb(198,3,238); }
H1.HeaderClassName
{
color: #C603EE;
}
.AnyTagClassName
{
color: #C603EE;
}
</style>
background-color css
<style>
a { background-color: #C603EE; }
a { background-color: rgb(198,3,238); }
div.DivClassName
{
background-color: #C603EE;
}
.BgClassName
{
background-color: #C603EE;
}
</style>
border-color css
<style>
span { border-color: #C603EE; }
span { border-color: rgb(198,3,238); }
td.TdClassName
{
border-color: #C603EE;
}
.TagClassName
{
border-color: #C603EE;
}
</style>