Shades of Electric Purple #CB2CFB
Tints of Electric Purple #CB2CFB
RGB
CMYK
RGB Variations
Color information
#CB2CFB (or 0xCB2CFB) is known color: Electric Purple. HEX triplet: CB, 2C and FB. RGB value is (203,44,251). Sum of RGB (Red+Green+Blue) = 203+44+251=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 44 (17.58% from 255 or 8.84% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB2CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2CFB is #34D304. Grayscale: #727272. Windows color (decimal): -3461893 or 16461003. OLE color: 16461003.
HSL color Cylindrical-coordinate representation of color #CB2CFB: hue angle of 286.09º 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 #CB2CFB is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 44 | 251 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.02 |
| HSL | 286.09º | 0.96% | 0.58% | - |
| HSV(B) | 286.09º | 0.82% | 0.98% | - |
| XYZ | 42.94 | 21.46 | 93.15 | - |
| YUV | 115.14 | 204.68 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 251 | 0.19 | 0.82 | 0 | 0.02 | 286.09 | 0.96 | 0.58 |
| Hex | CB | 2C | FB | 13 | 52 | 0 | 2 | 11E | 60 | 3A |
| Octal | 313 | 54 | 373 | 23 | 122 | 0 | 2 | 436 | 140 | 72 |
| Binary | 11001011 | 101100 | 11111011 | 10011 | 1010010 | 0 | 10 | 100011110 | 1100000 | 111010 |
Color Harmonies of #CB2CFB
Complementary color
Monochromatic Colors of #CB2CFB
Black with #CB2CFB
Text Example
Text Example
White with #CB2CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2CFB; }
p { color: rgb(203,44,251); }
H1.HeaderClassName
{
color: #CB2CFB;
}
.AnyTagClassName
{
color: #CB2CFB;
}
</style>
background-color css
<style>
a { background-color: #CB2CFB; }
a { background-color: rgb(203,44,251); }
div.DivClassName
{
background-color: #CB2CFB;
}
.BgClassName
{
background-color: #CB2CFB;
}
</style>
border-color css
<style>
span { border-color: #CB2CFB; }
span { border-color: rgb(203,44,251); }
td.TdClassName
{
border-color: #CB2CFB;
}
.TagClassName
{
border-color: #CB2CFB;
}
</style>