Shades of Electric Purple #CB16EE
Tints of Electric Purple #CB16EE
RGB
CMYK
RGB Variations
Color information
#CB16EE (or 0xCB16EE) is known color: Electric Purple. HEX triplet: CB, 16 and EE. RGB value is (203,22,238). Sum of RGB (Red+Green+Blue) = 203+22+238=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 22 (8.98% from 255 or 4.75% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB16EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB16EE is #34E911. Grayscale: #646464. Windows color (decimal): -3467538 or 15603403. OLE color: 15603403.
HSL color Cylindrical-coordinate representation of color #CB16EE: hue angle of 290.28º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB16EE is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 22 | 238 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.07 |
| HSL | 290.28º | 0.86% | 0.51% | - |
| HSV(B) | 290.28º | 0.91% | 0.93% | - |
| XYZ | 40.35 | 19.44 | 82.52 | - |
| YUV | 100.74 | 205.47 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 238 | 0.15 | 0.91 | 0 | 0.07 | 290.28 | 0.86 | 0.51 |
| Hex | CB | 16 | EE | F | 5B | 0 | 7 | 122 | 56 | 33 |
| Octal | 313 | 26 | 356 | 17 | 133 | 0 | 7 | 442 | 126 | 63 |
| Binary | 11001011 | 10110 | 11101110 | 1111 | 1011011 | 0 | 111 | 100100010 | 1010110 | 110011 |
Color Harmonies of #CB16EE
Complementary color
Monochromatic Colors of #CB16EE
Black with #CB16EE
Text Example
Text Example
White with #CB16EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB16EE; }
p { color: rgb(203,22,238); }
H1.HeaderClassName
{
color: #CB16EE;
}
.AnyTagClassName
{
color: #CB16EE;
}
</style>
background-color css
<style>
a { background-color: #CB16EE; }
a { background-color: rgb(203,22,238); }
div.DivClassName
{
background-color: #CB16EE;
}
.BgClassName
{
background-color: #CB16EE;
}
</style>
border-color css
<style>
span { border-color: #CB16EE; }
span { border-color: rgb(203,22,238); }
td.TdClassName
{
border-color: #CB16EE;
}
.TagClassName
{
border-color: #CB16EE;
}
</style>