Shades of Electric Purple #CB26F5
Tints of Electric Purple #CB26F5
RGB
CMYK
RGB Variations
Color information
#CB26F5 (or 0xCB26F5) is known color: Electric Purple. HEX triplet: CB, 26 and F5. RGB value is (203,38,245). Sum of RGB (Red+Green+Blue) = 203+38+245=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 38 (15.23% from 255 or 7.82% from 486); Blue value is 245 (96.09% from 255 or 50.41% from 486); Max value from RGB is 245 - color contains mainly: blue. Hex color #CB26F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB26F5 is #34D90A. Grayscale: #6E6E6E. Windows color (decimal): -3463435 or 16066251. OLE color: 16066251.
HSL color Cylindrical-coordinate representation of color #CB26F5: hue angle of 287.83º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB26F5 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 38 | 245 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.04 |
| HSL | 287.83º | 0.91% | 0.55% | - |
| HSV(B) | 287.83º | 0.84% | 0.96% | - |
| XYZ | 41.8 | 20.68 | 88.17 | - |
| YUV | 110.93 | 203.66 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 245 | 0.17 | 0.84 | 0 | 0.04 | 287.83 | 0.91 | 0.55 |
| Hex | CB | 26 | F5 | 11 | 54 | 0 | 4 | 120 | 5B | 37 |
| Octal | 313 | 46 | 365 | 21 | 124 | 0 | 4 | 440 | 133 | 67 |
| Binary | 11001011 | 100110 | 11110101 | 10001 | 1010100 | 0 | 100 | 100100000 | 1011011 | 110111 |
Color Harmonies of #CB26F5
Complementary color
Monochromatic Colors of #CB26F5
Black with #CB26F5
Text Example
Text Example
White with #CB26F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB26F5; }
p { color: rgb(203,38,245); }
H1.HeaderClassName
{
color: #CB26F5;
}
.AnyTagClassName
{
color: #CB26F5;
}
</style>
background-color css
<style>
a { background-color: #CB26F5; }
a { background-color: rgb(203,38,245); }
div.DivClassName
{
background-color: #CB26F5;
}
.BgClassName
{
background-color: #CB26F5;
}
</style>
border-color css
<style>
span { border-color: #CB26F5; }
span { border-color: rgb(203,38,245); }
td.TdClassName
{
border-color: #CB26F5;
}
.TagClassName
{
border-color: #CB26F5;
}
</style>