Shades of Electric Purple #CA2BFC
Tints of Electric Purple #CA2BFC
RGB
CMYK
RGB Variations
Color information
#CA2BFC (or 0xCA2BFC) is known color: Electric Purple. HEX triplet: CA, 2B and FC. RGB value is (202,43,252). Sum of RGB (Red+Green+Blue) = 202+43+252=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 43 (17.19% from 255 or 8.65% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA2BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2BFC is #35D403. Grayscale: #717171. Windows color (decimal): -3527684 or 16526282. OLE color: 16526282.
HSL color Cylindrical-coordinate representation of color #CA2BFC: hue angle of 285.65º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2BFC is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 43 | 252 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.01 |
| HSL | 285.65º | 0.97% | 0.58% | - |
| HSV(B) | 285.65º | 0.83% | 0.99% | - |
| XYZ | 42.79 | 21.31 | 93.95 | - |
| YUV | 114.37 | 205.68 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 252 | 0.20 | 0.83 | 0 | 0.01 | 285.65 | 0.97 | 0.58 |
| Hex | CA | 2B | FC | 14 | 53 | 0 | 1 | 11E | 61 | 3A |
| Octal | 312 | 53 | 374 | 24 | 123 | 0 | 1 | 436 | 141 | 72 |
| Binary | 11001010 | 101011 | 11111100 | 10100 | 1010011 | 0 | 1 | 100011110 | 1100001 | 111010 |
Color Harmonies of #CA2BFC
Complementary color
Monochromatic Colors of #CA2BFC
Black with #CA2BFC
Text Example
Text Example
White with #CA2BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2BFC; }
p { color: rgb(202,43,252); }
H1.HeaderClassName
{
color: #CA2BFC;
}
.AnyTagClassName
{
color: #CA2BFC;
}
</style>
background-color css
<style>
a { background-color: #CA2BFC; }
a { background-color: rgb(202,43,252); }
div.DivClassName
{
background-color: #CA2BFC;
}
.BgClassName
{
background-color: #CA2BFC;
}
</style>
border-color css
<style>
span { border-color: #CA2BFC; }
span { border-color: rgb(202,43,252); }
td.TdClassName
{
border-color: #CA2BFC;
}
.TagClassName
{
border-color: #CA2BFC;
}
</style>