Shades of Electric Purple #CB06FE
Tints of Electric Purple #CB06FE
RGB
CMYK
RGB Variations
Color information
#CB06FE (or 0xCB06FE) is known color: Electric Purple. HEX triplet: CB, 06 and FE. RGB value is (203,6,254). Sum of RGB (Red+Green+Blue) = 203+6+254=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 6 (2.73% from 255 or 1.30% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB06FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB06FE is #34F901. Grayscale: #5C5C5C. Windows color (decimal): -3471618 or 16647883. OLE color: 16647883.
HSL color Cylindrical-coordinate representation of color #CB06FE: hue angle of 287.66º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB06FE is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 6 | 254 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.00 |
| HSL | 287.66º | 0.99% | 0.51% | - |
| HSV(B) | 287.66º | 0.98% | 1% | - |
| XYZ | 42.58 | 19.98 | 95.38 | - |
| YUV | 93.18 | 218.77 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 254 | 0.20 | 0.98 | 0 | 0.00 | 287.66 | 0.99 | 0.51 |
| Hex | CB | 6 | FE | 14 | 62 | 0 | 0 | 120 | 63 | 33 |
| Octal | 313 | 6 | 376 | 24 | 142 | 0 | 0 | 440 | 143 | 63 |
| Binary | 11001011 | 110 | 11111110 | 10100 | 1100010 | 0 | 0 | 100100000 | 1100011 | 110011 |
Color Harmonies of #CB06FE
Complementary color
Monochromatic Colors of #CB06FE
Black with #CB06FE
Text Example
Text Example
White with #CB06FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB06FE; }
p { color: rgb(203,6,254); }
H1.HeaderClassName
{
color: #CB06FE;
}
.AnyTagClassName
{
color: #CB06FE;
}
</style>
background-color css
<style>
a { background-color: #CB06FE; }
a { background-color: rgb(203,6,254); }
div.DivClassName
{
background-color: #CB06FE;
}
.BgClassName
{
background-color: #CB06FE;
}
</style>
border-color css
<style>
span { border-color: #CB06FE; }
span { border-color: rgb(203,6,254); }
td.TdClassName
{
border-color: #CB06FE;
}
.TagClassName
{
border-color: #CB06FE;
}
</style>