Shades of Electric Purple #CA0CF7
Tints of Electric Purple #CA0CF7
RGB
CMYK
RGB Variations
Color information
#CA0CF7 (or 0xCA0CF7) is known color: Electric Purple. HEX triplet: CA, 0C and F7. RGB value is (202,12,247). Sum of RGB (Red+Green+Blue) = 202+12+247=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 12 (5.08% from 255 or 2.60% from 461); Blue value is 247 (96.88% from 255 or 53.58% from 461); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA0CF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0CF7 is #35F308. Grayscale: #5E5E5E. Windows color (decimal): -3535625 or 16190666. OLE color: 16190666.
HSL color Cylindrical-coordinate representation of color #CA0CF7: hue angle of 288.51º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0CF7 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 12 | 247 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.03 |
| HSL | 288.51º | 0.94% | 0.51% | - |
| HSV(B) | 288.51º | 0.95% | 0.97% | - |
| XYZ | 41.28 | 19.53 | 89.59 | - |
| YUV | 95.6 | 213.45 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 247 | 0.18 | 0.95 | 0 | 0.03 | 288.51 | 0.94 | 0.51 |
| Hex | CA | C | F7 | 12 | 5F | 0 | 3 | 121 | 5E | 33 |
| Octal | 312 | 14 | 367 | 22 | 137 | 0 | 3 | 441 | 136 | 63 |
| Binary | 11001010 | 1100 | 11110111 | 10010 | 1011111 | 0 | 11 | 100100001 | 1011110 | 110011 |
Color Harmonies of #CA0CF7
Complementary color
Monochromatic Colors of #CA0CF7
Black with #CA0CF7
Text Example
Text Example
White with #CA0CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0CF7; }
p { color: rgb(202,12,247); }
H1.HeaderClassName
{
color: #CA0CF7;
}
.AnyTagClassName
{
color: #CA0CF7;
}
</style>
background-color css
<style>
a { background-color: #CA0CF7; }
a { background-color: rgb(202,12,247); }
div.DivClassName
{
background-color: #CA0CF7;
}
.BgClassName
{
background-color: #CA0CF7;
}
</style>
border-color css
<style>
span { border-color: #CA0CF7; }
span { border-color: rgb(202,12,247); }
td.TdClassName
{
border-color: #CA0CF7;
}
.TagClassName
{
border-color: #CA0CF7;
}
</style>