Shades of Electric Purple #CB1DF3
Tints of Electric Purple #CB1DF3
RGB
CMYK
RGB Variations
Color information
#CB1DF3 (or 0xCB1DF3) is known color: Electric Purple. HEX triplet: CB, 1D and F3. RGB value is (203,29,243). Sum of RGB (Red+Green+Blue) = 203+29+243=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB1DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1DF3 is #34E20C. Grayscale: #686868. Windows color (decimal): -3465741 or 15932875. OLE color: 15932875.
HSL color Cylindrical-coordinate representation of color #CB1DF3: hue angle of 288.79º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1DF3 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 29 | 243 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.05 |
| HSL | 288.79º | 0.9% | 0.53% | - |
| HSV(B) | 288.79º | 0.88% | 0.95% | - |
| XYZ | 41.25 | 20.05 | 86.49 | - |
| YUV | 105.42 | 205.65 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 243 | 0.16 | 0.88 | 0 | 0.05 | 288.79 | 0.9 | 0.53 |
| Hex | CB | 1D | F3 | 10 | 58 | 0 | 5 | 121 | 5A | 35 |
| Octal | 313 | 35 | 363 | 20 | 130 | 0 | 5 | 441 | 132 | 65 |
| Binary | 11001011 | 11101 | 11110011 | 10000 | 1011000 | 0 | 101 | 100100001 | 1011010 | 110101 |
Color Harmonies of #CB1DF3
Complementary color
Monochromatic Colors of #CB1DF3
Black with #CB1DF3
Text Example
Text Example
White with #CB1DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DF3; }
p { color: rgb(203,29,243); }
H1.HeaderClassName
{
color: #CB1DF3;
}
.AnyTagClassName
{
color: #CB1DF3;
}
</style>
background-color css
<style>
a { background-color: #CB1DF3; }
a { background-color: rgb(203,29,243); }
div.DivClassName
{
background-color: #CB1DF3;
}
.BgClassName
{
background-color: #CB1DF3;
}
</style>
border-color css
<style>
span { border-color: #CB1DF3; }
span { border-color: rgb(203,29,243); }
td.TdClassName
{
border-color: #CB1DF3;
}
.TagClassName
{
border-color: #CB1DF3;
}
</style>