Shades of Electric Purple #CA10FD
Tints of Electric Purple #CA10FD
RGB
CMYK
RGB Variations
Color information
#CA10FD (or 0xCA10FD) is known color: Electric Purple. HEX triplet: CA, 10 and FD. RGB value is (202,16,253). Sum of RGB (Red+Green+Blue) = 202+16+253=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 16 (6.64% from 255 or 3.40% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA10FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA10FD is #35EF02. Grayscale: #616161. Windows color (decimal): -3534595 or 16584906. OLE color: 16584906.
HSL color Cylindrical-coordinate representation of color #CA10FD: hue angle of 287.09º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA10FD is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 16 | 253 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.01 |
| HSL | 287.09º | 0.98% | 0.53% | - |
| HSV(B) | 287.09º | 0.94% | 0.99% | - |
| XYZ | 42.27 | 20.02 | 94.56 | - |
| YUV | 98.63 | 215.12 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 253 | 0.20 | 0.94 | 0 | 0.01 | 287.09 | 0.98 | 0.53 |
| Hex | CA | 10 | FD | 14 | 5E | 0 | 1 | 11F | 62 | 35 |
| Octal | 312 | 20 | 375 | 24 | 136 | 0 | 1 | 437 | 142 | 65 |
| Binary | 11001010 | 10000 | 11111101 | 10100 | 1011110 | 0 | 1 | 100011111 | 1100010 | 110101 |
Color Harmonies of #CA10FD
Complementary color
Monochromatic Colors of #CA10FD
Black with #CA10FD
Text Example
Text Example
White with #CA10FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10FD; }
p { color: rgb(202,16,253); }
H1.HeaderClassName
{
color: #CA10FD;
}
.AnyTagClassName
{
color: #CA10FD;
}
</style>
background-color css
<style>
a { background-color: #CA10FD; }
a { background-color: rgb(202,16,253); }
div.DivClassName
{
background-color: #CA10FD;
}
.BgClassName
{
background-color: #CA10FD;
}
</style>
border-color css
<style>
span { border-color: #CA10FD; }
span { border-color: rgb(202,16,253); }
td.TdClassName
{
border-color: #CA10FD;
}
.TagClassName
{
border-color: #CA10FD;
}
</style>