Shades of Electric Purple #CB18FA
Tints of Electric Purple #CB18FA
RGB
CMYK
RGB Variations
Color information
#CB18FA (or 0xCB18FA) is known color: Electric Purple. HEX triplet: CB, 18 and FA. RGB value is (203,24,250). Sum of RGB (Red+Green+Blue) = 203+24+250=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 24 (9.77% from 255 or 5.03% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB18FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB18FA is #34E705. Grayscale: #666666. Windows color (decimal): -3467014 or 16390347. OLE color: 16390347.
HSL color Cylindrical-coordinate representation of color #CB18FA: hue angle of 287.52º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB18FA is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 24 | 250 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.02 |
| HSL | 287.52º | 0.96% | 0.54% | - |
| HSV(B) | 287.52º | 0.9% | 0.98% | - |
| XYZ | 42.21 | 20.25 | 92.13 | - |
| YUV | 103.29 | 210.8 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 250 | 0.19 | 0.90 | 0 | 0.02 | 287.52 | 0.96 | 0.54 |
| Hex | CB | 18 | FA | 13 | 5A | 0 | 2 | 120 | 60 | 36 |
| Octal | 313 | 30 | 372 | 23 | 132 | 0 | 2 | 440 | 140 | 66 |
| Binary | 11001011 | 11000 | 11111010 | 10011 | 1011010 | 0 | 10 | 100100000 | 1100000 | 110110 |
Color Harmonies of #CB18FA
Complementary color
Monochromatic Colors of #CB18FA
Black with #CB18FA
Text Example
Text Example
White with #CB18FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB18FA; }
p { color: rgb(203,24,250); }
H1.HeaderClassName
{
color: #CB18FA;
}
.AnyTagClassName
{
color: #CB18FA;
}
</style>
background-color css
<style>
a { background-color: #CB18FA; }
a { background-color: rgb(203,24,250); }
div.DivClassName
{
background-color: #CB18FA;
}
.BgClassName
{
background-color: #CB18FA;
}
</style>
border-color css
<style>
span { border-color: #CB18FA; }
span { border-color: rgb(203,24,250); }
td.TdClassName
{
border-color: #CB18FA;
}
.TagClassName
{
border-color: #CB18FA;
}
</style>