Shades of Electric Purple #CB16FE
Tints of Electric Purple #CB16FE
RGB
CMYK
RGB Variations
Color information
#CB16FE (or 0xCB16FE) is known color: Electric Purple. HEX triplet: CB, 16 and FE. RGB value is (203,22,254). Sum of RGB (Red+Green+Blue) = 203+22+254=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 22 (8.98% from 255 or 4.59% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB16FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB16FE is #34E901. Grayscale: #656565. Windows color (decimal): -3467522 or 16651979. OLE color: 16651979.
HSL color Cylindrical-coordinate representation of color #CB16FE: hue angle of 286.81º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB16FE is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 22 | 254 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.00 |
| HSL | 286.81º | 0.99% | 0.54% | - |
| HSV(B) | 286.81º | 0.91% | 1% | - |
| XYZ | 42.8 | 20.43 | 95.45 | - |
| YUV | 102.57 | 213.47 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 254 | 0.20 | 0.91 | 0 | 0.00 | 286.81 | 0.99 | 0.54 |
| Hex | CB | 16 | FE | 14 | 5B | 0 | 0 | 11F | 63 | 36 |
| Octal | 313 | 26 | 376 | 24 | 133 | 0 | 0 | 437 | 143 | 66 |
| Binary | 11001011 | 10110 | 11111110 | 10100 | 1011011 | 0 | 0 | 100011111 | 1100011 | 110110 |
Color Harmonies of #CB16FE
Complementary color
Monochromatic Colors of #CB16FE
Black with #CB16FE
Text Example
Text Example
White with #CB16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB16FE; }
p { color: rgb(203,22,254); }
H1.HeaderClassName
{
color: #CB16FE;
}
.AnyTagClassName
{
color: #CB16FE;
}
</style>
background-color css
<style>
a { background-color: #CB16FE; }
a { background-color: rgb(203,22,254); }
div.DivClassName
{
background-color: #CB16FE;
}
.BgClassName
{
background-color: #CB16FE;
}
</style>
border-color css
<style>
span { border-color: #CB16FE; }
span { border-color: rgb(203,22,254); }
td.TdClassName
{
border-color: #CB16FE;
}
.TagClassName
{
border-color: #CB16FE;
}
</style>