Shades of Electric Purple #C603EA
Tints of Electric Purple #C603EA
RGB
CMYK
RGB Variations
Color information
#C603EA (or 0xC603EA) is known color: Electric Purple. HEX triplet: C6, 03 and EA. RGB value is (198,3,234). Sum of RGB (Red+Green+Blue) = 198+3+234=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #C603EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C603EA is #39FC15. Grayscale: #565656. Windows color (decimal): -3800086 or 15336390. OLE color: 15336390.
HSL color Cylindrical-coordinate representation of color #C603EA: hue angle of 290.65º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C603EA is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 3 | 234 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.08 |
| HSL | 290.65º | 0.97% | 0.46% | - |
| HSV(B) | 290.65º | 0.99% | 0.92% | - |
| XYZ | 38.17 | 18.01 | 79.31 | - |
| YUV | 87.64 | 210.6 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 234 | 0.15 | 0.99 | 0 | 0.08 | 290.65 | 0.97 | 0.46 |
| Hex | C6 | 3 | EA | F | 63 | 0 | 8 | 123 | 61 | 2E |
| Octal | 306 | 3 | 352 | 17 | 143 | 0 | 10 | 443 | 141 | 56 |
| Binary | 11000110 | 11 | 11101010 | 1111 | 1100011 | 0 | 1000 | 100100011 | 1100001 | 101110 |
Color Harmonies of #C603EA
Complementary color
Monochromatic Colors of #C603EA
Black with #C603EA
Text Example
Text Example
White with #C603EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C603EA; }
p { color: rgb(198,3,234); }
H1.HeaderClassName
{
color: #C603EA;
}
.AnyTagClassName
{
color: #C603EA;
}
</style>
background-color css
<style>
a { background-color: #C603EA; }
a { background-color: rgb(198,3,234); }
div.DivClassName
{
background-color: #C603EA;
}
.BgClassName
{
background-color: #C603EA;
}
</style>
border-color css
<style>
span { border-color: #C603EA; }
span { border-color: rgb(198,3,234); }
td.TdClassName
{
border-color: #C603EA;
}
.TagClassName
{
border-color: #C603EA;
}
</style>