Shades of Electric Purple #CA0FFD
Tints of Electric Purple #CA0FFD
RGB
CMYK
RGB Variations
Color information
#CA0FFD (or 0xCA0FFD) is known color: Electric Purple. HEX triplet: CA, 0F and FD. RGB value is (202,15,253). Sum of RGB (Red+Green+Blue) = 202+15+253=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA0FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0FFD is #35F002. Grayscale: #616161. Windows color (decimal): -3534851 or 16584650. OLE color: 16584650.
HSL color Cylindrical-coordinate representation of color #CA0FFD: hue angle of 287.14º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0FFD is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 15 | 253 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.01 |
| HSL | 287.14º | 0.98% | 0.53% | - |
| HSV(B) | 287.14º | 0.94% | 0.99% | - |
| XYZ | 42.26 | 19.99 | 94.56 | - |
| YUV | 98.05 | 215.45 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 253 | 0.20 | 0.94 | 0 | 0.01 | 287.14 | 0.98 | 0.53 |
| Hex | CA | F | FD | 14 | 5E | 0 | 1 | 11F | 62 | 35 |
| Octal | 312 | 17 | 375 | 24 | 136 | 0 | 1 | 437 | 142 | 65 |
| Binary | 11001010 | 1111 | 11111101 | 10100 | 1011110 | 0 | 1 | 100011111 | 1100010 | 110101 |
Color Harmonies of #CA0FFD
Complementary color
Monochromatic Colors of #CA0FFD
Black with #CA0FFD
Text Example
Text Example
White with #CA0FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0FFD; }
p { color: rgb(202,15,253); }
H1.HeaderClassName
{
color: #CA0FFD;
}
.AnyTagClassName
{
color: #CA0FFD;
}
</style>
background-color css
<style>
a { background-color: #CA0FFD; }
a { background-color: rgb(202,15,253); }
div.DivClassName
{
background-color: #CA0FFD;
}
.BgClassName
{
background-color: #CA0FFD;
}
</style>
border-color css
<style>
span { border-color: #CA0FFD; }
span { border-color: rgb(202,15,253); }
td.TdClassName
{
border-color: #CA0FFD;
}
.TagClassName
{
border-color: #CA0FFD;
}
</style>