Shades of Electric Purple #C602E9
Tints of Electric Purple #C602E9
RGB
CMYK
RGB Variations
Color information
#C602E9 (or 0xC602E9) is known color: Electric Purple. HEX triplet: C6, 02 and E9. RGB value is (198,2,233). Sum of RGB (Red+Green+Blue) = 198+2+233=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #C602E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C602E9 is #39FD16. Grayscale: #565656. Windows color (decimal): -3800343 or 15270598. OLE color: 15270598.
HSL color Cylindrical-coordinate representation of color #C602E9: hue angle of 290.91º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C602E9 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 2 | 233 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.09 |
| HSL | 290.91º | 0.98% | 0.46% | - |
| HSV(B) | 290.91º | 0.99% | 0.91% | - |
| XYZ | 38.02 | 17.93 | 78.55 | - |
| YUV | 86.94 | 210.43 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 233 | 0.15 | 0.99 | 0 | 0.09 | 290.91 | 0.98 | 0.46 |
| Hex | C6 | 2 | E9 | F | 63 | 0 | 9 | 123 | 62 | 2E |
| Octal | 306 | 2 | 351 | 17 | 143 | 0 | 11 | 443 | 142 | 56 |
| Binary | 11000110 | 10 | 11101001 | 1111 | 1100011 | 0 | 1001 | 100100011 | 1100010 | 101110 |
Color Harmonies of #C602E9
Complementary color
Monochromatic Colors of #C602E9
Black with #C602E9
Text Example
Text Example
White with #C602E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C602E9; }
p { color: rgb(198,2,233); }
H1.HeaderClassName
{
color: #C602E9;
}
.AnyTagClassName
{
color: #C602E9;
}
</style>
background-color css
<style>
a { background-color: #C602E9; }
a { background-color: rgb(198,2,233); }
div.DivClassName
{
background-color: #C602E9;
}
.BgClassName
{
background-color: #C602E9;
}
</style>
border-color css
<style>
span { border-color: #C602E9; }
span { border-color: rgb(198,2,233); }
td.TdClassName
{
border-color: #C602E9;
}
.TagClassName
{
border-color: #C602E9;
}
</style>