Shades of Electric Purple #C523FF
Tints of Electric Purple #C523FF
RGB
CMYK
RGB Variations
Color information
#C523FF (or 0xC523FF) is known color: Electric Purple. HEX triplet: C5, 23 and FF. RGB value is (197,35,255). Sum of RGB (Red+Green+Blue) = 197+35+255=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 35 (14.06% from 255 or 7.19% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #C523FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C523FF is #3ADC00. Grayscale: #6B6B6B. Windows color (decimal): -3857409 or 16720837. OLE color: 16720837.
HSL color Cylindrical-coordinate representation of color #C523FF: hue angle of 284.18º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C523FF is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 35 | 255 | - |
| CMYK | 0.23 | 0.86 | 0 | 0 |
| HSL | 284.18º | 1% | 0.57% | - |
| HSV(B) | 284.18º | 0.86% | 1% | - |
| XYZ | 41.68 | 20.29 | 96.33 | - |
| YUV | 108.52 | 210.67 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 255 | 0.23 | 0.86 | 0 | 0 | 284.18 | 1 | 0.57 |
| Hex | C5 | 23 | FF | 17 | 56 | 0 | 0 | 11C | 64 | 39 |
| Octal | 305 | 43 | 377 | 27 | 126 | 0 | 0 | 434 | 144 | 71 |
| Binary | 11000101 | 100011 | 11111111 | 10111 | 1010110 | 0 | 0 | 100011100 | 1100100 | 111001 |
Color Harmonies of #C523FF
Complementary color
Monochromatic Colors of #C523FF
Black with #C523FF
Text Example
Text Example
White with #C523FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523FF; }
p { color: rgb(197,35,255); }
H1.HeaderClassName
{
color: #C523FF;
}
.AnyTagClassName
{
color: #C523FF;
}
</style>
background-color css
<style>
a { background-color: #C523FF; }
a { background-color: rgb(197,35,255); }
div.DivClassName
{
background-color: #C523FF;
}
.BgClassName
{
background-color: #C523FF;
}
</style>
border-color css
<style>
span { border-color: #C523FF; }
span { border-color: rgb(197,35,255); }
td.TdClassName
{
border-color: #C523FF;
}
.TagClassName
{
border-color: #C523FF;
}
</style>