Shades of Electric Purple #CA1BE8
Tints of Electric Purple #CA1BE8
RGB
CMYK
RGB Variations
Color information
#CA1BE8 (or 0xCA1BE8) is known color: Electric Purple. HEX triplet: CA, 1B and E8. RGB value is (202,27,232). Sum of RGB (Red+Green+Blue) = 202+27+232=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 27 (10.94% from 255 or 5.86% from 461); Blue value is 232 (91.02% from 255 or 50.33% from 461); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA1BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1BE8 is #35E417. Grayscale: #666666. Windows color (decimal): -3531800 or 15211466. OLE color: 15211466.
HSL color Cylindrical-coordinate representation of color #CA1BE8: hue angle of 291.22º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1BE8 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 27 | 232 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.09 |
| HSL | 291.22º | 0.82% | 0.51% | - |
| HSV(B) | 291.22º | 0.88% | 0.91% | - |
| XYZ | 39.31 | 19.17 | 77.97 | - |
| YUV | 102.7 | 200.98 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 232 | 0.13 | 0.88 | 0 | 0.09 | 291.22 | 0.82 | 0.51 |
| Hex | CA | 1B | E8 | D | 58 | 0 | 9 | 123 | 52 | 33 |
| Octal | 312 | 33 | 350 | 15 | 130 | 0 | 11 | 443 | 122 | 63 |
| Binary | 11001010 | 11011 | 11101000 | 1101 | 1011000 | 0 | 1001 | 100100011 | 1010010 | 110011 |
Color Harmonies of #CA1BE8
Complementary color
Monochromatic Colors of #CA1BE8
Black with #CA1BE8
Text Example
Text Example
White with #CA1BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1BE8; }
p { color: rgb(202,27,232); }
H1.HeaderClassName
{
color: #CA1BE8;
}
.AnyTagClassName
{
color: #CA1BE8;
}
</style>
background-color css
<style>
a { background-color: #CA1BE8; }
a { background-color: rgb(202,27,232); }
div.DivClassName
{
background-color: #CA1BE8;
}
.BgClassName
{
background-color: #CA1BE8;
}
</style>
border-color css
<style>
span { border-color: #CA1BE8; }
span { border-color: rgb(202,27,232); }
td.TdClassName
{
border-color: #CA1BE8;
}
.TagClassName
{
border-color: #CA1BE8;
}
</style>