Shades of Electric Purple #CA18FF
Tints of Electric Purple #CA18FF
RGB
CMYK
RGB Variations
Color information
#CA18FF (or 0xCA18FF) is known color: Electric Purple. HEX triplet: CA, 18 and FF. RGB value is (202,24,255). Sum of RGB (Red+Green+Blue) = 202+24+255=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 24 (9.77% from 255 or 4.99% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA18FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA18FF is #35E700. Grayscale: #666666. Windows color (decimal): -3532545 or 16718026. OLE color: 16718026.
HSL color Cylindrical-coordinate representation of color #CA18FF: hue angle of 286.23º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA18FF is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 24 | 255 | - |
| CMYK | 0.21 | 0.91 | 0 | 0 |
| HSL | 286.23º | 1% | 0.55% | - |
| HSV(B) | 286.23º | 0.91% | 1% | - |
| XYZ | 42.73 | 20.43 | 96.3 | - |
| YUV | 103.56 | 213.47 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 255 | 0.21 | 0.91 | 0 | 0 | 286.23 | 1 | 0.55 |
| Hex | CA | 18 | FF | 15 | 5B | 0 | 0 | 11E | 64 | 37 |
| Octal | 312 | 30 | 377 | 25 | 133 | 0 | 0 | 436 | 144 | 67 |
| Binary | 11001010 | 11000 | 11111111 | 10101 | 1011011 | 0 | 0 | 100011110 | 1100100 | 110111 |
Color Harmonies of #CA18FF
Complementary color
Monochromatic Colors of #CA18FF
Black with #CA18FF
Text Example
Text Example
White with #CA18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA18FF; }
p { color: rgb(202,24,255); }
H1.HeaderClassName
{
color: #CA18FF;
}
.AnyTagClassName
{
color: #CA18FF;
}
</style>
background-color css
<style>
a { background-color: #CA18FF; }
a { background-color: rgb(202,24,255); }
div.DivClassName
{
background-color: #CA18FF;
}
.BgClassName
{
background-color: #CA18FF;
}
</style>
border-color css
<style>
span { border-color: #CA18FF; }
span { border-color: rgb(202,24,255); }
td.TdClassName
{
border-color: #CA18FF;
}
.TagClassName
{
border-color: #CA18FF;
}
</style>