Shades of Electric Purple #CA18F3
Tints of Electric Purple #CA18F3
RGB
CMYK
RGB Variations
Color information
#CA18F3 (or 0xCA18F3) is known color: Electric Purple. HEX triplet: CA, 18 and F3. RGB value is (202,24,243). Sum of RGB (Red+Green+Blue) = 202+24+243=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 24 (9.77% from 255 or 5.12% from 469); Blue value is 243 (95.31% from 255 or 51.81% from 469); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA18F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA18F3 is #35E70C. Grayscale: #656565. Windows color (decimal): -3532557 or 15931594. OLE color: 15931594.
HSL color Cylindrical-coordinate representation of color #CA18F3: hue angle of 288.77º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA18F3 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 24 | 243 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.05 |
| HSL | 288.77º | 0.9% | 0.52% | - |
| HSV(B) | 288.77º | 0.9% | 0.95% | - |
| XYZ | 40.86 | 19.68 | 86.44 | - |
| YUV | 102.19 | 207.47 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 243 | 0.17 | 0.90 | 0 | 0.05 | 288.77 | 0.9 | 0.52 |
| Hex | CA | 18 | F3 | 11 | 5A | 0 | 5 | 121 | 5A | 34 |
| Octal | 312 | 30 | 363 | 21 | 132 | 0 | 5 | 441 | 132 | 64 |
| Binary | 11001010 | 11000 | 11110011 | 10001 | 1011010 | 0 | 101 | 100100001 | 1011010 | 110100 |
Color Harmonies of #CA18F3
Complementary color
Monochromatic Colors of #CA18F3
Black with #CA18F3
Text Example
Text Example
White with #CA18F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA18F3; }
p { color: rgb(202,24,243); }
H1.HeaderClassName
{
color: #CA18F3;
}
.AnyTagClassName
{
color: #CA18F3;
}
</style>
background-color css
<style>
a { background-color: #CA18F3; }
a { background-color: rgb(202,24,243); }
div.DivClassName
{
background-color: #CA18F3;
}
.BgClassName
{
background-color: #CA18F3;
}
</style>
border-color css
<style>
span { border-color: #CA18F3; }
span { border-color: rgb(202,24,243); }
td.TdClassName
{
border-color: #CA18F3;
}
.TagClassName
{
border-color: #CA18F3;
}
</style>