Shades of Electric Purple #C527FA
Tints of Electric Purple #C527FA
RGB
CMYK
RGB Variations
Color information
#C527FA (or 0xC527FA) is known color: Electric Purple. HEX triplet: C5, 27 and FA. RGB value is (197,39,250). Sum of RGB (Red+Green+Blue) = 197+39+250=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 39 (15.62% from 255 or 8.02% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #C527FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C527FA is #3AD805. Grayscale: #6D6D6D. Windows color (decimal): -3856390 or 16394181. OLE color: 16394181.
HSL color Cylindrical-coordinate representation of color #C527FA: hue angle of 284.93º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C527FA is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 39 | 250 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.02 |
| HSL | 284.93º | 0.95% | 0.57% | - |
| HSV(B) | 284.93º | 0.84% | 0.98% | - |
| XYZ | 41.01 | 20.22 | 92.18 | - |
| YUV | 110.3 | 206.85 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 250 | 0.21 | 0.84 | 0 | 0.02 | 284.93 | 0.95 | 0.57 |
| Hex | C5 | 27 | FA | 15 | 54 | 0 | 2 | 11D | 5F | 39 |
| Octal | 305 | 47 | 372 | 25 | 124 | 0 | 2 | 435 | 137 | 71 |
| Binary | 11000101 | 100111 | 11111010 | 10101 | 1010100 | 0 | 10 | 100011101 | 1011111 | 111001 |
Color Harmonies of #C527FA
Complementary color
Monochromatic Colors of #C527FA
Black with #C527FA
Text Example
Text Example
White with #C527FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C527FA; }
p { color: rgb(197,39,250); }
H1.HeaderClassName
{
color: #C527FA;
}
.AnyTagClassName
{
color: #C527FA;
}
</style>
background-color css
<style>
a { background-color: #C527FA; }
a { background-color: rgb(197,39,250); }
div.DivClassName
{
background-color: #C527FA;
}
.BgClassName
{
background-color: #C527FA;
}
</style>
border-color css
<style>
span { border-color: #C527FA; }
span { border-color: rgb(197,39,250); }
td.TdClassName
{
border-color: #C527FA;
}
.TagClassName
{
border-color: #C527FA;
}
</style>