Shades of Electric Purple #CB06FC
Tints of Electric Purple #CB06FC
RGB
CMYK
RGB Variations
Color information
#CB06FC (or 0xCB06FC) is known color: Electric Purple. HEX triplet: CB, 06 and FC. RGB value is (203,6,252). Sum of RGB (Red+Green+Blue) = 203+6+252=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 6 (2.73% from 255 or 1.30% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB06FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB06FC is #34F903. Grayscale: #5C5C5C. Windows color (decimal): -3471620 or 16516811. OLE color: 16516811.
HSL color Cylindrical-coordinate representation of color #CB06FC: hue angle of 288.05º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB06FC is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 6 | 252 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.01 |
| HSL | 288.05º | 0.98% | 0.51% | - |
| HSV(B) | 288.05º | 0.98% | 0.99% | - |
| XYZ | 42.26 | 19.86 | 93.7 | - |
| YUV | 92.95 | 217.77 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 252 | 0.19 | 0.98 | 0 | 0.01 | 288.05 | 0.98 | 0.51 |
| Hex | CB | 6 | FC | 13 | 62 | 0 | 1 | 120 | 62 | 33 |
| Octal | 313 | 6 | 374 | 23 | 142 | 0 | 1 | 440 | 142 | 63 |
| Binary | 11001011 | 110 | 11111100 | 10011 | 1100010 | 0 | 1 | 100100000 | 1100010 | 110011 |
Color Harmonies of #CB06FC
Complementary color
Monochromatic Colors of #CB06FC
Black with #CB06FC
Text Example
Text Example
White with #CB06FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB06FC; }
p { color: rgb(203,6,252); }
H1.HeaderClassName
{
color: #CB06FC;
}
.AnyTagClassName
{
color: #CB06FC;
}
</style>
background-color css
<style>
a { background-color: #CB06FC; }
a { background-color: rgb(203,6,252); }
div.DivClassName
{
background-color: #CB06FC;
}
.BgClassName
{
background-color: #CB06FC;
}
</style>
border-color css
<style>
span { border-color: #CB06FC; }
span { border-color: rgb(203,6,252); }
td.TdClassName
{
border-color: #CB06FC;
}
.TagClassName
{
border-color: #CB06FC;
}
</style>