Shades of Electric Purple #CA07FE
Tints of Electric Purple #CA07FE
RGB
CMYK
RGB Variations
Color information
#CA07FE (or 0xCA07FE) is known color: Electric Purple. HEX triplet: CA, 07 and FE. RGB value is (202,7,254). Sum of RGB (Red+Green+Blue) = 202+7+254=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 7 (3.12% from 255 or 1.51% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA07FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA07FE is #35F801. Grayscale: #5C5C5C. Windows color (decimal): -3536898 or 16648138. OLE color: 16648138.
HSL color Cylindrical-coordinate representation of color #CA07FE: hue angle of 287.37º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07FE is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 7 | 254 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.00 |
| HSL | 287.37º | 0.99% | 0.51% | - |
| HSV(B) | 287.37º | 0.97% | 1% | - |
| XYZ | 42.32 | 19.86 | 95.37 | - |
| YUV | 93.46 | 218.6 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 254 | 0.20 | 0.97 | 0 | 0.00 | 287.37 | 0.99 | 0.51 |
| Hex | CA | 7 | FE | 14 | 61 | 0 | 0 | 11F | 63 | 33 |
| Octal | 312 | 7 | 376 | 24 | 141 | 0 | 0 | 437 | 143 | 63 |
| Binary | 11001010 | 111 | 11111110 | 10100 | 1100001 | 0 | 0 | 100011111 | 1100011 | 110011 |
Color Harmonies of #CA07FE
Complementary color
Monochromatic Colors of #CA07FE
Black with #CA07FE
Text Example
Text Example
White with #CA07FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07FE; }
p { color: rgb(202,7,254); }
H1.HeaderClassName
{
color: #CA07FE;
}
.AnyTagClassName
{
color: #CA07FE;
}
</style>
background-color css
<style>
a { background-color: #CA07FE; }
a { background-color: rgb(202,7,254); }
div.DivClassName
{
background-color: #CA07FE;
}
.BgClassName
{
background-color: #CA07FE;
}
</style>
border-color css
<style>
span { border-color: #CA07FE; }
span { border-color: rgb(202,7,254); }
td.TdClassName
{
border-color: #CA07FE;
}
.TagClassName
{
border-color: #CA07FE;
}
</style>