Shades of Electric Purple #CA17EC
Tints of Electric Purple #CA17EC
RGB
CMYK
RGB Variations
Color information
#CA17EC (or 0xCA17EC) is known color: Electric Purple. HEX triplet: CA, 17 and EC. RGB value is (202,23,236). Sum of RGB (Red+Green+Blue) = 202+23+236=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA17EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA17EC is #35E813. Grayscale: #646464. Windows color (decimal): -3532820 or 15472586. OLE color: 15472586.
HSL color Cylindrical-coordinate representation of color #CA17EC: hue angle of 290.42º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA17EC is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 23 | 236 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.07 |
| HSL | 290.42º | 0.85% | 0.51% | - |
| HSV(B) | 290.42º | 0.9% | 0.93% | - |
| XYZ | 39.8 | 19.23 | 80.97 | - |
| YUV | 100.8 | 204.3 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 236 | 0.14 | 0.90 | 0 | 0.07 | 290.42 | 0.85 | 0.51 |
| Hex | CA | 17 | EC | E | 5A | 0 | 7 | 122 | 55 | 33 |
| Octal | 312 | 27 | 354 | 16 | 132 | 0 | 7 | 442 | 125 | 63 |
| Binary | 11001010 | 10111 | 11101100 | 1110 | 1011010 | 0 | 111 | 100100010 | 1010101 | 110011 |
Color Harmonies of #CA17EC
Complementary color
Monochromatic Colors of #CA17EC
Black with #CA17EC
Text Example
Text Example
White with #CA17EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17EC; }
p { color: rgb(202,23,236); }
H1.HeaderClassName
{
color: #CA17EC;
}
.AnyTagClassName
{
color: #CA17EC;
}
</style>
background-color css
<style>
a { background-color: #CA17EC; }
a { background-color: rgb(202,23,236); }
div.DivClassName
{
background-color: #CA17EC;
}
.BgClassName
{
background-color: #CA17EC;
}
</style>
border-color css
<style>
span { border-color: #CA17EC; }
span { border-color: rgb(202,23,236); }
td.TdClassName
{
border-color: #CA17EC;
}
.TagClassName
{
border-color: #CA17EC;
}
</style>