Shades of Electric Purple #CB18FD
Tints of Electric Purple #CB18FD
RGB
CMYK
RGB Variations
Color information
#CB18FD (or 0xCB18FD) is known color: Electric Purple. HEX triplet: CB, 18 and FD. RGB value is (203,24,253). Sum of RGB (Red+Green+Blue) = 203+24+253=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 24 (9.77% from 255 or 5% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB18FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB18FD is #34E702. Grayscale: #666666. Windows color (decimal): -3467011 or 16586955. OLE color: 16586955.
HSL color Cylindrical-coordinate representation of color #CB18FD: hue angle of 286.9º degrees, saturation: 0.98, 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 #CB18FD is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 24 | 253 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.01 |
| HSL | 286.9º | 0.98% | 0.54% | - |
| HSV(B) | 286.9º | 0.91% | 0.99% | - |
| XYZ | 42.68 | 20.44 | 94.62 | - |
| YUV | 103.63 | 212.3 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 253 | 0.20 | 0.91 | 0 | 0.01 | 286.9 | 0.98 | 0.54 |
| Hex | CB | 18 | FD | 14 | 5B | 0 | 1 | 11F | 62 | 36 |
| Octal | 313 | 30 | 375 | 24 | 133 | 0 | 1 | 437 | 142 | 66 |
| Binary | 11001011 | 11000 | 11111101 | 10100 | 1011011 | 0 | 1 | 100011111 | 1100010 | 110110 |
Color Harmonies of #CB18FD
Complementary color
Monochromatic Colors of #CB18FD
Black with #CB18FD
Text Example
Text Example
White with #CB18FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB18FD; }
p { color: rgb(203,24,253); }
H1.HeaderClassName
{
color: #CB18FD;
}
.AnyTagClassName
{
color: #CB18FD;
}
</style>
background-color css
<style>
a { background-color: #CB18FD; }
a { background-color: rgb(203,24,253); }
div.DivClassName
{
background-color: #CB18FD;
}
.BgClassName
{
background-color: #CB18FD;
}
</style>
border-color css
<style>
span { border-color: #CB18FD; }
span { border-color: rgb(203,24,253); }
td.TdClassName
{
border-color: #CB18FD;
}
.TagClassName
{
border-color: #CB18FD;
}
</style>