Shades of Electric Purple #CA2BFD
Tints of Electric Purple #CA2BFD
RGB
CMYK
RGB Variations
Color information
#CA2BFD (or 0xCA2BFD) is known color: Electric Purple. HEX triplet: CA, 2B and FD. RGB value is (202,43,253). Sum of RGB (Red+Green+Blue) = 202+43+253=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 43 (17.19% from 255 or 8.63% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA2BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2BFD is #35D402. Grayscale: #717171. Windows color (decimal): -3527683 or 16591818. OLE color: 16591818.
HSL color Cylindrical-coordinate representation of color #CA2BFD: hue angle of 285.43º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2BFD is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 43 | 253 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.01 |
| HSL | 285.43º | 0.98% | 0.58% | - |
| HSV(B) | 285.43º | 0.83% | 0.99% | - |
| XYZ | 42.95 | 21.38 | 94.79 | - |
| YUV | 114.48 | 206.18 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 253 | 0.20 | 0.83 | 0 | 0.01 | 285.43 | 0.98 | 0.58 |
| Hex | CA | 2B | FD | 14 | 53 | 0 | 1 | 11D | 62 | 3A |
| Octal | 312 | 53 | 375 | 24 | 123 | 0 | 1 | 435 | 142 | 72 |
| Binary | 11001010 | 101011 | 11111101 | 10100 | 1010011 | 0 | 1 | 100011101 | 1100010 | 111010 |
Color Harmonies of #CA2BFD
Complementary color
Monochromatic Colors of #CA2BFD
Black with #CA2BFD
Text Example
Text Example
White with #CA2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2BFD; }
p { color: rgb(202,43,253); }
H1.HeaderClassName
{
color: #CA2BFD;
}
.AnyTagClassName
{
color: #CA2BFD;
}
</style>
background-color css
<style>
a { background-color: #CA2BFD; }
a { background-color: rgb(202,43,253); }
div.DivClassName
{
background-color: #CA2BFD;
}
.BgClassName
{
background-color: #CA2BFD;
}
</style>
border-color css
<style>
span { border-color: #CA2BFD; }
span { border-color: rgb(202,43,253); }
td.TdClassName
{
border-color: #CA2BFD;
}
.TagClassName
{
border-color: #CA2BFD;
}
</style>