Shades of Electric Purple #CB13FE
Tints of Electric Purple #CB13FE
RGB
CMYK
RGB Variations
Color information
#CB13FE (or 0xCB13FE) is known color: Electric Purple. HEX triplet: CB, 13 and FE. RGB value is (203,19,254). Sum of RGB (Red+Green+Blue) = 203+19+254=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 19 (7.81% from 255 or 3.99% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB13FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB13FE is #34EC01. Grayscale: #646464. Windows color (decimal): -3468290 or 16651211. OLE color: 16651211.
HSL color Cylindrical-coordinate representation of color #CB13FE: hue angle of 286.98º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB13FE is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 19 | 254 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.00 |
| HSL | 286.98º | 0.99% | 0.54% | - |
| HSV(B) | 286.98º | 0.93% | 1% | - |
| XYZ | 42.75 | 20.32 | 95.43 | - |
| YUV | 100.81 | 214.46 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 254 | 0.20 | 0.93 | 0 | 0.00 | 286.98 | 0.99 | 0.54 |
| Hex | CB | 13 | FE | 14 | 5D | 0 | 0 | 11F | 63 | 36 |
| Octal | 313 | 23 | 376 | 24 | 135 | 0 | 0 | 437 | 143 | 66 |
| Binary | 11001011 | 10011 | 11111110 | 10100 | 1011101 | 0 | 0 | 100011111 | 1100011 | 110110 |
Color Harmonies of #CB13FE
Complementary color
Monochromatic Colors of #CB13FE
Black with #CB13FE
Text Example
Text Example
White with #CB13FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB13FE; }
p { color: rgb(203,19,254); }
H1.HeaderClassName
{
color: #CB13FE;
}
.AnyTagClassName
{
color: #CB13FE;
}
</style>
background-color css
<style>
a { background-color: #CB13FE; }
a { background-color: rgb(203,19,254); }
div.DivClassName
{
background-color: #CB13FE;
}
.BgClassName
{
background-color: #CB13FE;
}
</style>
border-color css
<style>
span { border-color: #CB13FE; }
span { border-color: rgb(203,19,254); }
td.TdClassName
{
border-color: #CB13FE;
}
.TagClassName
{
border-color: #CB13FE;
}
</style>