Shades of Electric Purple #CB2CFA
Tints of Electric Purple #CB2CFA
RGB
CMYK
RGB Variations
Color information
#CB2CFA (or 0xCB2CFA) is known color: Electric Purple. HEX triplet: CB, 2C and FA. RGB value is (203,44,250). Sum of RGB (Red+Green+Blue) = 203+44+250=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 44 (17.58% from 255 or 8.85% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB2CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2CFA is #34D305. Grayscale: #727272. Windows color (decimal): -3461894 or 16395467. OLE color: 16395467.
HSL color Cylindrical-coordinate representation of color #CB2CFA: hue angle of 286.31º degrees, saturation: 0.95, 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 #CB2CFA is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 44 | 250 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.02 |
| HSL | 286.31º | 0.95% | 0.58% | - |
| HSV(B) | 286.31º | 0.82% | 0.98% | - |
| XYZ | 42.78 | 21.4 | 92.32 | - |
| YUV | 115.03 | 204.18 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 250 | 0.19 | 0.82 | 0 | 0.02 | 286.31 | 0.95 | 0.58 |
| Hex | CB | 2C | FA | 13 | 52 | 0 | 2 | 11E | 5F | 3A |
| Octal | 313 | 54 | 372 | 23 | 122 | 0 | 2 | 436 | 137 | 72 |
| Binary | 11001011 | 101100 | 11111010 | 10011 | 1010010 | 0 | 10 | 100011110 | 1011111 | 111010 |
Color Harmonies of #CB2CFA
Complementary color
Monochromatic Colors of #CB2CFA
Black with #CB2CFA
Text Example
Text Example
White with #CB2CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2CFA; }
p { color: rgb(203,44,250); }
H1.HeaderClassName
{
color: #CB2CFA;
}
.AnyTagClassName
{
color: #CB2CFA;
}
</style>
background-color css
<style>
a { background-color: #CB2CFA; }
a { background-color: rgb(203,44,250); }
div.DivClassName
{
background-color: #CB2CFA;
}
.BgClassName
{
background-color: #CB2CFA;
}
</style>
border-color css
<style>
span { border-color: #CB2CFA; }
span { border-color: rgb(203,44,250); }
td.TdClassName
{
border-color: #CB2CFA;
}
.TagClassName
{
border-color: #CB2CFA;
}
</style>