Shades of Electric Purple #CA2CFC
Tints of Electric Purple #CA2CFC
RGB
CMYK
RGB Variations
Color information
#CA2CFC (or 0xCA2CFC) is known color: Electric Purple. HEX triplet: CA, 2C and FC. RGB value is (202,44,252). Sum of RGB (Red+Green+Blue) = 202+44+252=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 44 (17.58% from 255 or 8.84% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA2CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2CFC is #35D303. Grayscale: #727272. Windows color (decimal): -3527428 or 16526538. OLE color: 16526538.
HSL color Cylindrical-coordinate representation of color #CA2CFC: hue angle of 285.58º 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 #CA2CFC is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 44 | 252 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.01 |
| HSL | 285.58º | 0.97% | 0.58% | - |
| HSV(B) | 285.58º | 0.83% | 0.99% | - |
| XYZ | 42.83 | 21.39 | 93.97 | - |
| YUV | 114.95 | 205.35 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 252 | 0.20 | 0.83 | 0 | 0.01 | 285.58 | 0.97 | 0.58 |
| Hex | CA | 2C | FC | 14 | 53 | 0 | 1 | 11E | 61 | 3A |
| Octal | 312 | 54 | 374 | 24 | 123 | 0 | 1 | 436 | 141 | 72 |
| Binary | 11001010 | 101100 | 11111100 | 10100 | 1010011 | 0 | 1 | 100011110 | 1100001 | 111010 |
Color Harmonies of #CA2CFC
Complementary color
Monochromatic Colors of #CA2CFC
Black with #CA2CFC
Text Example
Text Example
White with #CA2CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CFC; }
p { color: rgb(202,44,252); }
H1.HeaderClassName
{
color: #CA2CFC;
}
.AnyTagClassName
{
color: #CA2CFC;
}
</style>
background-color css
<style>
a { background-color: #CA2CFC; }
a { background-color: rgb(202,44,252); }
div.DivClassName
{
background-color: #CA2CFC;
}
.BgClassName
{
background-color: #CA2CFC;
}
</style>
border-color css
<style>
span { border-color: #CA2CFC; }
span { border-color: rgb(202,44,252); }
td.TdClassName
{
border-color: #CA2CFC;
}
.TagClassName
{
border-color: #CA2CFC;
}
</style>