Shades of Electric Purple #CA1AF0
Tints of Electric Purple #CA1AF0
RGB
CMYK
RGB Variations
Color information
#CA1AF0 (or 0xCA1AF0) is known color: Electric Purple. HEX triplet: CA, 1A and F0. RGB value is (202,26,240). Sum of RGB (Red+Green+Blue) = 202+26+240=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA1AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1AF0 is #35E50F. Grayscale: #666666. Windows color (decimal): -3532048 or 15735498. OLE color: 15735498.
HSL color Cylindrical-coordinate representation of color #CA1AF0: hue angle of 289.35º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1AF0 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 26 | 240 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.06 |
| HSL | 289.35º | 0.88% | 0.52% | - |
| HSV(B) | 289.35º | 0.89% | 0.94% | - |
| XYZ | 40.45 | 19.59 | 84.09 | - |
| YUV | 103.02 | 205.31 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 240 | 0.16 | 0.89 | 0 | 0.06 | 289.35 | 0.88 | 0.52 |
| Hex | CA | 1A | F0 | 10 | 59 | 0 | 6 | 121 | 58 | 34 |
| Octal | 312 | 32 | 360 | 20 | 131 | 0 | 6 | 441 | 130 | 64 |
| Binary | 11001010 | 11010 | 11110000 | 10000 | 1011001 | 0 | 110 | 100100001 | 1011000 | 110100 |
Color Harmonies of #CA1AF0
Complementary color
Monochromatic Colors of #CA1AF0
Black with #CA1AF0
Text Example
Text Example
White with #CA1AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1AF0; }
p { color: rgb(202,26,240); }
H1.HeaderClassName
{
color: #CA1AF0;
}
.AnyTagClassName
{
color: #CA1AF0;
}
</style>
background-color css
<style>
a { background-color: #CA1AF0; }
a { background-color: rgb(202,26,240); }
div.DivClassName
{
background-color: #CA1AF0;
}
.BgClassName
{
background-color: #CA1AF0;
}
</style>
border-color css
<style>
span { border-color: #CA1AF0; }
span { border-color: rgb(202,26,240); }
td.TdClassName
{
border-color: #CA1AF0;
}
.TagClassName
{
border-color: #CA1AF0;
}
</style>