Shades of Electric Purple #CA16FD
Tints of Electric Purple #CA16FD
RGB
CMYK
RGB Variations
Color information
#CA16FD (or 0xCA16FD) is known color: Electric Purple. HEX triplet: CA, 16 and FD. RGB value is (202,22,253). Sum of RGB (Red+Green+Blue) = 202+22+253=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 22 (8.98% from 255 or 4.61% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA16FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA16FD is #35E902. Grayscale: #656565. Windows color (decimal): -3533059 or 16586442. OLE color: 16586442.
HSL color Cylindrical-coordinate representation of color #CA16FD: hue angle of 286.75º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA16FD is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 22 | 253 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.01 |
| HSL | 286.75º | 0.98% | 0.54% | - |
| HSV(B) | 286.75º | 0.91% | 0.99% | - |
| XYZ | 42.37 | 20.22 | 94.6 | - |
| YUV | 102.15 | 213.13 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 253 | 0.20 | 0.91 | 0 | 0.01 | 286.75 | 0.98 | 0.54 |
| Hex | CA | 16 | FD | 14 | 5B | 0 | 1 | 11F | 62 | 36 |
| Octal | 312 | 26 | 375 | 24 | 133 | 0 | 1 | 437 | 142 | 66 |
| Binary | 11001010 | 10110 | 11111101 | 10100 | 1011011 | 0 | 1 | 100011111 | 1100010 | 110110 |
Color Harmonies of #CA16FD
Complementary color
Monochromatic Colors of #CA16FD
Black with #CA16FD
Text Example
Text Example
White with #CA16FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16FD; }
p { color: rgb(202,22,253); }
H1.HeaderClassName
{
color: #CA16FD;
}
.AnyTagClassName
{
color: #CA16FD;
}
</style>
background-color css
<style>
a { background-color: #CA16FD; }
a { background-color: rgb(202,22,253); }
div.DivClassName
{
background-color: #CA16FD;
}
.BgClassName
{
background-color: #CA16FD;
}
</style>
border-color css
<style>
span { border-color: #CA16FD; }
span { border-color: rgb(202,22,253); }
td.TdClassName
{
border-color: #CA16FD;
}
.TagClassName
{
border-color: #CA16FD;
}
</style>