Shades of Electric Purple #CA13FF
Tints of Electric Purple #CA13FF
RGB
CMYK
RGB Variations
Color information
#CA13FF (or 0xCA13FF) is known color: Electric Purple. HEX triplet: CA, 13 and FF. RGB value is (202,19,255). Sum of RGB (Red+Green+Blue) = 202+19+255=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 19 (7.81% from 255 or 3.99% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA13FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA13FF is #35EC00. Grayscale: #636363. Windows color (decimal): -3533825 or 16716746. OLE color: 16716746.
HSL color Cylindrical-coordinate representation of color #CA13FF: hue angle of 286.53º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA13FF is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 19 | 255 | - |
| CMYK | 0.21 | 0.93 | 0 | 0 |
| HSL | 286.53º | 1% | 0.54% | - |
| HSV(B) | 286.53º | 0.93% | 1% | - |
| XYZ | 42.64 | 20.24 | 96.27 | - |
| YUV | 100.62 | 215.13 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 255 | 0.21 | 0.93 | 0 | 0 | 286.53 | 1 | 0.54 |
| Hex | CA | 13 | FF | 15 | 5D | 0 | 0 | 11F | 64 | 36 |
| Octal | 312 | 23 | 377 | 25 | 135 | 0 | 0 | 437 | 144 | 66 |
| Binary | 11001010 | 10011 | 11111111 | 10101 | 1011101 | 0 | 0 | 100011111 | 1100100 | 110110 |
Color Harmonies of #CA13FF
Complementary color
Monochromatic Colors of #CA13FF
Black with #CA13FF
Text Example
Text Example
White with #CA13FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA13FF; }
p { color: rgb(202,19,255); }
H1.HeaderClassName
{
color: #CA13FF;
}
.AnyTagClassName
{
color: #CA13FF;
}
</style>
background-color css
<style>
a { background-color: #CA13FF; }
a { background-color: rgb(202,19,255); }
div.DivClassName
{
background-color: #CA13FF;
}
.BgClassName
{
background-color: #CA13FF;
}
</style>
border-color css
<style>
span { border-color: #CA13FF; }
span { border-color: rgb(202,19,255); }
td.TdClassName
{
border-color: #CA13FF;
}
.TagClassName
{
border-color: #CA13FF;
}
</style>