Shades of Electric Purple #CA2BF7
Tints of Electric Purple #CA2BF7
RGB
CMYK
RGB Variations
Color information
#CA2BF7 (or 0xCA2BF7) is known color: Electric Purple. HEX triplet: CA, 2B and F7. RGB value is (202,43,247). Sum of RGB (Red+Green+Blue) = 202+43+247=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 43 (17.19% from 255 or 8.74% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA2BF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2BF7 is #35D408. Grayscale: #717171. Windows color (decimal): -3527689 or 16198602. OLE color: 16198602.
HSL color Cylindrical-coordinate representation of color #CA2BF7: hue angle of 286.76º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2BF7 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 43 | 247 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.03 |
| HSL | 286.76º | 0.93% | 0.57% | - |
| HSV(B) | 286.76º | 0.83% | 0.97% | - |
| XYZ | 42.01 | 21 | 89.83 | - |
| YUV | 113.8 | 203.18 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 247 | 0.18 | 0.83 | 0 | 0.03 | 286.76 | 0.93 | 0.57 |
| Hex | CA | 2B | F7 | 12 | 53 | 0 | 3 | 11F | 5D | 39 |
| Octal | 312 | 53 | 367 | 22 | 123 | 0 | 3 | 437 | 135 | 71 |
| Binary | 11001010 | 101011 | 11110111 | 10010 | 1010011 | 0 | 11 | 100011111 | 1011101 | 111001 |
Color Harmonies of #CA2BF7
Complementary color
Monochromatic Colors of #CA2BF7
Black with #CA2BF7
Text Example
Text Example
White with #CA2BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2BF7; }
p { color: rgb(202,43,247); }
H1.HeaderClassName
{
color: #CA2BF7;
}
.AnyTagClassName
{
color: #CA2BF7;
}
</style>
background-color css
<style>
a { background-color: #CA2BF7; }
a { background-color: rgb(202,43,247); }
div.DivClassName
{
background-color: #CA2BF7;
}
.BgClassName
{
background-color: #CA2BF7;
}
</style>
border-color css
<style>
span { border-color: #CA2BF7; }
span { border-color: rgb(202,43,247); }
td.TdClassName
{
border-color: #CA2BF7;
}
.TagClassName
{
border-color: #CA2BF7;
}
</style>