Shades of Electric Purple #CA1CEB
Tints of Electric Purple #CA1CEB
RGB
CMYK
RGB Variations
Color information
#CA1CEB (or 0xCA1CEB) is known color: Electric Purple. HEX triplet: CA, 1C and EB. RGB value is (202,28,235). Sum of RGB (Red+Green+Blue) = 202+28+235=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA1CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1CEB is #35E314. Grayscale: #666666. Windows color (decimal): -3531541 or 15408330. OLE color: 15408330.
HSL color Cylindrical-coordinate representation of color #CA1CEB: hue angle of 290.43º 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 #CA1CEB is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 28 | 235 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.08 |
| HSL | 290.43º | 0.84% | 0.52% | - |
| HSV(B) | 290.43º | 0.88% | 0.92% | - |
| XYZ | 39.77 | 19.39 | 80.24 | - |
| YUV | 103.62 | 202.15 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 28 | 235 | 0.14 | 0.88 | 0 | 0.08 | 290.43 | 0.84 | 0.52 |
| Hex | CA | 1C | EB | E | 58 | 0 | 8 | 122 | 54 | 34 |
| Octal | 312 | 34 | 353 | 16 | 130 | 0 | 10 | 442 | 124 | 64 |
| Binary | 11001010 | 11100 | 11101011 | 1110 | 1011000 | 0 | 1000 | 100100010 | 1010100 | 110100 |
Color Harmonies of #CA1CEB
Complementary color
Monochromatic Colors of #CA1CEB
Black with #CA1CEB
Text Example
Text Example
White with #CA1CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1CEB; }
p { color: rgb(202,28,235); }
H1.HeaderClassName
{
color: #CA1CEB;
}
.AnyTagClassName
{
color: #CA1CEB;
}
</style>
background-color css
<style>
a { background-color: #CA1CEB; }
a { background-color: rgb(202,28,235); }
div.DivClassName
{
background-color: #CA1CEB;
}
.BgClassName
{
background-color: #CA1CEB;
}
</style>
border-color css
<style>
span { border-color: #CA1CEB; }
span { border-color: rgb(202,28,235); }
td.TdClassName
{
border-color: #CA1CEB;
}
.TagClassName
{
border-color: #CA1CEB;
}
</style>