Shades of Electric Purple #CB26EC
Tints of Electric Purple #CB26EC
RGB
CMYK
RGB Variations
Color information
#CB26EC (or 0xCB26EC) is known color: Electric Purple. HEX triplet: CB, 26 and EC. RGB value is (203,38,236). Sum of RGB (Red+Green+Blue) = 203+38+236=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 38 (15.23% from 255 or 7.97% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB26EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB26EC is #34D913. Grayscale: #6D6D6D. Windows color (decimal): -3463444 or 15476427. OLE color: 15476427.
HSL color Cylindrical-coordinate representation of color #CB26EC: hue angle of 290º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB26EC is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 38 | 236 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.07 |
| HSL | 290º | 0.84% | 0.54% | - |
| HSV(B) | 290º | 0.84% | 0.93% | - |
| XYZ | 40.46 | 20.14 | 81.11 | - |
| YUV | 109.91 | 199.16 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 236 | 0.14 | 0.84 | 0 | 0.07 | 290 | 0.84 | 0.54 |
| Hex | CB | 26 | EC | E | 54 | 0 | 7 | 122 | 54 | 36 |
| Octal | 313 | 46 | 354 | 16 | 124 | 0 | 7 | 442 | 124 | 66 |
| Binary | 11001011 | 100110 | 11101100 | 1110 | 1010100 | 0 | 111 | 100100010 | 1010100 | 110110 |
Color Harmonies of #CB26EC
Complementary color
Monochromatic Colors of #CB26EC
Black with #CB26EC
Text Example
Text Example
White with #CB26EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB26EC; }
p { color: rgb(203,38,236); }
H1.HeaderClassName
{
color: #CB26EC;
}
.AnyTagClassName
{
color: #CB26EC;
}
</style>
background-color css
<style>
a { background-color: #CB26EC; }
a { background-color: rgb(203,38,236); }
div.DivClassName
{
background-color: #CB26EC;
}
.BgClassName
{
background-color: #CB26EC;
}
</style>
border-color css
<style>
span { border-color: #CB26EC; }
span { border-color: rgb(203,38,236); }
td.TdClassName
{
border-color: #CB26EC;
}
.TagClassName
{
border-color: #CB26EC;
}
</style>