Shades of Electric Purple #CB2DF3
Tints of Electric Purple #CB2DF3
RGB
CMYK
RGB Variations
Color information
#CB2DF3 (or 0xCB2DF3) is known color: Electric Purple. HEX triplet: CB, 2D and F3. RGB value is (203,45,243). Sum of RGB (Red+Green+Blue) = 203+45+243=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB2DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2DF3 is #34D20C. Grayscale: #727272. Windows color (decimal): -3461645 or 15936971. OLE color: 15936971.
HSL color Cylindrical-coordinate representation of color #CB2DF3: hue angle of 287.88º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2DF3 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 45 | 243 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.05 |
| HSL | 287.88º | 0.89% | 0.56% | - |
| HSV(B) | 287.88º | 0.81% | 0.95% | - |
| XYZ | 41.74 | 21.04 | 86.66 | - |
| YUV | 114.81 | 200.35 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 243 | 0.16 | 0.81 | 0 | 0.05 | 287.88 | 0.89 | 0.56 |
| Hex | CB | 2D | F3 | 10 | 51 | 0 | 5 | 120 | 59 | 38 |
| Octal | 313 | 55 | 363 | 20 | 121 | 0 | 5 | 440 | 131 | 70 |
| Binary | 11001011 | 101101 | 11110011 | 10000 | 1010001 | 0 | 101 | 100100000 | 1011001 | 111000 |
Color Harmonies of #CB2DF3
Complementary color
Monochromatic Colors of #CB2DF3
Black with #CB2DF3
Text Example
Text Example
White with #CB2DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DF3; }
p { color: rgb(203,45,243); }
H1.HeaderClassName
{
color: #CB2DF3;
}
.AnyTagClassName
{
color: #CB2DF3;
}
</style>
background-color css
<style>
a { background-color: #CB2DF3; }
a { background-color: rgb(203,45,243); }
div.DivClassName
{
background-color: #CB2DF3;
}
.BgClassName
{
background-color: #CB2DF3;
}
</style>
border-color css
<style>
span { border-color: #CB2DF3; }
span { border-color: rgb(203,45,243); }
td.TdClassName
{
border-color: #CB2DF3;
}
.TagClassName
{
border-color: #CB2DF3;
}
</style>