Shades of Electric Purple #CB08F0
Tints of Electric Purple #CB08F0
RGB
CMYK
RGB Variations
Color information
#CB08F0 (or 0xCB08F0) is known color: Electric Purple. HEX triplet: CB, 08 and F0. RGB value is (203,8,240). Sum of RGB (Red+Green+Blue) = 203+8+240=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 8 (3.52% from 255 or 1.77% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB08F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB08F0 is #34F70F. Grayscale: #5C5C5C. Windows color (decimal): -3471120 or 15730891. OLE color: 15730891.
HSL color Cylindrical-coordinate representation of color #CB08F0: hue angle of 290.43º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB08F0 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 8 | 240 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.06 |
| HSL | 290.43º | 0.94% | 0.49% | - |
| HSV(B) | 290.43º | 0.97% | 0.94% | - |
| XYZ | 40.44 | 19.16 | 84 | - |
| YUV | 92.75 | 211.1 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 240 | 0.15 | 0.97 | 0 | 0.06 | 290.43 | 0.94 | 0.49 |
| Hex | CB | 8 | F0 | F | 61 | 0 | 6 | 122 | 5E | 31 |
| Octal | 313 | 10 | 360 | 17 | 141 | 0 | 6 | 442 | 136 | 61 |
| Binary | 11001011 | 1000 | 11110000 | 1111 | 1100001 | 0 | 110 | 100100010 | 1011110 | 110001 |
Color Harmonies of #CB08F0
Complementary color
Monochromatic Colors of #CB08F0
Black with #CB08F0
Text Example
Text Example
White with #CB08F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB08F0; }
p { color: rgb(203,8,240); }
H1.HeaderClassName
{
color: #CB08F0;
}
.AnyTagClassName
{
color: #CB08F0;
}
</style>
background-color css
<style>
a { background-color: #CB08F0; }
a { background-color: rgb(203,8,240); }
div.DivClassName
{
background-color: #CB08F0;
}
.BgClassName
{
background-color: #CB08F0;
}
</style>
border-color css
<style>
span { border-color: #CB08F0; }
span { border-color: rgb(203,8,240); }
td.TdClassName
{
border-color: #CB08F0;
}
.TagClassName
{
border-color: #CB08F0;
}
</style>