Shades of Electric Purple #CA1CFF
Tints of Electric Purple #CA1CFF
RGB
CMYK
RGB Variations
Color information
#CA1CFF (or 0xCA1CFF) is known color: Electric Purple. HEX triplet: CA, 1C and FF. RGB value is (202,28,255). Sum of RGB (Red+Green+Blue) = 202+28+255=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 28 (11.33% from 255 or 5.77% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA1CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1CFF is #35E300. Grayscale: #696969. Windows color (decimal): -3531521 or 16719050. OLE color: 16719050.
HSL color Cylindrical-coordinate representation of color #CA1CFF: hue angle of 285.99º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1CFF is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 28 | 255 | - |
| CMYK | 0.21 | 0.89 | 0 | 0 |
| HSL | 285.99º | 1% | 0.55% | - |
| HSV(B) | 285.99º | 0.89% | 1% | - |
| XYZ | 42.82 | 20.61 | 96.33 | - |
| YUV | 105.9 | 212.15 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 28 | 255 | 0.21 | 0.89 | 0 | 0 | 285.99 | 1 | 0.55 |
| Hex | CA | 1C | FF | 15 | 59 | 0 | 0 | 11E | 64 | 37 |
| Octal | 312 | 34 | 377 | 25 | 131 | 0 | 0 | 436 | 144 | 67 |
| Binary | 11001010 | 11100 | 11111111 | 10101 | 1011001 | 0 | 0 | 100011110 | 1100100 | 110111 |
Color Harmonies of #CA1CFF
Complementary color
Monochromatic Colors of #CA1CFF
Black with #CA1CFF
Text Example
Text Example
White with #CA1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1CFF; }
p { color: rgb(202,28,255); }
H1.HeaderClassName
{
color: #CA1CFF;
}
.AnyTagClassName
{
color: #CA1CFF;
}
</style>
background-color css
<style>
a { background-color: #CA1CFF; }
a { background-color: rgb(202,28,255); }
div.DivClassName
{
background-color: #CA1CFF;
}
.BgClassName
{
background-color: #CA1CFF;
}
</style>
border-color css
<style>
span { border-color: #CA1CFF; }
span { border-color: rgb(202,28,255); }
td.TdClassName
{
border-color: #CA1CFF;
}
.TagClassName
{
border-color: #CA1CFF;
}
</style>