Shades of Electric Purple #CA16FA
Tints of Electric Purple #CA16FA
RGB
CMYK
RGB Variations
Color information
#CA16FA (or 0xCA16FA) is known color: Electric Purple. HEX triplet: CA, 16 and FA. RGB value is (202,22,250). Sum of RGB (Red+Green+Blue) = 202+22+250=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 22 (8.98% from 255 or 4.64% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA16FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA16FA is #35E905. Grayscale: #656565. Windows color (decimal): -3533062 or 16389834. OLE color: 16389834.
HSL color Cylindrical-coordinate representation of color #CA16FA: hue angle of 287.37º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA16FA is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 22 | 250 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.02 |
| HSL | 287.37º | 0.96% | 0.53% | - |
| HSV(B) | 287.37º | 0.91% | 0.98% | - |
| XYZ | 41.9 | 20.03 | 92.1 | - |
| YUV | 101.81 | 211.63 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 250 | 0.19 | 0.91 | 0 | 0.02 | 287.37 | 0.96 | 0.53 |
| Hex | CA | 16 | FA | 13 | 5B | 0 | 2 | 11F | 60 | 35 |
| Octal | 312 | 26 | 372 | 23 | 133 | 0 | 2 | 437 | 140 | 65 |
| Binary | 11001010 | 10110 | 11111010 | 10011 | 1011011 | 0 | 10 | 100011111 | 1100000 | 110101 |
Color Harmonies of #CA16FA
Complementary color
Monochromatic Colors of #CA16FA
Black with #CA16FA
Text Example
Text Example
White with #CA16FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16FA; }
p { color: rgb(202,22,250); }
H1.HeaderClassName
{
color: #CA16FA;
}
.AnyTagClassName
{
color: #CA16FA;
}
</style>
background-color css
<style>
a { background-color: #CA16FA; }
a { background-color: rgb(202,22,250); }
div.DivClassName
{
background-color: #CA16FA;
}
.BgClassName
{
background-color: #CA16FA;
}
</style>
border-color css
<style>
span { border-color: #CA16FA; }
span { border-color: rgb(202,22,250); }
td.TdClassName
{
border-color: #CA16FA;
}
.TagClassName
{
border-color: #CA16FA;
}
</style>