Shades of Electric Purple #CA16FF
Tints of Electric Purple #CA16FF
RGB
CMYK
RGB Variations
Color information
#CA16FF (or 0xCA16FF) is known color: Electric Purple. HEX triplet: CA, 16 and FF. RGB value is (202,22,255). Sum of RGB (Red+Green+Blue) = 202+22+255=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 22 (8.98% from 255 or 4.59% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA16FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA16FF is #35E900. Grayscale: #656565. Windows color (decimal): -3533057 or 16717514. OLE color: 16717514.
HSL color Cylindrical-coordinate representation of color #CA16FF: hue angle of 286.35º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA16FF is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 22 | 255 | - |
| CMYK | 0.21 | 0.91 | 0 | 0 |
| HSL | 286.35º | 1% | 0.54% | - |
| HSV(B) | 286.35º | 0.91% | 1% | - |
| XYZ | 42.69 | 20.35 | 96.29 | - |
| YUV | 102.38 | 214.13 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 255 | 0.21 | 0.91 | 0 | 0 | 286.35 | 1 | 0.54 |
| Hex | CA | 16 | FF | 15 | 5B | 0 | 0 | 11E | 64 | 36 |
| Octal | 312 | 26 | 377 | 25 | 133 | 0 | 0 | 436 | 144 | 66 |
| Binary | 11001010 | 10110 | 11111111 | 10101 | 1011011 | 0 | 0 | 100011110 | 1100100 | 110110 |
Color Harmonies of #CA16FF
Complementary color
Monochromatic Colors of #CA16FF
Black with #CA16FF
Text Example
Text Example
White with #CA16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16FF; }
p { color: rgb(202,22,255); }
H1.HeaderClassName
{
color: #CA16FF;
}
.AnyTagClassName
{
color: #CA16FF;
}
</style>
background-color css
<style>
a { background-color: #CA16FF; }
a { background-color: rgb(202,22,255); }
div.DivClassName
{
background-color: #CA16FF;
}
.BgClassName
{
background-color: #CA16FF;
}
</style>
border-color css
<style>
span { border-color: #CA16FF; }
span { border-color: rgb(202,22,255); }
td.TdClassName
{
border-color: #CA16FF;
}
.TagClassName
{
border-color: #CA16FF;
}
</style>