Shades of Electric Purple #C505EF
Tints of Electric Purple #C505EF
RGB
CMYK
RGB Variations
Color information
#C505EF (or 0xC505EF) is known color: Electric Purple. HEX triplet: C5, 05 and EF. RGB value is (197,5,239). Sum of RGB (Red+Green+Blue) = 197+5+239=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #C505EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C505EF is #3AFA10. Grayscale: #585858. Windows color (decimal): -3865105 or 15664581. OLE color: 15664581.
HSL color Cylindrical-coordinate representation of color #C505EF: hue angle of 289.23º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C505EF is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 5 | 239 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.06 |
| HSL | 289.23º | 0.96% | 0.48% | - |
| HSV(B) | 289.23º | 0.98% | 0.94% | - |
| XYZ | 38.66 | 18.21 | 83.14 | - |
| YUV | 89.08 | 212.61 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 239 | 0.18 | 0.98 | 0 | 0.06 | 289.23 | 0.96 | 0.48 |
| Hex | C5 | 5 | EF | 12 | 62 | 0 | 6 | 121 | 60 | 30 |
| Octal | 305 | 5 | 357 | 22 | 142 | 0 | 6 | 441 | 140 | 60 |
| Binary | 11000101 | 101 | 11101111 | 10010 | 1100010 | 0 | 110 | 100100001 | 1100000 | 110000 |
Color Harmonies of #C505EF
Complementary color
Monochromatic Colors of #C505EF
Black with #C505EF
Text Example
Text Example
White with #C505EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C505EF; }
p { color: rgb(197,5,239); }
H1.HeaderClassName
{
color: #C505EF;
}
.AnyTagClassName
{
color: #C505EF;
}
</style>
background-color css
<style>
a { background-color: #C505EF; }
a { background-color: rgb(197,5,239); }
div.DivClassName
{
background-color: #C505EF;
}
.BgClassName
{
background-color: #C505EF;
}
</style>
border-color css
<style>
span { border-color: #C505EF; }
span { border-color: rgb(197,5,239); }
td.TdClassName
{
border-color: #C505EF;
}
.TagClassName
{
border-color: #C505EF;
}
</style>