Shades of Electric Purple #CA1DF1
Tints of Electric Purple #CA1DF1
RGB
CMYK
RGB Variations
Color information
#CA1DF1 (or 0xCA1DF1) is known color: Electric Purple. HEX triplet: CA, 1D and F1. RGB value is (202,29,241). Sum of RGB (Red+Green+Blue) = 202+29+241=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA1DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1DF1 is #35E20E. Grayscale: #686868. Windows color (decimal): -3531279 or 15801802. OLE color: 15801802.
HSL color Cylindrical-coordinate representation of color #CA1DF1: hue angle of 288.96º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1DF1 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 29 | 241 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.05 |
| HSL | 288.96º | 0.88% | 0.53% | - |
| HSV(B) | 288.96º | 0.88% | 0.95% | - |
| XYZ | 40.67 | 19.79 | 84.89 | - |
| YUV | 104.9 | 204.81 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 241 | 0.16 | 0.88 | 0 | 0.05 | 288.96 | 0.88 | 0.53 |
| Hex | CA | 1D | F1 | 10 | 58 | 0 | 5 | 121 | 58 | 35 |
| Octal | 312 | 35 | 361 | 20 | 130 | 0 | 5 | 441 | 130 | 65 |
| Binary | 11001010 | 11101 | 11110001 | 10000 | 1011000 | 0 | 101 | 100100001 | 1011000 | 110101 |
Color Harmonies of #CA1DF1
Complementary color
Monochromatic Colors of #CA1DF1
Black with #CA1DF1
Text Example
Text Example
White with #CA1DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1DF1; }
p { color: rgb(202,29,241); }
H1.HeaderClassName
{
color: #CA1DF1;
}
.AnyTagClassName
{
color: #CA1DF1;
}
</style>
background-color css
<style>
a { background-color: #CA1DF1; }
a { background-color: rgb(202,29,241); }
div.DivClassName
{
background-color: #CA1DF1;
}
.BgClassName
{
background-color: #CA1DF1;
}
</style>
border-color css
<style>
span { border-color: #CA1DF1; }
span { border-color: rgb(202,29,241); }
td.TdClassName
{
border-color: #CA1DF1;
}
.TagClassName
{
border-color: #CA1DF1;
}
</style>