Shades of Electric Purple #CA1EFF
Tints of Electric Purple #CA1EFF
RGB
CMYK
RGB Variations
Color information
#CA1EFF (or 0xCA1EFF) is known color: Electric Purple. HEX triplet: CA, 1E and FF. RGB value is (202,30,255). Sum of RGB (Red+Green+Blue) = 202+30+255=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA1EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1EFF is #35E100. Grayscale: #6A6A6A. Windows color (decimal): -3531009 or 16719562. OLE color: 16719562.
HSL color Cylindrical-coordinate representation of color #CA1EFF: hue angle of 285.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1EFF is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 30 | 255 | - |
| CMYK | 0.21 | 0.88 | 0 | 0 |
| HSL | 285.87º | 1% | 0.56% | - |
| HSV(B) | 285.87º | 0.88% | 1% | - |
| XYZ | 42.87 | 20.71 | 96.34 | - |
| YUV | 107.08 | 211.48 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 255 | 0.21 | 0.88 | 0 | 0 | 285.87 | 1 | 0.56 |
| Hex | CA | 1E | FF | 15 | 58 | 0 | 0 | 11E | 64 | 38 |
| Octal | 312 | 36 | 377 | 25 | 130 | 0 | 0 | 436 | 144 | 70 |
| Binary | 11001010 | 11110 | 11111111 | 10101 | 1011000 | 0 | 0 | 100011110 | 1100100 | 111000 |
Color Harmonies of #CA1EFF
Complementary color
Monochromatic Colors of #CA1EFF
Black with #CA1EFF
Text Example
Text Example
White with #CA1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1EFF; }
p { color: rgb(202,30,255); }
H1.HeaderClassName
{
color: #CA1EFF;
}
.AnyTagClassName
{
color: #CA1EFF;
}
</style>
background-color css
<style>
a { background-color: #CA1EFF; }
a { background-color: rgb(202,30,255); }
div.DivClassName
{
background-color: #CA1EFF;
}
.BgClassName
{
background-color: #CA1EFF;
}
</style>
border-color css
<style>
span { border-color: #CA1EFF; }
span { border-color: rgb(202,30,255); }
td.TdClassName
{
border-color: #CA1EFF;
}
.TagClassName
{
border-color: #CA1EFF;
}
</style>