Shades of Electric Purple #CA18F8
Tints of Electric Purple #CA18F8
RGB
CMYK
RGB Variations
Color information
#CA18F8 (or 0xCA18F8) is known color: Electric Purple. HEX triplet: CA, 18 and F8. RGB value is (202,24,248). Sum of RGB (Red+Green+Blue) = 202+24+248=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 24 (9.77% from 255 or 5.06% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA18F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA18F8 is #35E707. Grayscale: #666666. Windows color (decimal): -3532552 or 16259274. OLE color: 16259274.
HSL color Cylindrical-coordinate representation of color #CA18F8: hue angle of 287.68º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA18F8 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 24 | 248 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.03 |
| HSL | 287.68º | 0.94% | 0.53% | - |
| HSV(B) | 287.68º | 0.9% | 0.97% | - |
| XYZ | 41.63 | 19.99 | 90.47 | - |
| YUV | 102.76 | 209.97 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 248 | 0.19 | 0.90 | 0 | 0.03 | 287.68 | 0.94 | 0.53 |
| Hex | CA | 18 | F8 | 13 | 5A | 0 | 3 | 120 | 5E | 35 |
| Octal | 312 | 30 | 370 | 23 | 132 | 0 | 3 | 440 | 136 | 65 |
| Binary | 11001010 | 11000 | 11111000 | 10011 | 1011010 | 0 | 11 | 100100000 | 1011110 | 110101 |
Color Harmonies of #CA18F8
Complementary color
Monochromatic Colors of #CA18F8
Black with #CA18F8
Text Example
Text Example
White with #CA18F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA18F8; }
p { color: rgb(202,24,248); }
H1.HeaderClassName
{
color: #CA18F8;
}
.AnyTagClassName
{
color: #CA18F8;
}
</style>
background-color css
<style>
a { background-color: #CA18F8; }
a { background-color: rgb(202,24,248); }
div.DivClassName
{
background-color: #CA18F8;
}
.BgClassName
{
background-color: #CA18F8;
}
</style>
border-color css
<style>
span { border-color: #CA18F8; }
span { border-color: rgb(202,24,248); }
td.TdClassName
{
border-color: #CA18F8;
}
.TagClassName
{
border-color: #CA18F8;
}
</style>