Shades of Electric Purple #CA2FF7
Tints of Electric Purple #CA2FF7
RGB
CMYK
RGB Variations
Color information
#CA2FF7 (or 0xCA2FF7) is known color: Electric Purple. HEX triplet: CA, 2F and F7. RGB value is (202,47,247). Sum of RGB (Red+Green+Blue) = 202+47+247=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 47 (18.75% from 255 or 9.48% from 496); Blue value is 247 (96.88% from 255 or 49.80% from 496); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA2FF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2FF7 is #35D008. Grayscale: #737373. Windows color (decimal): -3526665 or 16199626. OLE color: 16199626.
HSL color Cylindrical-coordinate representation of color #CA2FF7: hue angle of 286.5º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2FF7 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 47 | 247 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.03 |
| HSL | 286.5º | 0.93% | 0.58% | - |
| HSV(B) | 286.5º | 0.81% | 0.97% | - |
| XYZ | 42.16 | 21.3 | 89.89 | - |
| YUV | 116.15 | 201.85 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 247 | 0.18 | 0.81 | 0 | 0.03 | 286.5 | 0.93 | 0.58 |
| Hex | CA | 2F | F7 | 12 | 51 | 0 | 3 | 11E | 5D | 3A |
| Octal | 312 | 57 | 367 | 22 | 121 | 0 | 3 | 436 | 135 | 72 |
| Binary | 11001010 | 101111 | 11110111 | 10010 | 1010001 | 0 | 11 | 100011110 | 1011101 | 111010 |
Color Harmonies of #CA2FF7
Complementary color
Monochromatic Colors of #CA2FF7
Black with #CA2FF7
Text Example
Text Example
White with #CA2FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2FF7; }
p { color: rgb(202,47,247); }
H1.HeaderClassName
{
color: #CA2FF7;
}
.AnyTagClassName
{
color: #CA2FF7;
}
</style>
background-color css
<style>
a { background-color: #CA2FF7; }
a { background-color: rgb(202,47,247); }
div.DivClassName
{
background-color: #CA2FF7;
}
.BgClassName
{
background-color: #CA2FF7;
}
</style>
border-color css
<style>
span { border-color: #CA2FF7; }
span { border-color: rgb(202,47,247); }
td.TdClassName
{
border-color: #CA2FF7;
}
.TagClassName
{
border-color: #CA2FF7;
}
</style>