Shades of Electric Purple #C417EA
Tints of Electric Purple #C417EA
RGB
CMYK
RGB Variations
Color information
#C417EA (or 0xC417EA) is known color: Electric Purple. HEX triplet: C4, 17 and EA. RGB value is (196,23,234). Sum of RGB (Red+Green+Blue) = 196+23+234=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 23 (9.38% from 255 or 5.08% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #C417EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C417EA is #3BE815. Grayscale: #626262. Windows color (decimal): -3926038 or 15341508. OLE color: 15341508.
HSL color Cylindrical-coordinate representation of color #C417EA: hue angle of 289.19º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C417EA is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 23 | 234 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.08 |
| HSL | 289.19º | 0.83% | 0.5% | - |
| HSV(B) | 289.19º | 0.9% | 0.92% | - |
| XYZ | 37.92 | 18.29 | 79.37 | - |
| YUV | 98.78 | 204.31 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 234 | 0.16 | 0.90 | 0 | 0.08 | 289.19 | 0.83 | 0.5 |
| Hex | C4 | 17 | EA | 10 | 5A | 0 | 8 | 121 | 53 | 32 |
| Octal | 304 | 27 | 352 | 20 | 132 | 0 | 10 | 441 | 123 | 62 |
| Binary | 11000100 | 10111 | 11101010 | 10000 | 1011010 | 0 | 1000 | 100100001 | 1010011 | 110010 |
Color Harmonies of #C417EA
Complementary color
Monochromatic Colors of #C417EA
Black with #C417EA
Text Example
Text Example
White with #C417EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C417EA; }
p { color: rgb(196,23,234); }
H1.HeaderClassName
{
color: #C417EA;
}
.AnyTagClassName
{
color: #C417EA;
}
</style>
background-color css
<style>
a { background-color: #C417EA; }
a { background-color: rgb(196,23,234); }
div.DivClassName
{
background-color: #C417EA;
}
.BgClassName
{
background-color: #C417EA;
}
</style>
border-color css
<style>
span { border-color: #C417EA; }
span { border-color: rgb(196,23,234); }
td.TdClassName
{
border-color: #C417EA;
}
.TagClassName
{
border-color: #C417EA;
}
</style>