Shades of Electric Purple #CA15EF
Tints of Electric Purple #CA15EF
RGB
CMYK
RGB Variations
Color information
#CA15EF (or 0xCA15EF) is known color: Electric Purple. HEX triplet: CA, 15 and EF. RGB value is (202,21,239). Sum of RGB (Red+Green+Blue) = 202+21+239=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA15EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA15EF is #35EA10. Grayscale: #636363. Windows color (decimal): -3533329 or 15668682. OLE color: 15668682.
HSL color Cylindrical-coordinate representation of color #CA15EF: hue angle of 289.82º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA15EF is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 21 | 239 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.06 |
| HSL | 289.82º | 0.87% | 0.51% | - |
| HSV(B) | 289.82º | 0.91% | 0.94% | - |
| XYZ | 40.21 | 19.32 | 83.27 | - |
| YUV | 99.97 | 206.47 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 239 | 0.15 | 0.91 | 0 | 0.06 | 289.82 | 0.87 | 0.51 |
| Hex | CA | 15 | EF | F | 5B | 0 | 6 | 122 | 57 | 33 |
| Octal | 312 | 25 | 357 | 17 | 133 | 0 | 6 | 442 | 127 | 63 |
| Binary | 11001010 | 10101 | 11101111 | 1111 | 1011011 | 0 | 110 | 100100010 | 1010111 | 110011 |
Color Harmonies of #CA15EF
Complementary color
Monochromatic Colors of #CA15EF
Black with #CA15EF
Text Example
Text Example
White with #CA15EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA15EF; }
p { color: rgb(202,21,239); }
H1.HeaderClassName
{
color: #CA15EF;
}
.AnyTagClassName
{
color: #CA15EF;
}
</style>
background-color css
<style>
a { background-color: #CA15EF; }
a { background-color: rgb(202,21,239); }
div.DivClassName
{
background-color: #CA15EF;
}
.BgClassName
{
background-color: #CA15EF;
}
</style>
border-color css
<style>
span { border-color: #CA15EF; }
span { border-color: rgb(202,21,239); }
td.TdClassName
{
border-color: #CA15EF;
}
.TagClassName
{
border-color: #CA15EF;
}
</style>