Shades of Electric Purple #CB1CFA
Tints of Electric Purple #CB1CFA
RGB
CMYK
RGB Variations
Color information
#CB1CFA (or 0xCB1CFA) is known color: Electric Purple. HEX triplet: CB, 1C and FA. RGB value is (203,28,250). Sum of RGB (Red+Green+Blue) = 203+28+250=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 28 (11.33% from 255 or 5.82% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB1CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1CFA is #34E305. Grayscale: #686868. Windows color (decimal): -3465990 or 16391371. OLE color: 16391371.
HSL color Cylindrical-coordinate representation of color #CB1CFA: hue angle of 287.3º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1CFA is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 28 | 250 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.02 |
| HSL | 287.3º | 0.96% | 0.55% | - |
| HSV(B) | 287.3º | 0.89% | 0.98% | - |
| XYZ | 42.3 | 20.43 | 92.16 | - |
| YUV | 105.63 | 209.48 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 250 | 0.19 | 0.89 | 0 | 0.02 | 287.3 | 0.96 | 0.55 |
| Hex | CB | 1C | FA | 13 | 59 | 0 | 2 | 11F | 60 | 37 |
| Octal | 313 | 34 | 372 | 23 | 131 | 0 | 2 | 437 | 140 | 67 |
| Binary | 11001011 | 11100 | 11111010 | 10011 | 1011001 | 0 | 10 | 100011111 | 1100000 | 110111 |
Color Harmonies of #CB1CFA
Complementary color
Monochromatic Colors of #CB1CFA
Black with #CB1CFA
Text Example
Text Example
White with #CB1CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1CFA; }
p { color: rgb(203,28,250); }
H1.HeaderClassName
{
color: #CB1CFA;
}
.AnyTagClassName
{
color: #CB1CFA;
}
</style>
background-color css
<style>
a { background-color: #CB1CFA; }
a { background-color: rgb(203,28,250); }
div.DivClassName
{
background-color: #CB1CFA;
}
.BgClassName
{
background-color: #CB1CFA;
}
</style>
border-color css
<style>
span { border-color: #CB1CFA; }
span { border-color: rgb(203,28,250); }
td.TdClassName
{
border-color: #CB1CFA;
}
.TagClassName
{
border-color: #CB1CFA;
}
</style>