Shades of Electric Purple #CA27FF
Tints of Electric Purple #CA27FF
RGB
CMYK
RGB Variations
Color information
#CA27FF (or 0xCA27FF) is known color: Electric Purple. HEX triplet: CA, 27 and FF. RGB value is (202,39,255). Sum of RGB (Red+Green+Blue) = 202+39+255=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 39 (15.62% from 255 or 7.86% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA27FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA27FF is #35D800. Grayscale: #6F6F6F. Windows color (decimal): -3528705 or 16721866. OLE color: 16721866.
HSL color Cylindrical-coordinate representation of color #CA27FF: hue angle of 285.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA27FF is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 39 | 255 | - |
| CMYK | 0.21 | 0.85 | 0 | 0 |
| HSL | 285.28º | 1% | 0.58% | - |
| HSV(B) | 285.28º | 0.85% | 1% | - |
| XYZ | 43.13 | 21.23 | 96.43 | - |
| YUV | 112.36 | 208.5 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 255 | 0.21 | 0.85 | 0 | 0 | 285.28 | 1 | 0.58 |
| Hex | CA | 27 | FF | 15 | 55 | 0 | 0 | 11D | 64 | 3A |
| Octal | 312 | 47 | 377 | 25 | 125 | 0 | 0 | 435 | 144 | 72 |
| Binary | 11001010 | 100111 | 11111111 | 10101 | 1010101 | 0 | 0 | 100011101 | 1100100 | 111010 |
Color Harmonies of #CA27FF
Complementary color
Monochromatic Colors of #CA27FF
Black with #CA27FF
Text Example
Text Example
White with #CA27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA27FF; }
p { color: rgb(202,39,255); }
H1.HeaderClassName
{
color: #CA27FF;
}
.AnyTagClassName
{
color: #CA27FF;
}
</style>
background-color css
<style>
a { background-color: #CA27FF; }
a { background-color: rgb(202,39,255); }
div.DivClassName
{
background-color: #CA27FF;
}
.BgClassName
{
background-color: #CA27FF;
}
</style>
border-color css
<style>
span { border-color: #CA27FF; }
span { border-color: rgb(202,39,255); }
td.TdClassName
{
border-color: #CA27FF;
}
.TagClassName
{
border-color: #CA27FF;
}
</style>