Shades of Electric Purple #CA20FC
Tints of Electric Purple #CA20FC
RGB
CMYK
RGB Variations
Color information
#CA20FC (or 0xCA20FC) is known color: Electric Purple. HEX triplet: CA, 20 and FC. RGB value is (202,32,252). Sum of RGB (Red+Green+Blue) = 202+32+252=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA20FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA20FC is #35DF03. Grayscale: #6B6B6B. Windows color (decimal): -3530500 or 16523466. OLE color: 16523466.
HSL color Cylindrical-coordinate representation of color #CA20FC: hue angle of 286.36º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA20FC is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 32 | 252 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.01 |
| HSL | 286.36º | 0.97% | 0.56% | - |
| HSV(B) | 286.36º | 0.87% | 0.99% | - |
| XYZ | 42.44 | 20.62 | 93.84 | - |
| YUV | 107.91 | 209.32 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 252 | 0.20 | 0.87 | 0 | 0.01 | 286.36 | 0.97 | 0.56 |
| Hex | CA | 20 | FC | 14 | 57 | 0 | 1 | 11E | 61 | 38 |
| Octal | 312 | 40 | 374 | 24 | 127 | 0 | 1 | 436 | 141 | 70 |
| Binary | 11001010 | 100000 | 11111100 | 10100 | 1010111 | 0 | 1 | 100011110 | 1100001 | 111000 |
Color Harmonies of #CA20FC
Complementary color
Monochromatic Colors of #CA20FC
Black with #CA20FC
Text Example
Text Example
White with #CA20FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20FC; }
p { color: rgb(202,32,252); }
H1.HeaderClassName
{
color: #CA20FC;
}
.AnyTagClassName
{
color: #CA20FC;
}
</style>
background-color css
<style>
a { background-color: #CA20FC; }
a { background-color: rgb(202,32,252); }
div.DivClassName
{
background-color: #CA20FC;
}
.BgClassName
{
background-color: #CA20FC;
}
</style>
border-color css
<style>
span { border-color: #CA20FC; }
span { border-color: rgb(202,32,252); }
td.TdClassName
{
border-color: #CA20FC;
}
.TagClassName
{
border-color: #CA20FC;
}
</style>