Shades of Electric Purple #CA11EF
Tints of Electric Purple #CA11EF
RGB
CMYK
RGB Variations
Color information
#CA11EF (or 0xCA11EF) is known color: Electric Purple. HEX triplet: CA, 11 and EF. RGB value is (202,17,239). Sum of RGB (Red+Green+Blue) = 202+17+239=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA11EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA11EF is #35EE10. Grayscale: #606060. Windows color (decimal): -3534353 or 15667658. OLE color: 15667658.
HSL color Cylindrical-coordinate representation of color #CA11EF: hue angle of 290º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA11EF is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 17 | 239 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.06 |
| HSL | 290º | 0.87% | 0.5% | - |
| HSV(B) | 290º | 0.93% | 0.94% | - |
| XYZ | 40.14 | 19.19 | 83.25 | - |
| YUV | 97.62 | 207.79 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 239 | 0.15 | 0.93 | 0 | 0.06 | 290 | 0.87 | 0.5 |
| Hex | CA | 11 | EF | F | 5D | 0 | 6 | 122 | 57 | 32 |
| Octal | 312 | 21 | 357 | 17 | 135 | 0 | 6 | 442 | 127 | 62 |
| Binary | 11001010 | 10001 | 11101111 | 1111 | 1011101 | 0 | 110 | 100100010 | 1010111 | 110010 |
Color Harmonies of #CA11EF
Complementary color
Monochromatic Colors of #CA11EF
Black with #CA11EF
Text Example
Text Example
White with #CA11EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA11EF; }
p { color: rgb(202,17,239); }
H1.HeaderClassName
{
color: #CA11EF;
}
.AnyTagClassName
{
color: #CA11EF;
}
</style>
background-color css
<style>
a { background-color: #CA11EF; }
a { background-color: rgb(202,17,239); }
div.DivClassName
{
background-color: #CA11EF;
}
.BgClassName
{
background-color: #CA11EF;
}
</style>
border-color css
<style>
span { border-color: #CA11EF; }
span { border-color: rgb(202,17,239); }
td.TdClassName
{
border-color: #CA11EF;
}
.TagClassName
{
border-color: #CA11EF;
}
</style>