Shades of Electric Purple #CB16FC
Tints of Electric Purple #CB16FC
RGB
CMYK
RGB Variations
Color information
#CB16FC (or 0xCB16FC) is known color: Electric Purple. HEX triplet: CB, 16 and FC. RGB value is (203,22,252). Sum of RGB (Red+Green+Blue) = 203+22+252=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 22 (8.98% from 255 or 4.61% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB16FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB16FC is #34E903. Grayscale: #656565. Windows color (decimal): -3467524 or 16520907. OLE color: 16520907.
HSL color Cylindrical-coordinate representation of color #CB16FC: hue angle of 287.22º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB16FC is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 22 | 252 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.01 |
| HSL | 287.22º | 0.97% | 0.54% | - |
| HSV(B) | 287.22º | 0.91% | 0.99% | - |
| XYZ | 42.49 | 20.3 | 93.77 | - |
| YUV | 102.34 | 212.47 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 252 | 0.19 | 0.91 | 0 | 0.01 | 287.22 | 0.97 | 0.54 |
| Hex | CB | 16 | FC | 13 | 5B | 0 | 1 | 11F | 61 | 36 |
| Octal | 313 | 26 | 374 | 23 | 133 | 0 | 1 | 437 | 141 | 66 |
| Binary | 11001011 | 10110 | 11111100 | 10011 | 1011011 | 0 | 1 | 100011111 | 1100001 | 110110 |
Color Harmonies of #CB16FC
Complementary color
Monochromatic Colors of #CB16FC
Black with #CB16FC
Text Example
Text Example
White with #CB16FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB16FC; }
p { color: rgb(203,22,252); }
H1.HeaderClassName
{
color: #CB16FC;
}
.AnyTagClassName
{
color: #CB16FC;
}
</style>
background-color css
<style>
a { background-color: #CB16FC; }
a { background-color: rgb(203,22,252); }
div.DivClassName
{
background-color: #CB16FC;
}
.BgClassName
{
background-color: #CB16FC;
}
</style>
border-color css
<style>
span { border-color: #CB16FC; }
span { border-color: rgb(203,22,252); }
td.TdClassName
{
border-color: #CB16FC;
}
.TagClassName
{
border-color: #CB16FC;
}
</style>