Shades of Electric Purple #CA10FA
Tints of Electric Purple #CA10FA
RGB
CMYK
RGB Variations
Color information
#CA10FA (or 0xCA10FA) is known color: Electric Purple. HEX triplet: CA, 10 and FA. RGB value is (202,16,250). Sum of RGB (Red+Green+Blue) = 202+16+250=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA10FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA10FA is #35EF05. Grayscale: #616161. Windows color (decimal): -3534598 or 16388298. OLE color: 16388298.
HSL color Cylindrical-coordinate representation of color #CA10FA: hue angle of 287.69º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA10FA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 16 | 250 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.02 |
| HSL | 287.69º | 0.96% | 0.52% | - |
| HSV(B) | 287.69º | 0.94% | 0.98% | - |
| XYZ | 41.8 | 19.83 | 92.07 | - |
| YUV | 98.29 | 213.62 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 250 | 0.19 | 0.94 | 0 | 0.02 | 287.69 | 0.96 | 0.52 |
| Hex | CA | 10 | FA | 13 | 5E | 0 | 2 | 120 | 60 | 34 |
| Octal | 312 | 20 | 372 | 23 | 136 | 0 | 2 | 440 | 140 | 64 |
| Binary | 11001010 | 10000 | 11111010 | 10011 | 1011110 | 0 | 10 | 100100000 | 1100000 | 110100 |
Color Harmonies of #CA10FA
Complementary color
Monochromatic Colors of #CA10FA
Black with #CA10FA
Text Example
Text Example
White with #CA10FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10FA; }
p { color: rgb(202,16,250); }
H1.HeaderClassName
{
color: #CA10FA;
}
.AnyTagClassName
{
color: #CA10FA;
}
</style>
background-color css
<style>
a { background-color: #CA10FA; }
a { background-color: rgb(202,16,250); }
div.DivClassName
{
background-color: #CA10FA;
}
.BgClassName
{
background-color: #CA10FA;
}
</style>
border-color css
<style>
span { border-color: #CA10FA; }
span { border-color: rgb(202,16,250); }
td.TdClassName
{
border-color: #CA10FA;
}
.TagClassName
{
border-color: #CA10FA;
}
</style>