Shades of Electric Purple #CA0AFE
Tints of Electric Purple #CA0AFE
RGB
CMYK
RGB Variations
Color information
#CA0AFE (or 0xCA0AFE) is known color: Electric Purple. HEX triplet: CA, 0A and FE. RGB value is (202,10,254). Sum of RGB (Red+Green+Blue) = 202+10+254=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA0AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0AFE is #35F501. Grayscale: #5E5E5E. Windows color (decimal): -3536130 or 16648906. OLE color: 16648906.
HSL color Cylindrical-coordinate representation of color #CA0AFE: hue angle of 287.21º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0AFE is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 10 | 254 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.00 |
| HSL | 287.21º | 0.99% | 0.52% | - |
| HSV(B) | 287.21º | 0.96% | 1% | - |
| XYZ | 42.36 | 19.93 | 95.38 | - |
| YUV | 95.22 | 217.61 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 254 | 0.20 | 0.96 | 0 | 0.00 | 287.21 | 0.99 | 0.52 |
| Hex | CA | A | FE | 14 | 60 | 0 | 0 | 11F | 63 | 34 |
| Octal | 312 | 12 | 376 | 24 | 140 | 0 | 0 | 437 | 143 | 64 |
| Binary | 11001010 | 1010 | 11111110 | 10100 | 1100000 | 0 | 0 | 100011111 | 1100011 | 110100 |
Color Harmonies of #CA0AFE
Complementary color
Monochromatic Colors of #CA0AFE
Black with #CA0AFE
Text Example
Text Example
White with #CA0AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0AFE; }
p { color: rgb(202,10,254); }
H1.HeaderClassName
{
color: #CA0AFE;
}
.AnyTagClassName
{
color: #CA0AFE;
}
</style>
background-color css
<style>
a { background-color: #CA0AFE; }
a { background-color: rgb(202,10,254); }
div.DivClassName
{
background-color: #CA0AFE;
}
.BgClassName
{
background-color: #CA0AFE;
}
</style>
border-color css
<style>
span { border-color: #CA0AFE; }
span { border-color: rgb(202,10,254); }
td.TdClassName
{
border-color: #CA0AFE;
}
.TagClassName
{
border-color: #CA0AFE;
}
</style>