Shades of Electric Purple #CA2FFD
Tints of Electric Purple #CA2FFD
RGB
CMYK
RGB Variations
Color information
#CA2FFD (or 0xCA2FFD) is known color: Electric Purple. HEX triplet: CA, 2F and FD. RGB value is (202,47,253). Sum of RGB (Red+Green+Blue) = 202+47+253=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 47 (18.75% from 255 or 9.36% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA2FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2FFD is #35D002. Grayscale: #747474. Windows color (decimal): -3526659 or 16592842. OLE color: 16592842.
HSL color Cylindrical-coordinate representation of color #CA2FFD: hue angle of 285.15º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2FFD is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 47 | 253 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.01 |
| HSL | 285.15º | 0.98% | 0.59% | - |
| HSV(B) | 285.15º | 0.81% | 0.99% | - |
| XYZ | 43.1 | 21.68 | 94.84 | - |
| YUV | 116.83 | 204.85 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 253 | 0.20 | 0.81 | 0 | 0.01 | 285.15 | 0.98 | 0.59 |
| Hex | CA | 2F | FD | 14 | 51 | 0 | 1 | 11D | 62 | 3B |
| Octal | 312 | 57 | 375 | 24 | 121 | 0 | 1 | 435 | 142 | 73 |
| Binary | 11001010 | 101111 | 11111101 | 10100 | 1010001 | 0 | 1 | 100011101 | 1100010 | 111011 |
Color Harmonies of #CA2FFD
Complementary color
Monochromatic Colors of #CA2FFD
Black with #CA2FFD
Text Example
Text Example
White with #CA2FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2FFD; }
p { color: rgb(202,47,253); }
H1.HeaderClassName
{
color: #CA2FFD;
}
.AnyTagClassName
{
color: #CA2FFD;
}
</style>
background-color css
<style>
a { background-color: #CA2FFD; }
a { background-color: rgb(202,47,253); }
div.DivClassName
{
background-color: #CA2FFD;
}
.BgClassName
{
background-color: #CA2FFD;
}
</style>
border-color css
<style>
span { border-color: #CA2FFD; }
span { border-color: rgb(202,47,253); }
td.TdClassName
{
border-color: #CA2FFD;
}
.TagClassName
{
border-color: #CA2FFD;
}
</style>