Shades of Electric Purple #C533FD
Tints of Electric Purple #C533FD
RGB
CMYK
RGB Variations
Color information
#C533FD (or 0xC533FD) is known color: Electric Purple. HEX triplet: C5, 33 and FD. RGB value is (197,51,253). Sum of RGB (Red+Green+Blue) = 197+51+253=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 51 (20.31% from 255 or 10.18% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #C533FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C533FD is #3ACC02. Grayscale: #757575. Windows color (decimal): -3853315 or 16593861. OLE color: 16593861.
HSL color Cylindrical-coordinate representation of color #C533FD: hue angle of 283.37º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C533FD is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 51 | 253 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.01 |
| HSL | 283.37º | 0.98% | 0.6% | - |
| HSV(B) | 283.37º | 0.8% | 0.99% | - |
| XYZ | 41.94 | 21.33 | 94.84 | - |
| YUV | 117.68 | 204.37 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 253 | 0.22 | 0.80 | 0 | 0.01 | 283.37 | 0.98 | 0.6 |
| Hex | C5 | 33 | FD | 16 | 50 | 0 | 1 | 11B | 62 | 3C |
| Octal | 305 | 63 | 375 | 26 | 120 | 0 | 1 | 433 | 142 | 74 |
| Binary | 11000101 | 110011 | 11111101 | 10110 | 1010000 | 0 | 1 | 100011011 | 1100010 | 111100 |
Color Harmonies of #C533FD
Complementary color
Monochromatic Colors of #C533FD
Black with #C533FD
Text Example
Text Example
White with #C533FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C533FD; }
p { color: rgb(197,51,253); }
H1.HeaderClassName
{
color: #C533FD;
}
.AnyTagClassName
{
color: #C533FD;
}
</style>
background-color css
<style>
a { background-color: #C533FD; }
a { background-color: rgb(197,51,253); }
div.DivClassName
{
background-color: #C533FD;
}
.BgClassName
{
background-color: #C533FD;
}
</style>
border-color css
<style>
span { border-color: #C533FD; }
span { border-color: rgb(197,51,253); }
td.TdClassName
{
border-color: #C533FD;
}
.TagClassName
{
border-color: #C533FD;
}
</style>