Shades of Electric Purple #CB2FFA
Tints of Electric Purple #CB2FFA
RGB
CMYK
RGB Variations
Color information
#CB2FFA (or 0xCB2FFA) is known color: Electric Purple. HEX triplet: CB, 2F and FA. RGB value is (203,47,250). Sum of RGB (Red+Green+Blue) = 203+47+250=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 47 (18.75% from 255 or 9.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB2FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2FFA is #34D005. Grayscale: #747474. Windows color (decimal): -3461126 or 16396235. OLE color: 16396235.
HSL color Cylindrical-coordinate representation of color #CB2FFA: hue angle of 286.11º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2FFA is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 47 | 250 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.02 |
| HSL | 286.11º | 0.95% | 0.58% | - |
| HSV(B) | 286.11º | 0.81% | 0.98% | - |
| XYZ | 42.9 | 21.63 | 92.36 | - |
| YUV | 116.79 | 203.18 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 250 | 0.19 | 0.81 | 0 | 0.02 | 286.11 | 0.95 | 0.58 |
| Hex | CB | 2F | FA | 13 | 51 | 0 | 2 | 11E | 5F | 3A |
| Octal | 313 | 57 | 372 | 23 | 121 | 0 | 2 | 436 | 137 | 72 |
| Binary | 11001011 | 101111 | 11111010 | 10011 | 1010001 | 0 | 10 | 100011110 | 1011111 | 111010 |
Color Harmonies of #CB2FFA
Complementary color
Monochromatic Colors of #CB2FFA
Black with #CB2FFA
Text Example
Text Example
White with #CB2FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FFA; }
p { color: rgb(203,47,250); }
H1.HeaderClassName
{
color: #CB2FFA;
}
.AnyTagClassName
{
color: #CB2FFA;
}
</style>
background-color css
<style>
a { background-color: #CB2FFA; }
a { background-color: rgb(203,47,250); }
div.DivClassName
{
background-color: #CB2FFA;
}
.BgClassName
{
background-color: #CB2FFA;
}
</style>
border-color css
<style>
span { border-color: #CB2FFA; }
span { border-color: rgb(203,47,250); }
td.TdClassName
{
border-color: #CB2FFA;
}
.TagClassName
{
border-color: #CB2FFA;
}
</style>