Shades of Electric Purple #CB20FD
Tints of Electric Purple #CB20FD
RGB
CMYK
RGB Variations
Color information
#CB20FD (or 0xCB20FD) is known color: Electric Purple. HEX triplet: CB, 20 and FD. RGB value is (203,32,253). Sum of RGB (Red+Green+Blue) = 203+32+253=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 32 (12.89% from 255 or 6.56% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB20FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB20FD is #34DF02. Grayscale: #6B6B6B. Windows color (decimal): -3464963 or 16589003. OLE color: 16589003.
HSL color Cylindrical-coordinate representation of color #CB20FD: hue angle of 286.43º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB20FD is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 32 | 253 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.01 |
| HSL | 286.43º | 0.98% | 0.56% | - |
| HSV(B) | 286.43º | 0.87% | 0.99% | - |
| XYZ | 42.87 | 20.82 | 94.69 | - |
| YUV | 108.32 | 209.65 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 253 | 0.20 | 0.87 | 0 | 0.01 | 286.43 | 0.98 | 0.56 |
| Hex | CB | 20 | FD | 14 | 57 | 0 | 1 | 11E | 62 | 38 |
| Octal | 313 | 40 | 375 | 24 | 127 | 0 | 1 | 436 | 142 | 70 |
| Binary | 11001011 | 100000 | 11111101 | 10100 | 1010111 | 0 | 1 | 100011110 | 1100010 | 111000 |
Color Harmonies of #CB20FD
Complementary color
Monochromatic Colors of #CB20FD
Black with #CB20FD
Text Example
Text Example
White with #CB20FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB20FD; }
p { color: rgb(203,32,253); }
H1.HeaderClassName
{
color: #CB20FD;
}
.AnyTagClassName
{
color: #CB20FD;
}
</style>
background-color css
<style>
a { background-color: #CB20FD; }
a { background-color: rgb(203,32,253); }
div.DivClassName
{
background-color: #CB20FD;
}
.BgClassName
{
background-color: #CB20FD;
}
</style>
border-color css
<style>
span { border-color: #CB20FD; }
span { border-color: rgb(203,32,253); }
td.TdClassName
{
border-color: #CB20FD;
}
.TagClassName
{
border-color: #CB20FD;
}
</style>