Shades of Electric Purple #CA10FF
Tints of Electric Purple #CA10FF
RGB
CMYK
RGB Variations
Color information
#CA10FF (or 0xCA10FF) is known color: Electric Purple. HEX triplet: CA, 10 and FF. RGB value is (202,16,255). Sum of RGB (Red+Green+Blue) = 202+16+255=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA10FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA10FF is #35EF00. Grayscale: #626262. Windows color (decimal): -3534593 or 16715978. OLE color: 16715978.
HSL color Cylindrical-coordinate representation of color #CA10FF: hue angle of 286.69º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA10FF is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 16 | 255 | - |
| CMYK | 0.21 | 0.94 | 0 | 0 |
| HSL | 286.69º | 1% | 0.53% | - |
| HSV(B) | 286.69º | 0.94% | 1% | - |
| XYZ | 42.59 | 20.15 | 96.25 | - |
| YUV | 98.86 | 216.12 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 255 | 0.21 | 0.94 | 0 | 0 | 286.69 | 1 | 0.53 |
| Hex | CA | 10 | FF | 15 | 5E | 0 | 0 | 11F | 64 | 35 |
| Octal | 312 | 20 | 377 | 25 | 136 | 0 | 0 | 437 | 144 | 65 |
| Binary | 11001010 | 10000 | 11111111 | 10101 | 1011110 | 0 | 0 | 100011111 | 1100100 | 110101 |
Color Harmonies of #CA10FF
Complementary color
Monochromatic Colors of #CA10FF
Black with #CA10FF
Text Example
Text Example
White with #CA10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10FF; }
p { color: rgb(202,16,255); }
H1.HeaderClassName
{
color: #CA10FF;
}
.AnyTagClassName
{
color: #CA10FF;
}
</style>
background-color css
<style>
a { background-color: #CA10FF; }
a { background-color: rgb(202,16,255); }
div.DivClassName
{
background-color: #CA10FF;
}
.BgClassName
{
background-color: #CA10FF;
}
</style>
border-color css
<style>
span { border-color: #CA10FF; }
span { border-color: rgb(202,16,255); }
td.TdClassName
{
border-color: #CA10FF;
}
.TagClassName
{
border-color: #CA10FF;
}
</style>