Shades of Electric Purple #CB28FD
Tints of Electric Purple #CB28FD
RGB
CMYK
RGB Variations
Color information
#CB28FD (or 0xCB28FD) is known color: Electric Purple. HEX triplet: CB, 28 and FD. RGB value is (203,40,253). Sum of RGB (Red+Green+Blue) = 203+40+253=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 40 (16.02% from 255 or 8.06% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB28FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB28FD is #34D702. Grayscale: #707070. Windows color (decimal): -3462915 or 16591051. OLE color: 16591051.
HSL color Cylindrical-coordinate representation of color #CB28FD: hue angle of 285.92º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB28FD is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 40 | 253 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.01 |
| HSL | 285.92º | 0.98% | 0.57% | - |
| HSV(B) | 285.92º | 0.84% | 0.99% | - |
| XYZ | 43.12 | 21.31 | 94.77 | - |
| YUV | 113.02 | 207 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 253 | 0.20 | 0.84 | 0 | 0.01 | 285.92 | 0.98 | 0.57 |
| Hex | CB | 28 | FD | 14 | 54 | 0 | 1 | 11E | 62 | 39 |
| Octal | 313 | 50 | 375 | 24 | 124 | 0 | 1 | 436 | 142 | 71 |
| Binary | 11001011 | 101000 | 11111101 | 10100 | 1010100 | 0 | 1 | 100011110 | 1100010 | 111001 |
Color Harmonies of #CB28FD
Complementary color
Monochromatic Colors of #CB28FD
Black with #CB28FD
Text Example
Text Example
White with #CB28FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28FD; }
p { color: rgb(203,40,253); }
H1.HeaderClassName
{
color: #CB28FD;
}
.AnyTagClassName
{
color: #CB28FD;
}
</style>
background-color css
<style>
a { background-color: #CB28FD; }
a { background-color: rgb(203,40,253); }
div.DivClassName
{
background-color: #CB28FD;
}
.BgClassName
{
background-color: #CB28FD;
}
</style>
border-color css
<style>
span { border-color: #CB28FD; }
span { border-color: rgb(203,40,253); }
td.TdClassName
{
border-color: #CB28FD;
}
.TagClassName
{
border-color: #CB28FD;
}
</style>