Shades of Electric Purple #CA18FD
Tints of Electric Purple #CA18FD
RGB
CMYK
RGB Variations
Color information
#CA18FD (or 0xCA18FD) is known color: Electric Purple. HEX triplet: CA, 18 and FD. RGB value is (202,24,253). Sum of RGB (Red+Green+Blue) = 202+24+253=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 24 (9.77% from 255 or 5.01% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA18FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA18FD is #35E702. Grayscale: #666666. Windows color (decimal): -3532547 or 16586954. OLE color: 16586954.
HSL color Cylindrical-coordinate representation of color #CA18FD: hue angle of 286.64º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA18FD is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 24 | 253 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.01 |
| HSL | 286.64º | 0.98% | 0.54% | - |
| HSV(B) | 286.64º | 0.91% | 0.99% | - |
| XYZ | 42.41 | 20.3 | 94.61 | - |
| YUV | 103.33 | 212.47 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 253 | 0.20 | 0.91 | 0 | 0.01 | 286.64 | 0.98 | 0.54 |
| Hex | CA | 18 | FD | 14 | 5B | 0 | 1 | 11F | 62 | 36 |
| Octal | 312 | 30 | 375 | 24 | 133 | 0 | 1 | 437 | 142 | 66 |
| Binary | 11001010 | 11000 | 11111101 | 10100 | 1011011 | 0 | 1 | 100011111 | 1100010 | 110110 |
Color Harmonies of #CA18FD
Complementary color
Monochromatic Colors of #CA18FD
Black with #CA18FD
Text Example
Text Example
White with #CA18FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA18FD; }
p { color: rgb(202,24,253); }
H1.HeaderClassName
{
color: #CA18FD;
}
.AnyTagClassName
{
color: #CA18FD;
}
</style>
background-color css
<style>
a { background-color: #CA18FD; }
a { background-color: rgb(202,24,253); }
div.DivClassName
{
background-color: #CA18FD;
}
.BgClassName
{
background-color: #CA18FD;
}
</style>
border-color css
<style>
span { border-color: #CA18FD; }
span { border-color: rgb(202,24,253); }
td.TdClassName
{
border-color: #CA18FD;
}
.TagClassName
{
border-color: #CA18FD;
}
</style>