Shades of Electric Purple #CA11FC
Tints of Electric Purple #CA11FC
RGB
CMYK
RGB Variations
Color information
#CA11FC (or 0xCA11FC) is known color: Electric Purple. HEX triplet: CA, 11 and FC. RGB value is (202,17,252). Sum of RGB (Red+Green+Blue) = 202+17+252=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA11FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA11FC is #35EE03. Grayscale: #626262. Windows color (decimal): -3534340 or 16519626. OLE color: 16519626.
HSL color Cylindrical-coordinate representation of color #CA11FC: hue angle of 287.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA11FC is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 17 | 252 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.01 |
| HSL | 287.23º | 0.98% | 0.53% | - |
| HSV(B) | 287.23º | 0.93% | 0.99% | - |
| XYZ | 42.13 | 19.99 | 93.73 | - |
| YUV | 99.11 | 214.29 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 252 | 0.20 | 0.93 | 0 | 0.01 | 287.23 | 0.98 | 0.53 |
| Hex | CA | 11 | FC | 14 | 5D | 0 | 1 | 11F | 62 | 35 |
| Octal | 312 | 21 | 374 | 24 | 135 | 0 | 1 | 437 | 142 | 65 |
| Binary | 11001010 | 10001 | 11111100 | 10100 | 1011101 | 0 | 1 | 100011111 | 1100010 | 110101 |
Color Harmonies of #CA11FC
Complementary color
Monochromatic Colors of #CA11FC
Black with #CA11FC
Text Example
Text Example
White with #CA11FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA11FC; }
p { color: rgb(202,17,252); }
H1.HeaderClassName
{
color: #CA11FC;
}
.AnyTagClassName
{
color: #CA11FC;
}
</style>
background-color css
<style>
a { background-color: #CA11FC; }
a { background-color: rgb(202,17,252); }
div.DivClassName
{
background-color: #CA11FC;
}
.BgClassName
{
background-color: #CA11FC;
}
</style>
border-color css
<style>
span { border-color: #CA11FC; }
span { border-color: rgb(202,17,252); }
td.TdClassName
{
border-color: #CA11FC;
}
.TagClassName
{
border-color: #CA11FC;
}
</style>