Shades of Electric Purple #CA10FE
Tints of Electric Purple #CA10FE
RGB
CMYK
RGB Variations
Color information
#CA10FE (or 0xCA10FE) is known color: Electric Purple. HEX triplet: CA, 10 and FE. RGB value is (202,16,254). Sum of RGB (Red+Green+Blue) = 202+16+254=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 16 (6.64% from 255 or 3.39% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA10FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA10FE is #35EF01. Grayscale: #616161. Windows color (decimal): -3534594 or 16650442. OLE color: 16650442.
HSL color Cylindrical-coordinate representation of color #CA10FE: hue angle of 286.89º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA10FE is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 16 | 254 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.00 |
| HSL | 286.89º | 0.99% | 0.53% | - |
| HSV(B) | 286.89º | 0.94% | 1% | - |
| XYZ | 42.43 | 20.08 | 95.41 | - |
| YUV | 98.75 | 215.62 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 254 | 0.20 | 0.94 | 0 | 0.00 | 286.89 | 0.99 | 0.53 |
| Hex | CA | 10 | FE | 14 | 5E | 0 | 0 | 11F | 63 | 35 |
| Octal | 312 | 20 | 376 | 24 | 136 | 0 | 0 | 437 | 143 | 65 |
| Binary | 11001010 | 10000 | 11111110 | 10100 | 1011110 | 0 | 0 | 100011111 | 1100011 | 110101 |
Color Harmonies of #CA10FE
Complementary color
Monochromatic Colors of #CA10FE
Black with #CA10FE
Text Example
Text Example
White with #CA10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10FE; }
p { color: rgb(202,16,254); }
H1.HeaderClassName
{
color: #CA10FE;
}
.AnyTagClassName
{
color: #CA10FE;
}
</style>
background-color css
<style>
a { background-color: #CA10FE; }
a { background-color: rgb(202,16,254); }
div.DivClassName
{
background-color: #CA10FE;
}
.BgClassName
{
background-color: #CA10FE;
}
</style>
border-color css
<style>
span { border-color: #CA10FE; }
span { border-color: rgb(202,16,254); }
td.TdClassName
{
border-color: #CA10FE;
}
.TagClassName
{
border-color: #CA10FE;
}
</style>