Shades of Electric Purple #C621EA
Tints of Electric Purple #C621EA
RGB
CMYK
RGB Variations
Color information
#C621EA (or 0xC621EA) is known color: Electric Purple. HEX triplet: C6, 21 and EA. RGB value is (198,33,234). Sum of RGB (Red+Green+Blue) = 198+33+234=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #C621EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C621EA is #39DE15. Grayscale: #686868. Windows color (decimal): -3792406 or 15344070. OLE color: 15344070.
HSL color Cylindrical-coordinate representation of color #C621EA: hue angle of 289.25º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C621EA is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 33 | 234 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.08 |
| HSL | 289.25º | 0.83% | 0.52% | - |
| HSV(B) | 289.25º | 0.86% | 0.92% | - |
| XYZ | 38.68 | 19.03 | 79.48 | - |
| YUV | 105.25 | 200.66 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 234 | 0.15 | 0.86 | 0 | 0.08 | 289.25 | 0.83 | 0.52 |
| Hex | C6 | 21 | EA | F | 56 | 0 | 8 | 121 | 53 | 34 |
| Octal | 306 | 41 | 352 | 17 | 126 | 0 | 10 | 441 | 123 | 64 |
| Binary | 11000110 | 100001 | 11101010 | 1111 | 1010110 | 0 | 1000 | 100100001 | 1010011 | 110100 |
Color Harmonies of #C621EA
Complementary color
Monochromatic Colors of #C621EA
Black with #C621EA
Text Example
Text Example
White with #C621EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C621EA; }
p { color: rgb(198,33,234); }
H1.HeaderClassName
{
color: #C621EA;
}
.AnyTagClassName
{
color: #C621EA;
}
</style>
background-color css
<style>
a { background-color: #C621EA; }
a { background-color: rgb(198,33,234); }
div.DivClassName
{
background-color: #C621EA;
}
.BgClassName
{
background-color: #C621EA;
}
</style>
border-color css
<style>
span { border-color: #C621EA; }
span { border-color: rgb(198,33,234); }
td.TdClassName
{
border-color: #C621EA;
}
.TagClassName
{
border-color: #C621EA;
}
</style>