Shades of Electric Purple #CB1CEE
Tints of Electric Purple #CB1CEE
RGB
CMYK
RGB Variations
Color information
#CB1CEE (or 0xCB1CEE) is known color: Electric Purple. HEX triplet: CB, 1C and EE. RGB value is (203,28,238). Sum of RGB (Red+Green+Blue) = 203+28+238=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB1CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1CEE is #34E311. Grayscale: #676767. Windows color (decimal): -3466002 or 15604939. OLE color: 15604939.
HSL color Cylindrical-coordinate representation of color #CB1CEE: hue angle of 290º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1CEE is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 28 | 238 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.07 |
| HSL | 290º | 0.86% | 0.52% | - |
| HSV(B) | 290º | 0.88% | 0.93% | - |
| XYZ | 40.48 | 19.7 | 82.56 | - |
| YUV | 104.27 | 203.48 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 238 | 0.15 | 0.88 | 0 | 0.07 | 290 | 0.86 | 0.52 |
| Hex | CB | 1C | EE | F | 58 | 0 | 7 | 122 | 56 | 34 |
| Octal | 313 | 34 | 356 | 17 | 130 | 0 | 7 | 442 | 126 | 64 |
| Binary | 11001011 | 11100 | 11101110 | 1111 | 1011000 | 0 | 111 | 100100010 | 1010110 | 110100 |
Color Harmonies of #CB1CEE
Complementary color
Monochromatic Colors of #CB1CEE
Black with #CB1CEE
Text Example
Text Example
White with #CB1CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1CEE; }
p { color: rgb(203,28,238); }
H1.HeaderClassName
{
color: #CB1CEE;
}
.AnyTagClassName
{
color: #CB1CEE;
}
</style>
background-color css
<style>
a { background-color: #CB1CEE; }
a { background-color: rgb(203,28,238); }
div.DivClassName
{
background-color: #CB1CEE;
}
.BgClassName
{
background-color: #CB1CEE;
}
</style>
border-color css
<style>
span { border-color: #CB1CEE; }
span { border-color: rgb(203,28,238); }
td.TdClassName
{
border-color: #CB1CEE;
}
.TagClassName
{
border-color: #CB1CEE;
}
</style>