Shades of Electric Purple #CA0FFA
Tints of Electric Purple #CA0FFA
RGB
CMYK
RGB Variations
Color information
#CA0FFA (or 0xCA0FFA) is known color: Electric Purple. HEX triplet: CA, 0F and FA. RGB value is (202,15,250). Sum of RGB (Red+Green+Blue) = 202+15+250=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 15 (6.25% from 255 or 3.21% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA0FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0FFA is #35F005. Grayscale: #606060. Windows color (decimal): -3534854 or 16388042. OLE color: 16388042.
HSL color Cylindrical-coordinate representation of color #CA0FFA: hue angle of 287.74º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0FFA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 15 | 250 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.02 |
| HSL | 287.74º | 0.96% | 0.52% | - |
| HSV(B) | 287.74º | 0.94% | 0.98% | - |
| XYZ | 41.78 | 19.8 | 92.06 | - |
| YUV | 97.7 | 213.95 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 250 | 0.19 | 0.94 | 0 | 0.02 | 287.74 | 0.96 | 0.52 |
| Hex | CA | F | FA | 13 | 5E | 0 | 2 | 120 | 60 | 34 |
| Octal | 312 | 17 | 372 | 23 | 136 | 0 | 2 | 440 | 140 | 64 |
| Binary | 11001010 | 1111 | 11111010 | 10011 | 1011110 | 0 | 10 | 100100000 | 1100000 | 110100 |
Color Harmonies of #CA0FFA
Complementary color
Monochromatic Colors of #CA0FFA
Black with #CA0FFA
Text Example
Text Example
White with #CA0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0FFA; }
p { color: rgb(202,15,250); }
H1.HeaderClassName
{
color: #CA0FFA;
}
.AnyTagClassName
{
color: #CA0FFA;
}
</style>
background-color css
<style>
a { background-color: #CA0FFA; }
a { background-color: rgb(202,15,250); }
div.DivClassName
{
background-color: #CA0FFA;
}
.BgClassName
{
background-color: #CA0FFA;
}
</style>
border-color css
<style>
span { border-color: #CA0FFA; }
span { border-color: rgb(202,15,250); }
td.TdClassName
{
border-color: #CA0FFA;
}
.TagClassName
{
border-color: #CA0FFA;
}
</style>