Shades of Electric Purple #CA10F0
Tints of Electric Purple #CA10F0
RGB
CMYK
RGB Variations
Color information
#CA10F0 (or 0xCA10F0) is known color: Electric Purple. HEX triplet: CA, 10 and F0. RGB value is (202,16,240). Sum of RGB (Red+Green+Blue) = 202+16+240=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA10F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA10F0 is #35EF0F. Grayscale: #606060. Windows color (decimal): -3534608 or 15732938. OLE color: 15732938.
HSL color Cylindrical-coordinate representation of color #CA10F0: hue angle of 289.82º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA10F0 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 16 | 240 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.06 |
| HSL | 289.82º | 0.88% | 0.5% | - |
| HSV(B) | 289.82º | 0.93% | 0.94% | - |
| XYZ | 40.27 | 19.22 | 84.03 | - |
| YUV | 97.15 | 208.62 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 240 | 0.16 | 0.93 | 0 | 0.06 | 289.82 | 0.88 | 0.5 |
| Hex | CA | 10 | F0 | 10 | 5D | 0 | 6 | 122 | 58 | 32 |
| Octal | 312 | 20 | 360 | 20 | 135 | 0 | 6 | 442 | 130 | 62 |
| Binary | 11001010 | 10000 | 11110000 | 10000 | 1011101 | 0 | 110 | 100100010 | 1011000 | 110010 |
Color Harmonies of #CA10F0
Complementary color
Monochromatic Colors of #CA10F0
Black with #CA10F0
Text Example
Text Example
White with #CA10F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10F0; }
p { color: rgb(202,16,240); }
H1.HeaderClassName
{
color: #CA10F0;
}
.AnyTagClassName
{
color: #CA10F0;
}
</style>
background-color css
<style>
a { background-color: #CA10F0; }
a { background-color: rgb(202,16,240); }
div.DivClassName
{
background-color: #CA10F0;
}
.BgClassName
{
background-color: #CA10F0;
}
</style>
border-color css
<style>
span { border-color: #CA10F0; }
span { border-color: rgb(202,16,240); }
td.TdClassName
{
border-color: #CA10F0;
}
.TagClassName
{
border-color: #CA10F0;
}
</style>