Shades of Electric Purple #C533FA
Tints of Electric Purple #C533FA
RGB
CMYK
RGB Variations
Color information
#C533FA (or 0xC533FA) is known color: Electric Purple. HEX triplet: C5, 33 and FA. RGB value is (197,51,250). Sum of RGB (Red+Green+Blue) = 197+51+250=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 51 (20.31% from 255 or 10.24% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #C533FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C533FA is #3ACC05. Grayscale: #747474. Windows color (decimal): -3853318 or 16397253. OLE color: 16397253.
HSL color Cylindrical-coordinate representation of color #C533FA: hue angle of 284.02º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C533FA is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 51 | 250 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.02 |
| HSL | 284.02º | 0.95% | 0.59% | - |
| HSV(B) | 284.02º | 0.8% | 0.98% | - |
| XYZ | 41.47 | 21.14 | 92.34 | - |
| YUV | 117.34 | 202.87 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 250 | 0.21 | 0.80 | 0 | 0.02 | 284.02 | 0.95 | 0.59 |
| Hex | C5 | 33 | FA | 15 | 50 | 0 | 2 | 11C | 5F | 3B |
| Octal | 305 | 63 | 372 | 25 | 120 | 0 | 2 | 434 | 137 | 73 |
| Binary | 11000101 | 110011 | 11111010 | 10101 | 1010000 | 0 | 10 | 100011100 | 1011111 | 111011 |
Color Harmonies of #C533FA
Complementary color
Monochromatic Colors of #C533FA
Black with #C533FA
Text Example
Text Example
White with #C533FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C533FA; }
p { color: rgb(197,51,250); }
H1.HeaderClassName
{
color: #C533FA;
}
.AnyTagClassName
{
color: #C533FA;
}
</style>
background-color css
<style>
a { background-color: #C533FA; }
a { background-color: rgb(197,51,250); }
div.DivClassName
{
background-color: #C533FA;
}
.BgClassName
{
background-color: #C533FA;
}
</style>
border-color css
<style>
span { border-color: #C533FA; }
span { border-color: rgb(197,51,250); }
td.TdClassName
{
border-color: #C533FA;
}
.TagClassName
{
border-color: #C533FA;
}
</style>