Shades of Electric Purple #CA05FB
Tints of Electric Purple #CA05FB
RGB
CMYK
RGB Variations
Color information
#CA05FB (or 0xCA05FB) is known color: Electric Purple. HEX triplet: CA, 05 and FB. RGB value is (202,5,251). Sum of RGB (Red+Green+Blue) = 202+5+251=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA05FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA05FB is #35FA04. Grayscale: #5B5B5B. Windows color (decimal): -3537413 or 16451018. OLE color: 16451018.
HSL color Cylindrical-coordinate representation of color #CA05FB: hue angle of 288.05º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA05FB is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 5 | 251 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.02 |
| HSL | 288.05º | 0.97% | 0.5% | - |
| HSV(B) | 288.05º | 0.98% | 0.98% | - |
| XYZ | 41.82 | 19.63 | 92.85 | - |
| YUV | 91.95 | 217.77 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 251 | 0.20 | 0.98 | 0 | 0.02 | 288.05 | 0.97 | 0.5 |
| Hex | CA | 5 | FB | 14 | 62 | 0 | 2 | 120 | 61 | 32 |
| Octal | 312 | 5 | 373 | 24 | 142 | 0 | 2 | 440 | 141 | 62 |
| Binary | 11001010 | 101 | 11111011 | 10100 | 1100010 | 0 | 10 | 100100000 | 1100001 | 110010 |
Color Harmonies of #CA05FB
Complementary color
Monochromatic Colors of #CA05FB
Black with #CA05FB
Text Example
Text Example
White with #CA05FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA05FB; }
p { color: rgb(202,5,251); }
H1.HeaderClassName
{
color: #CA05FB;
}
.AnyTagClassName
{
color: #CA05FB;
}
</style>
background-color css
<style>
a { background-color: #CA05FB; }
a { background-color: rgb(202,5,251); }
div.DivClassName
{
background-color: #CA05FB;
}
.BgClassName
{
background-color: #CA05FB;
}
</style>
border-color css
<style>
span { border-color: #CA05FB; }
span { border-color: rgb(202,5,251); }
td.TdClassName
{
border-color: #CA05FB;
}
.TagClassName
{
border-color: #CA05FB;
}
</style>