Shades of Electric Purple #CA20FE
Tints of Electric Purple #CA20FE
RGB
CMYK
RGB Variations
Color information
#CA20FE (or 0xCA20FE) is known color: Electric Purple. HEX triplet: CA, 20 and FE. RGB value is (202,32,254). Sum of RGB (Red+Green+Blue) = 202+32+254=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 32 (12.89% from 255 or 6.56% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA20FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA20FE is #35DF01. Grayscale: #6B6B6B. Windows color (decimal): -3530498 or 16654538. OLE color: 16654538.
HSL color Cylindrical-coordinate representation of color #CA20FE: hue angle of 285.95º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA20FE is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 32 | 254 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.00 |
| HSL | 285.95º | 0.99% | 0.56% | - |
| HSV(B) | 285.95º | 0.87% | 1% | - |
| XYZ | 42.76 | 20.75 | 95.52 | - |
| YUV | 108.14 | 210.32 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 254 | 0.20 | 0.87 | 0 | 0.00 | 285.95 | 0.99 | 0.56 |
| Hex | CA | 20 | FE | 14 | 57 | 0 | 0 | 11E | 63 | 38 |
| Octal | 312 | 40 | 376 | 24 | 127 | 0 | 0 | 436 | 143 | 70 |
| Binary | 11001010 | 100000 | 11111110 | 10100 | 1010111 | 0 | 0 | 100011110 | 1100011 | 111000 |
Color Harmonies of #CA20FE
Complementary color
Monochromatic Colors of #CA20FE
Black with #CA20FE
Text Example
Text Example
White with #CA20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20FE; }
p { color: rgb(202,32,254); }
H1.HeaderClassName
{
color: #CA20FE;
}
.AnyTagClassName
{
color: #CA20FE;
}
</style>
background-color css
<style>
a { background-color: #CA20FE; }
a { background-color: rgb(202,32,254); }
div.DivClassName
{
background-color: #CA20FE;
}
.BgClassName
{
background-color: #CA20FE;
}
</style>
border-color css
<style>
span { border-color: #CA20FE; }
span { border-color: rgb(202,32,254); }
td.TdClassName
{
border-color: #CA20FE;
}
.TagClassName
{
border-color: #CA20FE;
}
</style>