Shades of Electric Purple #CB2DFB
Tints of Electric Purple #CB2DFB
RGB
CMYK
RGB Variations
Color information
#CB2DFB (or 0xCB2DFB) is known color: Electric Purple. HEX triplet: CB, 2D and FB. RGB value is (203,45,251). Sum of RGB (Red+Green+Blue) = 203+45+251=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 45 (17.97% from 255 or 9.02% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB2DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2DFB is #34D204. Grayscale: #737373. Windows color (decimal): -3461637 or 16461259. OLE color: 16461259.
HSL color Cylindrical-coordinate representation of color #CB2DFB: hue angle of 286.02º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2DFB is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 45 | 251 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.02 |
| HSL | 286.02º | 0.96% | 0.58% | - |
| HSV(B) | 286.02º | 0.82% | 0.98% | - |
| XYZ | 42.98 | 21.54 | 93.16 | - |
| YUV | 115.73 | 204.35 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 251 | 0.19 | 0.82 | 0 | 0.02 | 286.02 | 0.96 | 0.58 |
| Hex | CB | 2D | FB | 13 | 52 | 0 | 2 | 11E | 60 | 3A |
| Octal | 313 | 55 | 373 | 23 | 122 | 0 | 2 | 436 | 140 | 72 |
| Binary | 11001011 | 101101 | 11111011 | 10011 | 1010010 | 0 | 10 | 100011110 | 1100000 | 111010 |
Color Harmonies of #CB2DFB
Complementary color
Monochromatic Colors of #CB2DFB
Black with #CB2DFB
Text Example
Text Example
White with #CB2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DFB; }
p { color: rgb(203,45,251); }
H1.HeaderClassName
{
color: #CB2DFB;
}
.AnyTagClassName
{
color: #CB2DFB;
}
</style>
background-color css
<style>
a { background-color: #CB2DFB; }
a { background-color: rgb(203,45,251); }
div.DivClassName
{
background-color: #CB2DFB;
}
.BgClassName
{
background-color: #CB2DFB;
}
</style>
border-color css
<style>
span { border-color: #CB2DFB; }
span { border-color: rgb(203,45,251); }
td.TdClassName
{
border-color: #CB2DFB;
}
.TagClassName
{
border-color: #CB2DFB;
}
</style>