Shades of Electric Purple #CA2DEF
Tints of Electric Purple #CA2DEF
RGB
CMYK
RGB Variations
Color information
#CA2DEF (or 0xCA2DEF) is known color: Electric Purple. HEX triplet: CA, 2D and EF. RGB value is (202,45,239). Sum of RGB (Red+Green+Blue) = 202+45+239=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 45 (17.97% from 255 or 9.26% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA2DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2DEF is #35D210. Grayscale: #717171. Windows color (decimal): -3527185 or 15674826. OLE color: 15674826.
HSL color Cylindrical-coordinate representation of color #CA2DEF: hue angle of 288.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2DEF is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 45 | 239 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.06 |
| HSL | 288.56º | 0.86% | 0.56% | - |
| HSV(B) | 288.56º | 0.81% | 0.94% | - |
| XYZ | 40.88 | 20.67 | 83.5 | - |
| YUV | 114.06 | 198.51 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 239 | 0.15 | 0.81 | 0 | 0.06 | 288.56 | 0.86 | 0.56 |
| Hex | CA | 2D | EF | F | 51 | 0 | 6 | 121 | 56 | 38 |
| Octal | 312 | 55 | 357 | 17 | 121 | 0 | 6 | 441 | 126 | 70 |
| Binary | 11001010 | 101101 | 11101111 | 1111 | 1010001 | 0 | 110 | 100100001 | 1010110 | 111000 |
Color Harmonies of #CA2DEF
Complementary color
Monochromatic Colors of #CA2DEF
Black with #CA2DEF
Text Example
Text Example
White with #CA2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DEF; }
p { color: rgb(202,45,239); }
H1.HeaderClassName
{
color: #CA2DEF;
}
.AnyTagClassName
{
color: #CA2DEF;
}
</style>
background-color css
<style>
a { background-color: #CA2DEF; }
a { background-color: rgb(202,45,239); }
div.DivClassName
{
background-color: #CA2DEF;
}
.BgClassName
{
background-color: #CA2DEF;
}
</style>
border-color css
<style>
span { border-color: #CA2DEF; }
span { border-color: rgb(202,45,239); }
td.TdClassName
{
border-color: #CA2DEF;
}
.TagClassName
{
border-color: #CA2DEF;
}
</style>