Shades of Electric Purple #CA2FFC
Tints of Electric Purple #CA2FFC
RGB
CMYK
RGB Variations
Color information
#CA2FFC (or 0xCA2FFC) is known color: Electric Purple. HEX triplet: CA, 2F and FC. RGB value is (202,47,252). Sum of RGB (Red+Green+Blue) = 202+47+252=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 47 (18.75% from 255 or 9.38% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA2FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2FFC is #35D003. Grayscale: #747474. Windows color (decimal): -3526660 or 16527306. OLE color: 16527306.
HSL color Cylindrical-coordinate representation of color #CA2FFC: hue angle of 285.37º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2FFC is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 47 | 252 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.01 |
| HSL | 285.37º | 0.97% | 0.59% | - |
| HSV(B) | 285.37º | 0.81% | 0.99% | - |
| XYZ | 42.94 | 21.62 | 94 | - |
| YUV | 116.72 | 204.35 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 252 | 0.20 | 0.81 | 0 | 0.01 | 285.37 | 0.97 | 0.59 |
| Hex | CA | 2F | FC | 14 | 51 | 0 | 1 | 11D | 61 | 3B |
| Octal | 312 | 57 | 374 | 24 | 121 | 0 | 1 | 435 | 141 | 73 |
| Binary | 11001010 | 101111 | 11111100 | 10100 | 1010001 | 0 | 1 | 100011101 | 1100001 | 111011 |
Color Harmonies of #CA2FFC
Complementary color
Monochromatic Colors of #CA2FFC
Black with #CA2FFC
Text Example
Text Example
White with #CA2FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2FFC; }
p { color: rgb(202,47,252); }
H1.HeaderClassName
{
color: #CA2FFC;
}
.AnyTagClassName
{
color: #CA2FFC;
}
</style>
background-color css
<style>
a { background-color: #CA2FFC; }
a { background-color: rgb(202,47,252); }
div.DivClassName
{
background-color: #CA2FFC;
}
.BgClassName
{
background-color: #CA2FFC;
}
</style>
border-color css
<style>
span { border-color: #CA2FFC; }
span { border-color: rgb(202,47,252); }
td.TdClassName
{
border-color: #CA2FFC;
}
.TagClassName
{
border-color: #CA2FFC;
}
</style>