Shades of Electric Purple #CA1AFC
Tints of Electric Purple #CA1AFC
RGB
CMYK
RGB Variations
Color information
#CA1AFC (or 0xCA1AFC) is known color: Electric Purple. HEX triplet: CA, 1A and FC. RGB value is (202,26,252). Sum of RGB (Red+Green+Blue) = 202+26+252=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 26 (10.55% from 255 or 5.42% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA1AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1AFC is #35E503. Grayscale: #676767. Windows color (decimal): -3532036 or 16521930. OLE color: 16521930.
HSL color Cylindrical-coordinate representation of color #CA1AFC: hue angle of 286.73º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1AFC is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 26 | 252 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.01 |
| HSL | 286.73º | 0.97% | 0.55% | - |
| HSV(B) | 286.73º | 0.9% | 0.99% | - |
| XYZ | 42.3 | 20.32 | 93.79 | - |
| YUV | 104.39 | 211.31 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 252 | 0.20 | 0.90 | 0 | 0.01 | 286.73 | 0.97 | 0.55 |
| Hex | CA | 1A | FC | 14 | 5A | 0 | 1 | 11F | 61 | 37 |
| Octal | 312 | 32 | 374 | 24 | 132 | 0 | 1 | 437 | 141 | 67 |
| Binary | 11001010 | 11010 | 11111100 | 10100 | 1011010 | 0 | 1 | 100011111 | 1100001 | 110111 |
Color Harmonies of #CA1AFC
Complementary color
Monochromatic Colors of #CA1AFC
Black with #CA1AFC
Text Example
Text Example
White with #CA1AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1AFC; }
p { color: rgb(202,26,252); }
H1.HeaderClassName
{
color: #CA1AFC;
}
.AnyTagClassName
{
color: #CA1AFC;
}
</style>
background-color css
<style>
a { background-color: #CA1AFC; }
a { background-color: rgb(202,26,252); }
div.DivClassName
{
background-color: #CA1AFC;
}
.BgClassName
{
background-color: #CA1AFC;
}
</style>
border-color css
<style>
span { border-color: #CA1AFC; }
span { border-color: rgb(202,26,252); }
td.TdClassName
{
border-color: #CA1AFC;
}
.TagClassName
{
border-color: #CA1AFC;
}
</style>