Shades of Electric Purple #CA27EC
Tints of Electric Purple #CA27EC
RGB
CMYK
RGB Variations
Color information
#CA27EC (or 0xCA27EC) is known color: Electric Purple. HEX triplet: CA, 27 and EC. RGB value is (202,39,236). Sum of RGB (Red+Green+Blue) = 202+39+236=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 39 (15.62% from 255 or 8.18% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA27EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA27EC is #35D813. Grayscale: #6D6D6D. Windows color (decimal): -3528724 or 15476682. OLE color: 15476682.
HSL color Cylindrical-coordinate representation of color #CA27EC: hue angle of 289.64º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA27EC is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 39 | 236 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.07 |
| HSL | 289.64º | 0.84% | 0.54% | - |
| HSV(B) | 289.64º | 0.83% | 0.93% | - |
| XYZ | 40.22 | 20.06 | 81.11 | - |
| YUV | 110.2 | 199 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 236 | 0.14 | 0.83 | 0 | 0.07 | 289.64 | 0.84 | 0.54 |
| Hex | CA | 27 | EC | E | 53 | 0 | 7 | 122 | 54 | 36 |
| Octal | 312 | 47 | 354 | 16 | 123 | 0 | 7 | 442 | 124 | 66 |
| Binary | 11001010 | 100111 | 11101100 | 1110 | 1010011 | 0 | 111 | 100100010 | 1010100 | 110110 |
Color Harmonies of #CA27EC
Complementary color
Monochromatic Colors of #CA27EC
Black with #CA27EC
Text Example
Text Example
White with #CA27EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA27EC; }
p { color: rgb(202,39,236); }
H1.HeaderClassName
{
color: #CA27EC;
}
.AnyTagClassName
{
color: #CA27EC;
}
</style>
background-color css
<style>
a { background-color: #CA27EC; }
a { background-color: rgb(202,39,236); }
div.DivClassName
{
background-color: #CA27EC;
}
.BgClassName
{
background-color: #CA27EC;
}
</style>
border-color css
<style>
span { border-color: #CA27EC; }
span { border-color: rgb(202,39,236); }
td.TdClassName
{
border-color: #CA27EC;
}
.TagClassName
{
border-color: #CA27EC;
}
</style>