Shades of Electric Purple #CB36FE
Tints of Electric Purple #CB36FE
RGB
CMYK
RGB Variations
Color information
#CB36FE (or 0xCB36FE) is known color: Electric Purple. HEX triplet: CB, 36 and FE. RGB value is (203,54,254). Sum of RGB (Red+Green+Blue) = 203+54+254=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 54 (21.48% from 255 or 10.57% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB36FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB36FE is #34C901. Grayscale: #787878. Windows color (decimal): -3459330 or 16660171. OLE color: 16660171.
HSL color Cylindrical-coordinate representation of color #CB36FE: hue angle of 284.7º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB36FE is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 54 | 254 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.00 |
| HSL | 284.7º | 0.99% | 0.6% | - |
| HSV(B) | 284.7º | 0.79% | 1% | - |
| XYZ | 43.84 | 22.49 | 95.8 | - |
| YUV | 121.35 | 202.86 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 254 | 0.20 | 0.79 | 0 | 0.00 | 284.7 | 0.99 | 0.6 |
| Hex | CB | 36 | FE | 14 | 4F | 0 | 0 | 11D | 63 | 3C |
| Octal | 313 | 66 | 376 | 24 | 117 | 0 | 0 | 435 | 143 | 74 |
| Binary | 11001011 | 110110 | 11111110 | 10100 | 1001111 | 0 | 0 | 100011101 | 1100011 | 111100 |
Color Harmonies of #CB36FE
Complementary color
Monochromatic Colors of #CB36FE
Black with #CB36FE
Text Example
Text Example
White with #CB36FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB36FE; }
p { color: rgb(203,54,254); }
H1.HeaderClassName
{
color: #CB36FE;
}
.AnyTagClassName
{
color: #CB36FE;
}
</style>
background-color css
<style>
a { background-color: #CB36FE; }
a { background-color: rgb(203,54,254); }
div.DivClassName
{
background-color: #CB36FE;
}
.BgClassName
{
background-color: #CB36FE;
}
</style>
border-color css
<style>
span { border-color: #CB36FE; }
span { border-color: rgb(203,54,254); }
td.TdClassName
{
border-color: #CB36FE;
}
.TagClassName
{
border-color: #CB36FE;
}
</style>