Shades of Electric Purple #CB2EFC
Tints of Electric Purple #CB2EFC
RGB
CMYK
RGB Variations
Color information
#CB2EFC (or 0xCB2EFC) is known color: Electric Purple. HEX triplet: CB, 2E and FC. RGB value is (203,46,252). Sum of RGB (Red+Green+Blue) = 203+46+252=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 46 (18.36% from 255 or 9.18% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB2EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2EFC is #34D103. Grayscale: #737373. Windows color (decimal): -3461380 or 16527051. OLE color: 16527051.
HSL color Cylindrical-coordinate representation of color #CB2EFC: hue angle of 285.73º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2EFC is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 46 | 252 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.01 |
| HSL | 285.73º | 0.97% | 0.58% | - |
| HSV(B) | 285.73º | 0.82% | 0.99% | - |
| XYZ | 43.18 | 21.68 | 94 | - |
| YUV | 116.43 | 204.51 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 252 | 0.19 | 0.82 | 0 | 0.01 | 285.73 | 0.97 | 0.58 |
| Hex | CB | 2E | FC | 13 | 52 | 0 | 1 | 11E | 61 | 3A |
| Octal | 313 | 56 | 374 | 23 | 122 | 0 | 1 | 436 | 141 | 72 |
| Binary | 11001011 | 101110 | 11111100 | 10011 | 1010010 | 0 | 1 | 100011110 | 1100001 | 111010 |
Color Harmonies of #CB2EFC
Complementary color
Monochromatic Colors of #CB2EFC
Black with #CB2EFC
Text Example
Text Example
White with #CB2EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2EFC; }
p { color: rgb(203,46,252); }
H1.HeaderClassName
{
color: #CB2EFC;
}
.AnyTagClassName
{
color: #CB2EFC;
}
</style>
background-color css
<style>
a { background-color: #CB2EFC; }
a { background-color: rgb(203,46,252); }
div.DivClassName
{
background-color: #CB2EFC;
}
.BgClassName
{
background-color: #CB2EFC;
}
</style>
border-color css
<style>
span { border-color: #CB2EFC; }
span { border-color: rgb(203,46,252); }
td.TdClassName
{
border-color: #CB2EFC;
}
.TagClassName
{
border-color: #CB2EFC;
}
</style>