Shades of Electric Purple #CB06F2
Tints of Electric Purple #CB06F2
RGB
CMYK
RGB Variations
Color information
#CB06F2 (or 0xCB06F2) is known color: Electric Purple. HEX triplet: CB, 06 and F2. RGB value is (203,6,242). Sum of RGB (Red+Green+Blue) = 203+6+242=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 6 (2.73% from 255 or 1.33% from 451); Blue value is 242 (94.92% from 255 or 53.66% from 451); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB06F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB06F2 is #34F90D. Grayscale: #5B5B5B. Windows color (decimal): -3471630 or 15861451. OLE color: 15861451.
HSL color Cylindrical-coordinate representation of color #CB06F2: hue angle of 290.08º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB06F2 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 6 | 242 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.05 |
| HSL | 290.08º | 0.95% | 0.49% | - |
| HSV(B) | 290.08º | 0.98% | 0.95% | - |
| XYZ | 40.72 | 19.24 | 85.57 | - |
| YUV | 91.81 | 212.77 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 242 | 0.16 | 0.98 | 0 | 0.05 | 290.08 | 0.95 | 0.49 |
| Hex | CB | 6 | F2 | 10 | 62 | 0 | 5 | 122 | 5F | 31 |
| Octal | 313 | 6 | 362 | 20 | 142 | 0 | 5 | 442 | 137 | 61 |
| Binary | 11001011 | 110 | 11110010 | 10000 | 1100010 | 0 | 101 | 100100010 | 1011111 | 110001 |
Color Harmonies of #CB06F2
Complementary color
Monochromatic Colors of #CB06F2
Black with #CB06F2
Text Example
Text Example
White with #CB06F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB06F2; }
p { color: rgb(203,6,242); }
H1.HeaderClassName
{
color: #CB06F2;
}
.AnyTagClassName
{
color: #CB06F2;
}
</style>
background-color css
<style>
a { background-color: #CB06F2; }
a { background-color: rgb(203,6,242); }
div.DivClassName
{
background-color: #CB06F2;
}
.BgClassName
{
background-color: #CB06F2;
}
</style>
border-color css
<style>
span { border-color: #CB06F2; }
span { border-color: rgb(203,6,242); }
td.TdClassName
{
border-color: #CB06F2;
}
.TagClassName
{
border-color: #CB06F2;
}
</style>