Shades of Electric Purple #CA1AF6
Tints of Electric Purple #CA1AF6
RGB
CMYK
RGB Variations
Color information
#CA1AF6 (or 0xCA1AF6) is known color: Electric Purple. HEX triplet: CA, 1A and F6. RGB value is (202,26,246). Sum of RGB (Red+Green+Blue) = 202+26+246=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 26 (10.55% from 255 or 5.49% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA1AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1AF6 is #35E509. Grayscale: #676767. Windows color (decimal): -3532042 or 16128714. OLE color: 16128714.
HSL color Cylindrical-coordinate representation of color #CA1AF6: hue angle of 288º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1AF6 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 26 | 246 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.04 |
| HSL | 288º | 0.92% | 0.53% | - |
| HSV(B) | 288º | 0.89% | 0.96% | - |
| XYZ | 41.36 | 19.95 | 88.86 | - |
| YUV | 103.7 | 208.31 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 246 | 0.18 | 0.89 | 0 | 0.04 | 288 | 0.92 | 0.53 |
| Hex | CA | 1A | F6 | 12 | 59 | 0 | 4 | 120 | 5C | 35 |
| Octal | 312 | 32 | 366 | 22 | 131 | 0 | 4 | 440 | 134 | 65 |
| Binary | 11001010 | 11010 | 11110110 | 10010 | 1011001 | 0 | 100 | 100100000 | 1011100 | 110101 |
Color Harmonies of #CA1AF6
Complementary color
Monochromatic Colors of #CA1AF6
Black with #CA1AF6
Text Example
Text Example
White with #CA1AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1AF6; }
p { color: rgb(202,26,246); }
H1.HeaderClassName
{
color: #CA1AF6;
}
.AnyTagClassName
{
color: #CA1AF6;
}
</style>
background-color css
<style>
a { background-color: #CA1AF6; }
a { background-color: rgb(202,26,246); }
div.DivClassName
{
background-color: #CA1AF6;
}
.BgClassName
{
background-color: #CA1AF6;
}
</style>
border-color css
<style>
span { border-color: #CA1AF6; }
span { border-color: rgb(202,26,246); }
td.TdClassName
{
border-color: #CA1AF6;
}
.TagClassName
{
border-color: #CA1AF6;
}
</style>