Shades of Electric Purple #CA16FE
Tints of Electric Purple #CA16FE
RGB
CMYK
RGB Variations
Color information
#CA16FE (or 0xCA16FE) is known color: Electric Purple. HEX triplet: CA, 16 and FE. RGB value is (202,22,254). Sum of RGB (Red+Green+Blue) = 202+22+254=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 22 (8.98% from 255 or 4.60% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA16FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA16FE is #35E901. Grayscale: #656565. Windows color (decimal): -3533058 or 16651978. OLE color: 16651978.
HSL color Cylindrical-coordinate representation of color #CA16FE: hue angle of 286.55º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA16FE is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 22 | 254 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.00 |
| HSL | 286.55º | 0.99% | 0.54% | - |
| HSV(B) | 286.55º | 0.91% | 1% | - |
| XYZ | 42.53 | 20.29 | 95.44 | - |
| YUV | 102.27 | 213.63 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 254 | 0.20 | 0.91 | 0 | 0.00 | 286.55 | 0.99 | 0.54 |
| Hex | CA | 16 | FE | 14 | 5B | 0 | 0 | 11F | 63 | 36 |
| Octal | 312 | 26 | 376 | 24 | 133 | 0 | 0 | 437 | 143 | 66 |
| Binary | 11001010 | 10110 | 11111110 | 10100 | 1011011 | 0 | 0 | 100011111 | 1100011 | 110110 |
Color Harmonies of #CA16FE
Complementary color
Monochromatic Colors of #CA16FE
Black with #CA16FE
Text Example
Text Example
White with #CA16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16FE; }
p { color: rgb(202,22,254); }
H1.HeaderClassName
{
color: #CA16FE;
}
.AnyTagClassName
{
color: #CA16FE;
}
</style>
background-color css
<style>
a { background-color: #CA16FE; }
a { background-color: rgb(202,22,254); }
div.DivClassName
{
background-color: #CA16FE;
}
.BgClassName
{
background-color: #CA16FE;
}
</style>
border-color css
<style>
span { border-color: #CA16FE; }
span { border-color: rgb(202,22,254); }
td.TdClassName
{
border-color: #CA16FE;
}
.TagClassName
{
border-color: #CA16FE;
}
</style>