Shades of Electric Purple #CB15FE
Tints of Electric Purple #CB15FE
RGB
CMYK
RGB Variations
Color information
#CB15FE (or 0xCB15FE) is known color: Electric Purple. HEX triplet: CB, 15 and FE. RGB value is (203,21,254). Sum of RGB (Red+Green+Blue) = 203+21+254=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 21 (8.59% from 255 or 4.39% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB15FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB15FE is #34EA01. Grayscale: #656565. Windows color (decimal): -3467778 or 16651723. OLE color: 16651723.
HSL color Cylindrical-coordinate representation of color #CB15FE: hue angle of 286.87º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB15FE is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 21 | 254 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.00 |
| HSL | 286.87º | 0.99% | 0.54% | - |
| HSV(B) | 286.87º | 0.92% | 1% | - |
| XYZ | 42.79 | 20.39 | 95.45 | - |
| YUV | 101.98 | 213.8 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 254 | 0.20 | 0.92 | 0 | 0.00 | 286.87 | 0.99 | 0.54 |
| Hex | CB | 15 | FE | 14 | 5C | 0 | 0 | 11F | 63 | 36 |
| Octal | 313 | 25 | 376 | 24 | 134 | 0 | 0 | 437 | 143 | 66 |
| Binary | 11001011 | 10101 | 11111110 | 10100 | 1011100 | 0 | 0 | 100011111 | 1100011 | 110110 |
Color Harmonies of #CB15FE
Complementary color
Monochromatic Colors of #CB15FE
Black with #CB15FE
Text Example
Text Example
White with #CB15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB15FE; }
p { color: rgb(203,21,254); }
H1.HeaderClassName
{
color: #CB15FE;
}
.AnyTagClassName
{
color: #CB15FE;
}
</style>
background-color css
<style>
a { background-color: #CB15FE; }
a { background-color: rgb(203,21,254); }
div.DivClassName
{
background-color: #CB15FE;
}
.BgClassName
{
background-color: #CB15FE;
}
</style>
border-color css
<style>
span { border-color: #CB15FE; }
span { border-color: rgb(203,21,254); }
td.TdClassName
{
border-color: #CB15FE;
}
.TagClassName
{
border-color: #CB15FE;
}
</style>