Shades of Electric Purple #CA32FF
Tints of Electric Purple #CA32FF
RGB
CMYK
RGB Variations
Color information
#CA32FF (or 0xCA32FF) is known color: Electric Purple. HEX triplet: CA, 32 and FF. RGB value is (202,50,255). Sum of RGB (Red+Green+Blue) = 202+50+255=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 50 (19.92% from 255 or 9.86% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA32FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA32FF is #35CD00. Grayscale: #767676. Windows color (decimal): -3525889 or 16724682. OLE color: 16724682.
HSL color Cylindrical-coordinate representation of color #CA32FF: hue angle of 284.49º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA32FF is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 50 | 255 | - |
| CMYK | 0.21 | 0.80 | 0 | 0 |
| HSL | 284.49º | 1% | 0.6% | - |
| HSV(B) | 284.49º | 0.8% | 1% | - |
| XYZ | 43.55 | 22.06 | 96.57 | - |
| YUV | 118.82 | 204.86 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 255 | 0.21 | 0.80 | 0 | 0 | 284.49 | 1 | 0.6 |
| Hex | CA | 32 | FF | 15 | 50 | 0 | 0 | 11C | 64 | 3C |
| Octal | 312 | 62 | 377 | 25 | 120 | 0 | 0 | 434 | 144 | 74 |
| Binary | 11001010 | 110010 | 11111111 | 10101 | 1010000 | 0 | 0 | 100011100 | 1100100 | 111100 |
Color Harmonies of #CA32FF
Complementary color
Monochromatic Colors of #CA32FF
Black with #CA32FF
Text Example
Text Example
White with #CA32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32FF; }
p { color: rgb(202,50,255); }
H1.HeaderClassName
{
color: #CA32FF;
}
.AnyTagClassName
{
color: #CA32FF;
}
</style>
background-color css
<style>
a { background-color: #CA32FF; }
a { background-color: rgb(202,50,255); }
div.DivClassName
{
background-color: #CA32FF;
}
.BgClassName
{
background-color: #CA32FF;
}
</style>
border-color css
<style>
span { border-color: #CA32FF; }
span { border-color: rgb(202,50,255); }
td.TdClassName
{
border-color: #CA32FF;
}
.TagClassName
{
border-color: #CA32FF;
}
</style>