Shades of Electric Purple #CA25EE
Tints of Electric Purple #CA25EE
RGB
CMYK
RGB Variations
Color information
#CA25EE (or 0xCA25EE) is known color: Electric Purple. HEX triplet: CA, 25 and EE. RGB value is (202,37,238). Sum of RGB (Red+Green+Blue) = 202+37+238=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 37 (14.84% from 255 or 7.76% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA25EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA25EE is #35DA11. Grayscale: #6C6C6C. Windows color (decimal): -3529234 or 15607242. OLE color: 15607242.
HSL color Cylindrical-coordinate representation of color #CA25EE: hue angle of 289.25º degrees, saturation: 0.86, 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 #CA25EE is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 37 | 238 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.07 |
| HSL | 289.25º | 0.86% | 0.54% | - |
| HSV(B) | 289.25º | 0.84% | 0.93% | - |
| XYZ | 40.45 | 20.05 | 82.63 | - |
| YUV | 109.25 | 200.66 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 238 | 0.15 | 0.84 | 0 | 0.07 | 289.25 | 0.86 | 0.54 |
| Hex | CA | 25 | EE | F | 54 | 0 | 7 | 121 | 56 | 36 |
| Octal | 312 | 45 | 356 | 17 | 124 | 0 | 7 | 441 | 126 | 66 |
| Binary | 11001010 | 100101 | 11101110 | 1111 | 1010100 | 0 | 111 | 100100001 | 1010110 | 110110 |
Color Harmonies of #CA25EE
Complementary color
Monochromatic Colors of #CA25EE
Black with #CA25EE
Text Example
Text Example
White with #CA25EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25EE; }
p { color: rgb(202,37,238); }
H1.HeaderClassName
{
color: #CA25EE;
}
.AnyTagClassName
{
color: #CA25EE;
}
</style>
background-color css
<style>
a { background-color: #CA25EE; }
a { background-color: rgb(202,37,238); }
div.DivClassName
{
background-color: #CA25EE;
}
.BgClassName
{
background-color: #CA25EE;
}
</style>
border-color css
<style>
span { border-color: #CA25EE; }
span { border-color: rgb(202,37,238); }
td.TdClassName
{
border-color: #CA25EE;
}
.TagClassName
{
border-color: #CA25EE;
}
</style>