Shades of Electric Purple #CB18EA
Tints of Electric Purple #CB18EA
RGB
CMYK
RGB Variations
Color information
#CB18EA (or 0xCB18EA) is known color: Electric Purple. HEX triplet: CB, 18 and EA. RGB value is (203,24,234). Sum of RGB (Red+Green+Blue) = 203+24+234=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB18EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB18EA is #34E715. Grayscale: #646464. Windows color (decimal): -3467030 or 15341771. OLE color: 15341771.
HSL color Cylindrical-coordinate representation of color #CB18EA: hue angle of 291.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB18EA is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 24 | 234 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.08 |
| HSL | 291.14º | 0.83% | 0.51% | - |
| HSV(B) | 291.14º | 0.9% | 0.92% | - |
| XYZ | 39.81 | 19.29 | 79.47 | - |
| YUV | 101.46 | 202.8 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 234 | 0.13 | 0.90 | 0 | 0.08 | 291.14 | 0.83 | 0.51 |
| Hex | CB | 18 | EA | D | 5A | 0 | 8 | 123 | 53 | 33 |
| Octal | 313 | 30 | 352 | 15 | 132 | 0 | 10 | 443 | 123 | 63 |
| Binary | 11001011 | 11000 | 11101010 | 1101 | 1011010 | 0 | 1000 | 100100011 | 1010011 | 110011 |
Color Harmonies of #CB18EA
Complementary color
Monochromatic Colors of #CB18EA
Black with #CB18EA
Text Example
Text Example
White with #CB18EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB18EA; }
p { color: rgb(203,24,234); }
H1.HeaderClassName
{
color: #CB18EA;
}
.AnyTagClassName
{
color: #CB18EA;
}
</style>
background-color css
<style>
a { background-color: #CB18EA; }
a { background-color: rgb(203,24,234); }
div.DivClassName
{
background-color: #CB18EA;
}
.BgClassName
{
background-color: #CB18EA;
}
</style>
border-color css
<style>
span { border-color: #CB18EA; }
span { border-color: rgb(203,24,234); }
td.TdClassName
{
border-color: #CB18EA;
}
.TagClassName
{
border-color: #CB18EA;
}
</style>