Shades of Electric Purple #CA16F0
Tints of Electric Purple #CA16F0
RGB
CMYK
RGB Variations
Color information
#CA16F0 (or 0xCA16F0) is known color: Electric Purple. HEX triplet: CA, 16 and F0. RGB value is (202,22,240). Sum of RGB (Red+Green+Blue) = 202+22+240=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA16F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA16F0 is #35E90F. Grayscale: #636363. Windows color (decimal): -3533072 or 15734474. OLE color: 15734474.
HSL color Cylindrical-coordinate representation of color #CA16F0: hue angle of 289.54º 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 #CA16F0 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 22 | 240 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.06 |
| HSL | 289.54º | 0.88% | 0.51% | - |
| HSV(B) | 289.54º | 0.91% | 0.94% | - |
| XYZ | 40.37 | 19.42 | 84.06 | - |
| YUV | 100.67 | 206.63 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 240 | 0.16 | 0.91 | 0 | 0.06 | 289.54 | 0.88 | 0.51 |
| Hex | CA | 16 | F0 | 10 | 5B | 0 | 6 | 122 | 58 | 33 |
| Octal | 312 | 26 | 360 | 20 | 133 | 0 | 6 | 442 | 130 | 63 |
| Binary | 11001010 | 10110 | 11110000 | 10000 | 1011011 | 0 | 110 | 100100010 | 1011000 | 110011 |
Color Harmonies of #CA16F0
Complementary color
Monochromatic Colors of #CA16F0
Black with #CA16F0
Text Example
Text Example
White with #CA16F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16F0; }
p { color: rgb(202,22,240); }
H1.HeaderClassName
{
color: #CA16F0;
}
.AnyTagClassName
{
color: #CA16F0;
}
</style>
background-color css
<style>
a { background-color: #CA16F0; }
a { background-color: rgb(202,22,240); }
div.DivClassName
{
background-color: #CA16F0;
}
.BgClassName
{
background-color: #CA16F0;
}
</style>
border-color css
<style>
span { border-color: #CA16F0; }
span { border-color: rgb(202,22,240); }
td.TdClassName
{
border-color: #CA16F0;
}
.TagClassName
{
border-color: #CA16F0;
}
</style>