Shades of Electric Purple #CB10EA
Tints of Electric Purple #CB10EA
RGB
CMYK
RGB Variations
Color information
#CB10EA (or 0xCB10EA) is known color: Electric Purple. HEX triplet: CB, 10 and EA. RGB value is (203,16,234). Sum of RGB (Red+Green+Blue) = 203+16+234=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB10EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB10EA is #34EF15. Grayscale: #606060. Windows color (decimal): -3469078 or 15339723. OLE color: 15339723.
HSL color Cylindrical-coordinate representation of color #CB10EA: hue angle of 291.47º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB10EA is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 16 | 234 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.08 |
| HSL | 291.47º | 0.87% | 0.49% | - |
| HSV(B) | 291.47º | 0.93% | 0.92% | - |
| XYZ | 39.67 | 19.01 | 79.42 | - |
| YUV | 96.77 | 205.45 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 234 | 0.13 | 0.93 | 0 | 0.08 | 291.47 | 0.87 | 0.49 |
| Hex | CB | 10 | EA | D | 5D | 0 | 8 | 123 | 57 | 31 |
| Octal | 313 | 20 | 352 | 15 | 135 | 0 | 10 | 443 | 127 | 61 |
| Binary | 11001011 | 10000 | 11101010 | 1101 | 1011101 | 0 | 1000 | 100100011 | 1010111 | 110001 |
Color Harmonies of #CB10EA
Complementary color
Monochromatic Colors of #CB10EA
Black with #CB10EA
Text Example
Text Example
White with #CB10EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB10EA; }
p { color: rgb(203,16,234); }
H1.HeaderClassName
{
color: #CB10EA;
}
.AnyTagClassName
{
color: #CB10EA;
}
</style>
background-color css
<style>
a { background-color: #CB10EA; }
a { background-color: rgb(203,16,234); }
div.DivClassName
{
background-color: #CB10EA;
}
.BgClassName
{
background-color: #CB10EA;
}
</style>
border-color css
<style>
span { border-color: #CB10EA; }
span { border-color: rgb(203,16,234); }
td.TdClassName
{
border-color: #CB10EA;
}
.TagClassName
{
border-color: #CB10EA;
}
</style>