Shades of Electric Purple #CA25ED
Tints of Electric Purple #CA25ED
RGB
CMYK
RGB Variations
Color information
#CA25ED (or 0xCA25ED) is known color: Electric Purple. HEX triplet: CA, 25 and ED. RGB value is (202,37,237). Sum of RGB (Red+Green+Blue) = 202+37+237=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 37 (14.84% from 255 or 7.77% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA25ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA25ED is #35DA12. Grayscale: #6C6C6C. Windows color (decimal): -3529235 or 15541706. OLE color: 15541706.
HSL color Cylindrical-coordinate representation of color #CA25ED: hue angle of 289.5º 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 #CA25ED is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 37 | 237 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.07 |
| HSL | 289.5º | 0.85% | 0.54% | - |
| HSV(B) | 289.5º | 0.84% | 0.93% | - |
| XYZ | 40.3 | 19.99 | 81.86 | - |
| YUV | 109.14 | 200.16 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 237 | 0.15 | 0.84 | 0 | 0.07 | 289.5 | 0.85 | 0.54 |
| Hex | CA | 25 | ED | F | 54 | 0 | 7 | 122 | 55 | 36 |
| Octal | 312 | 45 | 355 | 17 | 124 | 0 | 7 | 442 | 125 | 66 |
| Binary | 11001010 | 100101 | 11101101 | 1111 | 1010100 | 0 | 111 | 100100010 | 1010101 | 110110 |
Color Harmonies of #CA25ED
Complementary color
Monochromatic Colors of #CA25ED
Black with #CA25ED
Text Example
Text Example
White with #CA25ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25ED; }
p { color: rgb(202,37,237); }
H1.HeaderClassName
{
color: #CA25ED;
}
.AnyTagClassName
{
color: #CA25ED;
}
</style>
background-color css
<style>
a { background-color: #CA25ED; }
a { background-color: rgb(202,37,237); }
div.DivClassName
{
background-color: #CA25ED;
}
.BgClassName
{
background-color: #CA25ED;
}
</style>
border-color css
<style>
span { border-color: #CA25ED; }
span { border-color: rgb(202,37,237); }
td.TdClassName
{
border-color: #CA25ED;
}
.TagClassName
{
border-color: #CA25ED;
}
</style>