Shades of Electric Purple #C603FE
Tints of Electric Purple #C603FE
RGB
CMYK
RGB Variations
Color information
#C603FE (or 0xC603FE) is known color: Electric Purple. HEX triplet: C6, 03 and FE. RGB value is (198,3,254). Sum of RGB (Red+Green+Blue) = 198+3+254=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #C603FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C603FE is #39FC01. Grayscale: #595959. Windows color (decimal): -3800066 or 16647110. OLE color: 16647110.
HSL color Cylindrical-coordinate representation of color #C603FE: hue angle of 286.61º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C603FE is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 3 | 254 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.00 |
| HSL | 286.61º | 0.99% | 0.5% | - |
| HSV(B) | 286.61º | 0.99% | 1% | - |
| XYZ | 41.21 | 19.23 | 95.31 | - |
| YUV | 89.92 | 220.6 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 254 | 0.22 | 0.99 | 0 | 0.00 | 286.61 | 0.99 | 0.5 |
| Hex | C6 | 3 | FE | 16 | 63 | 0 | 0 | 11F | 63 | 32 |
| Octal | 306 | 3 | 376 | 26 | 143 | 0 | 0 | 437 | 143 | 62 |
| Binary | 11000110 | 11 | 11111110 | 10110 | 1100011 | 0 | 0 | 100011111 | 1100011 | 110010 |
Color Harmonies of #C603FE
Complementary color
Monochromatic Colors of #C603FE
Black with #C603FE
Text Example
Text Example
White with #C603FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C603FE; }
p { color: rgb(198,3,254); }
H1.HeaderClassName
{
color: #C603FE;
}
.AnyTagClassName
{
color: #C603FE;
}
</style>
background-color css
<style>
a { background-color: #C603FE; }
a { background-color: rgb(198,3,254); }
div.DivClassName
{
background-color: #C603FE;
}
.BgClassName
{
background-color: #C603FE;
}
</style>
border-color css
<style>
span { border-color: #C603FE; }
span { border-color: rgb(198,3,254); }
td.TdClassName
{
border-color: #C603FE;
}
.TagClassName
{
border-color: #C603FE;
}
</style>