Shades of Electric Purple #CA1DEB
Tints of Electric Purple #CA1DEB
RGB
CMYK
RGB Variations
Color information
#CA1DEB (or 0xCA1DEB) is known color: Electric Purple. HEX triplet: CA, 1D and EB. RGB value is (202,29,235). Sum of RGB (Red+Green+Blue) = 202+29+235=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 29 (11.72% from 255 or 6.22% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA1DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1DEB is #35E214. Grayscale: #676767. Windows color (decimal): -3531285 or 15408586. OLE color: 15408586.
HSL color Cylindrical-coordinate representation of color #CA1DEB: hue angle of 290.39º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1DEB is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 29 | 235 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.08 |
| HSL | 290.39º | 0.84% | 0.52% | - |
| HSV(B) | 290.39º | 0.88% | 0.92% | - |
| XYZ | 39.79 | 19.43 | 80.25 | - |
| YUV | 104.21 | 201.81 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 235 | 0.14 | 0.88 | 0 | 0.08 | 290.39 | 0.84 | 0.52 |
| Hex | CA | 1D | EB | E | 58 | 0 | 8 | 122 | 54 | 34 |
| Octal | 312 | 35 | 353 | 16 | 130 | 0 | 10 | 442 | 124 | 64 |
| Binary | 11001010 | 11101 | 11101011 | 1110 | 1011000 | 0 | 1000 | 100100010 | 1010100 | 110100 |
Color Harmonies of #CA1DEB
Complementary color
Monochromatic Colors of #CA1DEB
Black with #CA1DEB
Text Example
Text Example
White with #CA1DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1DEB; }
p { color: rgb(202,29,235); }
H1.HeaderClassName
{
color: #CA1DEB;
}
.AnyTagClassName
{
color: #CA1DEB;
}
</style>
background-color css
<style>
a { background-color: #CA1DEB; }
a { background-color: rgb(202,29,235); }
div.DivClassName
{
background-color: #CA1DEB;
}
.BgClassName
{
background-color: #CA1DEB;
}
</style>
border-color css
<style>
span { border-color: #CA1DEB; }
span { border-color: rgb(202,29,235); }
td.TdClassName
{
border-color: #CA1DEB;
}
.TagClassName
{
border-color: #CA1DEB;
}
</style>