Shades of Electric Purple #CA10F2
Tints of Electric Purple #CA10F2
RGB
CMYK
RGB Variations
Color information
#CA10F2 (or 0xCA10F2) is known color: Electric Purple. HEX triplet: CA, 10 and F2. RGB value is (202,16,242). Sum of RGB (Red+Green+Blue) = 202+16+242=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 16 (6.64% from 255 or 3.48% from 460); Blue value is 242 (94.92% from 255 or 52.61% from 460); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA10F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA10F2 is #35EF0D. Grayscale: #606060. Windows color (decimal): -3534606 or 15864010. OLE color: 15864010.
HSL color Cylindrical-coordinate representation of color #CA10F2: hue angle of 289.38º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA10F2 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 16 | 242 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.05 |
| HSL | 289.38º | 0.9% | 0.51% | - |
| HSV(B) | 289.38º | 0.93% | 0.95% | - |
| XYZ | 40.57 | 19.34 | 85.6 | - |
| YUV | 97.38 | 209.62 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 242 | 0.17 | 0.93 | 0 | 0.05 | 289.38 | 0.9 | 0.51 |
| Hex | CA | 10 | F2 | 11 | 5D | 0 | 5 | 121 | 5A | 33 |
| Octal | 312 | 20 | 362 | 21 | 135 | 0 | 5 | 441 | 132 | 63 |
| Binary | 11001010 | 10000 | 11110010 | 10001 | 1011101 | 0 | 101 | 100100001 | 1011010 | 110011 |
Color Harmonies of #CA10F2
Complementary color
Monochromatic Colors of #CA10F2
Black with #CA10F2
Text Example
Text Example
White with #CA10F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10F2; }
p { color: rgb(202,16,242); }
H1.HeaderClassName
{
color: #CA10F2;
}
.AnyTagClassName
{
color: #CA10F2;
}
</style>
background-color css
<style>
a { background-color: #CA10F2; }
a { background-color: rgb(202,16,242); }
div.DivClassName
{
background-color: #CA10F2;
}
.BgClassName
{
background-color: #CA10F2;
}
</style>
border-color css
<style>
span { border-color: #CA10F2; }
span { border-color: rgb(202,16,242); }
td.TdClassName
{
border-color: #CA10F2;
}
.TagClassName
{
border-color: #CA10F2;
}
</style>