Shades of Electric Purple #CA15F0
Tints of Electric Purple #CA15F0
RGB
CMYK
RGB Variations
Color information
#CA15F0 (or 0xCA15F0) is known color: Electric Purple. HEX triplet: CA, 15 and F0. RGB value is (202,21,240). Sum of RGB (Red+Green+Blue) = 202+21+240=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 21 (8.59% from 255 or 4.54% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA15F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA15F0 is #35EA0F. Grayscale: #636363. Windows color (decimal): -3533328 or 15734218. OLE color: 15734218.
HSL color Cylindrical-coordinate representation of color #CA15F0: hue angle of 289.59º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA15F0 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 21 | 240 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.06 |
| HSL | 289.59º | 0.88% | 0.51% | - |
| HSV(B) | 289.59º | 0.91% | 0.94% | - |
| XYZ | 40.35 | 19.38 | 84.05 | - |
| YUV | 100.09 | 206.97 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 240 | 0.16 | 0.91 | 0 | 0.06 | 289.59 | 0.88 | 0.51 |
| Hex | CA | 15 | F0 | 10 | 5B | 0 | 6 | 122 | 58 | 33 |
| Octal | 312 | 25 | 360 | 20 | 133 | 0 | 6 | 442 | 130 | 63 |
| Binary | 11001010 | 10101 | 11110000 | 10000 | 1011011 | 0 | 110 | 100100010 | 1011000 | 110011 |
Color Harmonies of #CA15F0
Complementary color
Monochromatic Colors of #CA15F0
Black with #CA15F0
Text Example
Text Example
White with #CA15F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA15F0; }
p { color: rgb(202,21,240); }
H1.HeaderClassName
{
color: #CA15F0;
}
.AnyTagClassName
{
color: #CA15F0;
}
</style>
background-color css
<style>
a { background-color: #CA15F0; }
a { background-color: rgb(202,21,240); }
div.DivClassName
{
background-color: #CA15F0;
}
.BgClassName
{
background-color: #CA15F0;
}
</style>
border-color css
<style>
span { border-color: #CA15F0; }
span { border-color: rgb(202,21,240); }
td.TdClassName
{
border-color: #CA15F0;
}
.TagClassName
{
border-color: #CA15F0;
}
</style>