Shades of Electric Purple #CA1BFF
Tints of Electric Purple #CA1BFF
RGB
CMYK
RGB Variations
Color information
#CA1BFF (or 0xCA1BFF) is known color: Electric Purple. HEX triplet: CA, 1B and FF. RGB value is (202,27,255). Sum of RGB (Red+Green+Blue) = 202+27+255=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 27 (10.94% from 255 or 5.58% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA1BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1BFF is #35E400. Grayscale: #686868. Windows color (decimal): -3531777 or 16718794. OLE color: 16718794.
HSL color Cylindrical-coordinate representation of color #CA1BFF: hue angle of 286.05º 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 #CA1BFF is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 27 | 255 | - |
| CMYK | 0.21 | 0.89 | 0 | 0 |
| HSL | 286.05º | 1% | 0.55% | - |
| HSV(B) | 286.05º | 0.89% | 1% | - |
| XYZ | 42.8 | 20.56 | 96.32 | - |
| YUV | 105.32 | 212.48 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 255 | 0.21 | 0.89 | 0 | 0 | 286.05 | 1 | 0.55 |
| Hex | CA | 1B | FF | 15 | 59 | 0 | 0 | 11E | 64 | 37 |
| Octal | 312 | 33 | 377 | 25 | 131 | 0 | 0 | 436 | 144 | 67 |
| Binary | 11001010 | 11011 | 11111111 | 10101 | 1011001 | 0 | 0 | 100011110 | 1100100 | 110111 |
Color Harmonies of #CA1BFF
Complementary color
Monochromatic Colors of #CA1BFF
Black with #CA1BFF
Text Example
Text Example
White with #CA1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1BFF; }
p { color: rgb(202,27,255); }
H1.HeaderClassName
{
color: #CA1BFF;
}
.AnyTagClassName
{
color: #CA1BFF;
}
</style>
background-color css
<style>
a { background-color: #CA1BFF; }
a { background-color: rgb(202,27,255); }
div.DivClassName
{
background-color: #CA1BFF;
}
.BgClassName
{
background-color: #CA1BFF;
}
</style>
border-color css
<style>
span { border-color: #CA1BFF; }
span { border-color: rgb(202,27,255); }
td.TdClassName
{
border-color: #CA1BFF;
}
.TagClassName
{
border-color: #CA1BFF;
}
</style>