Shades of Electric Purple #CB2DF2
Tints of Electric Purple #CB2DF2
RGB
CMYK
RGB Variations
Color information
#CB2DF2 (or 0xCB2DF2) is known color: Electric Purple. HEX triplet: CB, 2D and F2. RGB value is (203,45,242). Sum of RGB (Red+Green+Blue) = 203+45+242=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 45 (17.97% from 255 or 9.18% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB2DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2DF2 is #34D20D. Grayscale: #727272. Windows color (decimal): -3461646 or 15871435. OLE color: 15871435.
HSL color Cylindrical-coordinate representation of color #CB2DF2: hue angle of 288.12º degrees, saturation: 0.88, 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 #CB2DF2 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 45 | 242 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.05 |
| HSL | 288.12º | 0.88% | 0.56% | - |
| HSV(B) | 288.12º | 0.81% | 0.95% | - |
| XYZ | 41.59 | 20.98 | 85.86 | - |
| YUV | 114.7 | 199.85 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 242 | 0.16 | 0.81 | 0 | 0.05 | 288.12 | 0.88 | 0.56 |
| Hex | CB | 2D | F2 | 10 | 51 | 0 | 5 | 120 | 58 | 38 |
| Octal | 313 | 55 | 362 | 20 | 121 | 0 | 5 | 440 | 130 | 70 |
| Binary | 11001011 | 101101 | 11110010 | 10000 | 1010001 | 0 | 101 | 100100000 | 1011000 | 111000 |
Color Harmonies of #CB2DF2
Complementary color
Monochromatic Colors of #CB2DF2
Black with #CB2DF2
Text Example
Text Example
White with #CB2DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DF2; }
p { color: rgb(203,45,242); }
H1.HeaderClassName
{
color: #CB2DF2;
}
.AnyTagClassName
{
color: #CB2DF2;
}
</style>
background-color css
<style>
a { background-color: #CB2DF2; }
a { background-color: rgb(203,45,242); }
div.DivClassName
{
background-color: #CB2DF2;
}
.BgClassName
{
background-color: #CB2DF2;
}
</style>
border-color css
<style>
span { border-color: #CB2DF2; }
span { border-color: rgb(203,45,242); }
td.TdClassName
{
border-color: #CB2DF2;
}
.TagClassName
{
border-color: #CB2DF2;
}
</style>