Shades of Electric Purple #C535FD
Tints of Electric Purple #C535FD
RGB
CMYK
RGB Variations
Color information
#C535FD (or 0xC535FD) is known color: Electric Purple. HEX triplet: C5, 35 and FD. RGB value is (197,53,253). Sum of RGB (Red+Green+Blue) = 197+53+253=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 53 (21.09% from 255 or 10.54% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #C535FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C535FD is #3ACA02. Grayscale: #767676. Windows color (decimal): -3852803 or 16594373. OLE color: 16594373.
HSL color Cylindrical-coordinate representation of color #C535FD: hue angle of 283.2º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C535FD is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 53 | 253 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.01 |
| HSL | 283.2º | 0.98% | 0.6% | - |
| HSV(B) | 283.2º | 0.79% | 0.99% | - |
| XYZ | 42.03 | 21.51 | 94.86 | - |
| YUV | 118.86 | 203.71 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 253 | 0.22 | 0.79 | 0 | 0.01 | 283.2 | 0.98 | 0.6 |
| Hex | C5 | 35 | FD | 16 | 4F | 0 | 1 | 11B | 62 | 3C |
| Octal | 305 | 65 | 375 | 26 | 117 | 0 | 1 | 433 | 142 | 74 |
| Binary | 11000101 | 110101 | 11111101 | 10110 | 1001111 | 0 | 1 | 100011011 | 1100010 | 111100 |
Color Harmonies of #C535FD
Complementary color
Monochromatic Colors of #C535FD
Black with #C535FD
Text Example
Text Example
White with #C535FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C535FD; }
p { color: rgb(197,53,253); }
H1.HeaderClassName
{
color: #C535FD;
}
.AnyTagClassName
{
color: #C535FD;
}
</style>
background-color css
<style>
a { background-color: #C535FD; }
a { background-color: rgb(197,53,253); }
div.DivClassName
{
background-color: #C535FD;
}
.BgClassName
{
background-color: #C535FD;
}
</style>
border-color css
<style>
span { border-color: #C535FD; }
span { border-color: rgb(197,53,253); }
td.TdClassName
{
border-color: #C535FD;
}
.TagClassName
{
border-color: #C535FD;
}
</style>