Shades of Electric Purple #C602EF
Tints of Electric Purple #C602EF
RGB
CMYK
RGB Variations
Color information
#C602EF (or 0xC602EF) is known color: Electric Purple. HEX triplet: C6, 02 and EF. RGB value is (198,2,239). Sum of RGB (Red+Green+Blue) = 198+2+239=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #C602EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C602EF is #39FD10. Grayscale: #565656. Windows color (decimal): -3800337 or 15663814. OLE color: 15663814.
HSL color Cylindrical-coordinate representation of color #C602EF: hue angle of 289.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C602EF is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 2 | 239 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.06 |
| HSL | 289.62º | 0.98% | 0.47% | - |
| HSV(B) | 289.62º | 0.99% | 0.94% | - |
| XYZ | 38.89 | 18.28 | 83.14 | - |
| YUV | 87.62 | 213.43 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 239 | 0.17 | 0.99 | 0 | 0.06 | 289.62 | 0.98 | 0.47 |
| Hex | C6 | 2 | EF | 11 | 63 | 0 | 6 | 122 | 62 | 2F |
| Octal | 306 | 2 | 357 | 21 | 143 | 0 | 6 | 442 | 142 | 57 |
| Binary | 11000110 | 10 | 11101111 | 10001 | 1100011 | 0 | 110 | 100100010 | 1100010 | 101111 |
Color Harmonies of #C602EF
Complementary color
Monochromatic Colors of #C602EF
Black with #C602EF
Text Example
Text Example
White with #C602EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C602EF; }
p { color: rgb(198,2,239); }
H1.HeaderClassName
{
color: #C602EF;
}
.AnyTagClassName
{
color: #C602EF;
}
</style>
background-color css
<style>
a { background-color: #C602EF; }
a { background-color: rgb(198,2,239); }
div.DivClassName
{
background-color: #C602EF;
}
.BgClassName
{
background-color: #C602EF;
}
</style>
border-color css
<style>
span { border-color: #C602EF; }
span { border-color: rgb(198,2,239); }
td.TdClassName
{
border-color: #C602EF;
}
.TagClassName
{
border-color: #C602EF;
}
</style>