Shades of Electric Purple #CB2EF3
Tints of Electric Purple #CB2EF3
RGB
CMYK
RGB Variations
Color information
#CB2EF3 (or 0xCB2EF3) is known color: Electric Purple. HEX triplet: CB, 2E and F3. RGB value is (203,46,243). Sum of RGB (Red+Green+Blue) = 203+46+243=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 46 (18.36% from 255 or 9.35% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB2EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2EF3 is #34D10C. Grayscale: #727272. Windows color (decimal): -3461389 or 15937227. OLE color: 15937227.
HSL color Cylindrical-coordinate representation of color #CB2EF3: hue angle of 287.82º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2EF3 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 46 | 243 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.05 |
| HSL | 287.82º | 0.89% | 0.57% | - |
| HSV(B) | 287.82º | 0.81% | 0.95% | - |
| XYZ | 41.78 | 21.12 | 86.67 | - |
| YUV | 115.4 | 200.01 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 243 | 0.16 | 0.81 | 0 | 0.05 | 287.82 | 0.89 | 0.57 |
| Hex | CB | 2E | F3 | 10 | 51 | 0 | 5 | 120 | 59 | 39 |
| Octal | 313 | 56 | 363 | 20 | 121 | 0 | 5 | 440 | 131 | 71 |
| Binary | 11001011 | 101110 | 11110011 | 10000 | 1010001 | 0 | 101 | 100100000 | 1011001 | 111001 |
Color Harmonies of #CB2EF3
Complementary color
Monochromatic Colors of #CB2EF3
Black with #CB2EF3
Text Example
Text Example
White with #CB2EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2EF3; }
p { color: rgb(203,46,243); }
H1.HeaderClassName
{
color: #CB2EF3;
}
.AnyTagClassName
{
color: #CB2EF3;
}
</style>
background-color css
<style>
a { background-color: #CB2EF3; }
a { background-color: rgb(203,46,243); }
div.DivClassName
{
background-color: #CB2EF3;
}
.BgClassName
{
background-color: #CB2EF3;
}
</style>
border-color css
<style>
span { border-color: #CB2EF3; }
span { border-color: rgb(203,46,243); }
td.TdClassName
{
border-color: #CB2EF3;
}
.TagClassName
{
border-color: #CB2EF3;
}
</style>