Shades of Electric Purple #CA27ED
Tints of Electric Purple #CA27ED
RGB
CMYK
RGB Variations
Color information
#CA27ED (or 0xCA27ED) is known color: Electric Purple. HEX triplet: CA, 27 and ED. RGB value is (202,39,237). Sum of RGB (Red+Green+Blue) = 202+39+237=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 39 (15.62% from 255 or 8.16% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA27ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA27ED is #35D812. Grayscale: #6D6D6D. Windows color (decimal): -3528723 or 15542218. OLE color: 15542218.
HSL color Cylindrical-coordinate representation of color #CA27ED: hue angle of 289.39º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA27ED is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 39 | 237 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.07 |
| HSL | 289.39º | 0.85% | 0.54% | - |
| HSV(B) | 289.39º | 0.84% | 0.93% | - |
| XYZ | 40.37 | 20.12 | 81.88 | - |
| YUV | 110.31 | 199.5 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 237 | 0.15 | 0.84 | 0 | 0.07 | 289.39 | 0.85 | 0.54 |
| Hex | CA | 27 | ED | F | 54 | 0 | 7 | 121 | 55 | 36 |
| Octal | 312 | 47 | 355 | 17 | 124 | 0 | 7 | 441 | 125 | 66 |
| Binary | 11001010 | 100111 | 11101101 | 1111 | 1010100 | 0 | 111 | 100100001 | 1010101 | 110110 |
Color Harmonies of #CA27ED
Complementary color
Monochromatic Colors of #CA27ED
Black with #CA27ED
Text Example
Text Example
White with #CA27ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA27ED; }
p { color: rgb(202,39,237); }
H1.HeaderClassName
{
color: #CA27ED;
}
.AnyTagClassName
{
color: #CA27ED;
}
</style>
background-color css
<style>
a { background-color: #CA27ED; }
a { background-color: rgb(202,39,237); }
div.DivClassName
{
background-color: #CA27ED;
}
.BgClassName
{
background-color: #CA27ED;
}
</style>
border-color css
<style>
span { border-color: #CA27ED; }
span { border-color: rgb(202,39,237); }
td.TdClassName
{
border-color: #CA27ED;
}
.TagClassName
{
border-color: #CA27ED;
}
</style>