Shades of Electric Purple #CA08FA
Tints of Electric Purple #CA08FA
RGB
CMYK
RGB Variations
Color information
#CA08FA (or 0xCA08FA) is known color: Electric Purple. HEX triplet: CA, 08 and FA. RGB value is (202,8,250). Sum of RGB (Red+Green+Blue) = 202+8+250=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 8 (3.52% from 255 or 1.74% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA08FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA08FA is #35F705. Grayscale: #5C5C5C. Windows color (decimal): -3536646 or 16386250. OLE color: 16386250.
HSL color Cylindrical-coordinate representation of color #CA08FA: hue angle of 288.1º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA08FA is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 8 | 250 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.02 |
| HSL | 288.1º | 0.96% | 0.51% | - |
| HSV(B) | 288.1º | 0.97% | 0.98% | - |
| XYZ | 41.7 | 19.63 | 92.03 | - |
| YUV | 93.59 | 216.27 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 250 | 0.19 | 0.97 | 0 | 0.02 | 288.1 | 0.96 | 0.51 |
| Hex | CA | 8 | FA | 13 | 61 | 0 | 2 | 120 | 60 | 33 |
| Octal | 312 | 10 | 372 | 23 | 141 | 0 | 2 | 440 | 140 | 63 |
| Binary | 11001010 | 1000 | 11111010 | 10011 | 1100001 | 0 | 10 | 100100000 | 1100000 | 110011 |
Color Harmonies of #CA08FA
Complementary color
Monochromatic Colors of #CA08FA
Black with #CA08FA
Text Example
Text Example
White with #CA08FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA08FA; }
p { color: rgb(202,8,250); }
H1.HeaderClassName
{
color: #CA08FA;
}
.AnyTagClassName
{
color: #CA08FA;
}
</style>
background-color css
<style>
a { background-color: #CA08FA; }
a { background-color: rgb(202,8,250); }
div.DivClassName
{
background-color: #CA08FA;
}
.BgClassName
{
background-color: #CA08FA;
}
</style>
border-color css
<style>
span { border-color: #CA08FA; }
span { border-color: rgb(202,8,250); }
td.TdClassName
{
border-color: #CA08FA;
}
.TagClassName
{
border-color: #CA08FA;
}
</style>