Shades of Electric Purple #CA27FE
Tints of Electric Purple #CA27FE
RGB
CMYK
RGB Variations
Color information
#CA27FE (or 0xCA27FE) is known color: Electric Purple. HEX triplet: CA, 27 and FE. RGB value is (202,39,254). Sum of RGB (Red+Green+Blue) = 202+39+254=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 39 (15.62% from 255 or 7.88% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA27FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA27FE is #35D801. Grayscale: #6F6F6F. Windows color (decimal): -3528706 or 16656330. OLE color: 16656330.
HSL color Cylindrical-coordinate representation of color #CA27FE: hue angle of 285.49º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA27FE is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 39 | 254 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.00 |
| HSL | 285.49º | 0.99% | 0.57% | - |
| HSV(B) | 285.49º | 0.85% | 1% | - |
| XYZ | 42.97 | 21.16 | 95.59 | - |
| YUV | 112.25 | 208 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 254 | 0.20 | 0.85 | 0 | 0.00 | 285.49 | 0.99 | 0.57 |
| Hex | CA | 27 | FE | 14 | 55 | 0 | 0 | 11D | 63 | 39 |
| Octal | 312 | 47 | 376 | 24 | 125 | 0 | 0 | 435 | 143 | 71 |
| Binary | 11001010 | 100111 | 11111110 | 10100 | 1010101 | 0 | 0 | 100011101 | 1100011 | 111001 |
Color Harmonies of #CA27FE
Complementary color
Monochromatic Colors of #CA27FE
Black with #CA27FE
Text Example
Text Example
White with #CA27FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA27FE; }
p { color: rgb(202,39,254); }
H1.HeaderClassName
{
color: #CA27FE;
}
.AnyTagClassName
{
color: #CA27FE;
}
</style>
background-color css
<style>
a { background-color: #CA27FE; }
a { background-color: rgb(202,39,254); }
div.DivClassName
{
background-color: #CA27FE;
}
.BgClassName
{
background-color: #CA27FE;
}
</style>
border-color css
<style>
span { border-color: #CA27FE; }
span { border-color: rgb(202,39,254); }
td.TdClassName
{
border-color: #CA27FE;
}
.TagClassName
{
border-color: #CA27FE;
}
</style>