Shades of Electric Purple #CA32FA
Tints of Electric Purple #CA32FA
RGB
CMYK
RGB Variations
Color information
#CA32FA (or 0xCA32FA) is known color: Electric Purple. HEX triplet: CA, 32 and FA. RGB value is (202,50,250). Sum of RGB (Red+Green+Blue) = 202+50+250=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 50 (19.92% from 255 or 9.96% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA32FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA32FA is #35CD05. Grayscale: #757575. Windows color (decimal): -3525894 or 16397002. OLE color: 16397002.
HSL color Cylindrical-coordinate representation of color #CA32FA: hue angle of 285.6º 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 #CA32FA is Cyan = 0.19, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 50 | 250 | - |
| CMYK | 0.19 | 0.8 | 0 | 0.02 |
| HSL | 285.6º | 0.95% | 0.59% | - |
| HSV(B) | 285.6º | 0.8% | 0.98% | - |
| XYZ | 42.75 | 21.74 | 92.39 | - |
| YUV | 118.25 | 202.36 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 250 | 0.19 | 0.8 | 0 | 0.02 | 285.6 | 0.95 | 0.59 |
| Hex | CA | 32 | FA | 13 | 50 | 0 | 2 | 11E | 5F | 3B |
| Octal | 312 | 62 | 372 | 23 | 120 | 0 | 2 | 436 | 137 | 73 |
| Binary | 11001010 | 110010 | 11111010 | 10011 | 1010000 | 0 | 10 | 100011110 | 1011111 | 111011 |
Color Harmonies of #CA32FA
Complementary color
Monochromatic Colors of #CA32FA
Black with #CA32FA
Text Example
Text Example
White with #CA32FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32FA; }
p { color: rgb(202,50,250); }
H1.HeaderClassName
{
color: #CA32FA;
}
.AnyTagClassName
{
color: #CA32FA;
}
</style>
background-color css
<style>
a { background-color: #CA32FA; }
a { background-color: rgb(202,50,250); }
div.DivClassName
{
background-color: #CA32FA;
}
.BgClassName
{
background-color: #CA32FA;
}
</style>
border-color css
<style>
span { border-color: #CA32FA; }
span { border-color: rgb(202,50,250); }
td.TdClassName
{
border-color: #CA32FA;
}
.TagClassName
{
border-color: #CA32FA;
}
</style>