Shades of Electric Purple #CA2EF6
Tints of Electric Purple #CA2EF6
RGB
CMYK
RGB Variations
Color information
#CA2EF6 (or 0xCA2EF6) is known color: Electric Purple. HEX triplet: CA, 2E and F6. RGB value is (202,46,246). Sum of RGB (Red+Green+Blue) = 202+46+246=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 46 (18.36% from 255 or 9.31% from 494); Blue value is 246 (96.48% from 255 or 49.80% from 494); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA2EF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2EF6 is #35D109. Grayscale: #727272. Windows color (decimal): -3526922 or 16133834. OLE color: 16133834.
HSL color Cylindrical-coordinate representation of color #CA2EF6: hue angle of 286.8º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2EF6 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 46 | 246 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.04 |
| HSL | 286.8º | 0.92% | 0.57% | - |
| HSV(B) | 286.8º | 0.81% | 0.96% | - |
| XYZ | 41.97 | 21.16 | 89.06 | - |
| YUV | 115.44 | 201.68 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 246 | 0.18 | 0.81 | 0 | 0.04 | 286.8 | 0.92 | 0.57 |
| Hex | CA | 2E | F6 | 12 | 51 | 0 | 4 | 11F | 5C | 39 |
| Octal | 312 | 56 | 366 | 22 | 121 | 0 | 4 | 437 | 134 | 71 |
| Binary | 11001010 | 101110 | 11110110 | 10010 | 1010001 | 0 | 100 | 100011111 | 1011100 | 111001 |
Color Harmonies of #CA2EF6
Complementary color
Monochromatic Colors of #CA2EF6
Black with #CA2EF6
Text Example
Text Example
White with #CA2EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EF6; }
p { color: rgb(202,46,246); }
H1.HeaderClassName
{
color: #CA2EF6;
}
.AnyTagClassName
{
color: #CA2EF6;
}
</style>
background-color css
<style>
a { background-color: #CA2EF6; }
a { background-color: rgb(202,46,246); }
div.DivClassName
{
background-color: #CA2EF6;
}
.BgClassName
{
background-color: #CA2EF6;
}
</style>
border-color css
<style>
span { border-color: #CA2EF6; }
span { border-color: rgb(202,46,246); }
td.TdClassName
{
border-color: #CA2EF6;
}
.TagClassName
{
border-color: #CA2EF6;
}
</style>