Shades of Electric Purple #CB1DFE
Tints of Electric Purple #CB1DFE
RGB
CMYK
RGB Variations
Color information
#CB1DFE (or 0xCB1DFE) is known color: Electric Purple. HEX triplet: CB, 1D and FE. RGB value is (203,29,254). Sum of RGB (Red+Green+Blue) = 203+29+254=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 29 (11.72% from 255 or 5.97% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB1DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1DFE is #34E201. Grayscale: #696969. Windows color (decimal): -3465730 or 16653771. OLE color: 16653771.
HSL color Cylindrical-coordinate representation of color #CB1DFE: hue angle of 286.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1DFE is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 29 | 254 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.00 |
| HSL | 286.4º | 0.99% | 0.55% | - |
| HSV(B) | 286.4º | 0.89% | 1% | - |
| XYZ | 42.96 | 20.73 | 95.5 | - |
| YUV | 106.68 | 211.15 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 254 | 0.20 | 0.89 | 0 | 0.00 | 286.4 | 0.99 | 0.55 |
| Hex | CB | 1D | FE | 14 | 59 | 0 | 0 | 11E | 63 | 37 |
| Octal | 313 | 35 | 376 | 24 | 131 | 0 | 0 | 436 | 143 | 67 |
| Binary | 11001011 | 11101 | 11111110 | 10100 | 1011001 | 0 | 0 | 100011110 | 1100011 | 110111 |
Color Harmonies of #CB1DFE
Complementary color
Monochromatic Colors of #CB1DFE
Black with #CB1DFE
Text Example
Text Example
White with #CB1DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DFE; }
p { color: rgb(203,29,254); }
H1.HeaderClassName
{
color: #CB1DFE;
}
.AnyTagClassName
{
color: #CB1DFE;
}
</style>
background-color css
<style>
a { background-color: #CB1DFE; }
a { background-color: rgb(203,29,254); }
div.DivClassName
{
background-color: #CB1DFE;
}
.BgClassName
{
background-color: #CB1DFE;
}
</style>
border-color css
<style>
span { border-color: #CB1DFE; }
span { border-color: rgb(203,29,254); }
td.TdClassName
{
border-color: #CB1DFE;
}
.TagClassName
{
border-color: #CB1DFE;
}
</style>