Shades of Electric Purple #CA32FD
Tints of Electric Purple #CA32FD
RGB
CMYK
RGB Variations
Color information
#CA32FD (or 0xCA32FD) is known color: Electric Purple. HEX triplet: CA, 32 and FD. RGB value is (202,50,253). Sum of RGB (Red+Green+Blue) = 202+50+253=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 50 (19.92% from 255 or 9.90% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA32FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA32FD is #35CD02. Grayscale: #757575. Windows color (decimal): -3525891 or 16593610. OLE color: 16593610.
HSL color Cylindrical-coordinate representation of color #CA32FD: hue angle of 284.93º degrees, saturation: 0.98, 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 #CA32FD is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 50 | 253 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.01 |
| HSL | 284.93º | 0.98% | 0.59% | - |
| HSV(B) | 284.93º | 0.8% | 0.99% | - |
| XYZ | 43.23 | 21.93 | 94.88 | - |
| YUV | 118.59 | 203.86 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 253 | 0.20 | 0.80 | 0 | 0.01 | 284.93 | 0.98 | 0.59 |
| Hex | CA | 32 | FD | 14 | 50 | 0 | 1 | 11D | 62 | 3B |
| Octal | 312 | 62 | 375 | 24 | 120 | 0 | 1 | 435 | 142 | 73 |
| Binary | 11001010 | 110010 | 11111101 | 10100 | 1010000 | 0 | 1 | 100011101 | 1100010 | 111011 |
Color Harmonies of #CA32FD
Complementary color
Monochromatic Colors of #CA32FD
Black with #CA32FD
Text Example
Text Example
White with #CA32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32FD; }
p { color: rgb(202,50,253); }
H1.HeaderClassName
{
color: #CA32FD;
}
.AnyTagClassName
{
color: #CA32FD;
}
</style>
background-color css
<style>
a { background-color: #CA32FD; }
a { background-color: rgb(202,50,253); }
div.DivClassName
{
background-color: #CA32FD;
}
.BgClassName
{
background-color: #CA32FD;
}
</style>
border-color css
<style>
span { border-color: #CA32FD; }
span { border-color: rgb(202,50,253); }
td.TdClassName
{
border-color: #CA32FD;
}
.TagClassName
{
border-color: #CA32FD;
}
</style>