Shades of Electric Purple #CA32FC
Tints of Electric Purple #CA32FC
RGB
CMYK
RGB Variations
Color information
#CA32FC (or 0xCA32FC) is known color: Electric Purple. HEX triplet: CA, 32 and FC. RGB value is (202,50,252). Sum of RGB (Red+Green+Blue) = 202+50+252=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 50 (19.92% from 255 or 9.92% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA32FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA32FC is #35CD03. Grayscale: #757575. Windows color (decimal): -3525892 or 16528074. OLE color: 16528074.
HSL color Cylindrical-coordinate representation of color #CA32FC: hue angle of 285.15º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA32FC is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 50 | 252 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.01 |
| HSL | 285.15º | 0.97% | 0.59% | - |
| HSV(B) | 285.15º | 0.8% | 0.99% | - |
| XYZ | 43.07 | 21.87 | 94.05 | - |
| YUV | 118.48 | 203.36 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 252 | 0.20 | 0.80 | 0 | 0.01 | 285.15 | 0.97 | 0.59 |
| Hex | CA | 32 | FC | 14 | 50 | 0 | 1 | 11D | 61 | 3B |
| Octal | 312 | 62 | 374 | 24 | 120 | 0 | 1 | 435 | 141 | 73 |
| Binary | 11001010 | 110010 | 11111100 | 10100 | 1010000 | 0 | 1 | 100011101 | 1100001 | 111011 |
Color Harmonies of #CA32FC
Complementary color
Monochromatic Colors of #CA32FC
Black with #CA32FC
Text Example
Text Example
White with #CA32FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32FC; }
p { color: rgb(202,50,252); }
H1.HeaderClassName
{
color: #CA32FC;
}
.AnyTagClassName
{
color: #CA32FC;
}
</style>
background-color css
<style>
a { background-color: #CA32FC; }
a { background-color: rgb(202,50,252); }
div.DivClassName
{
background-color: #CA32FC;
}
.BgClassName
{
background-color: #CA32FC;
}
</style>
border-color css
<style>
span { border-color: #CA32FC; }
span { border-color: rgb(202,50,252); }
td.TdClassName
{
border-color: #CA32FC;
}
.TagClassName
{
border-color: #CA32FC;
}
</style>