Shades of Electric Purple #CB05FF
Tints of Electric Purple #CB05FF
RGB
CMYK
RGB Variations
Color information
#CB05FF (or 0xCB05FF) is known color: Electric Purple. HEX triplet: CB, 05 and FF. RGB value is (203,5,255). Sum of RGB (Red+Green+Blue) = 203+5+255=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 5 (2.34% from 255 or 1.08% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB05FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB05FF is #34FA00. Grayscale: #5B5B5B. Windows color (decimal): -3471873 or 16713163. OLE color: 16713163.
HSL color Cylindrical-coordinate representation of color #CB05FF: hue angle of 287.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB05FF is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 5 | 255 | - |
| CMYK | 0.20 | 0.98 | 0 | 0 |
| HSL | 287.52º | 1% | 0.51% | - |
| HSV(B) | 287.52º | 0.98% | 1% | - |
| XYZ | 42.73 | 20.03 | 96.22 | - |
| YUV | 92.7 | 219.6 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 255 | 0.20 | 0.98 | 0 | 0 | 287.52 | 1 | 0.51 |
| Hex | CB | 5 | FF | 14 | 62 | 0 | 0 | 120 | 64 | 33 |
| Octal | 313 | 5 | 377 | 24 | 142 | 0 | 0 | 440 | 144 | 63 |
| Binary | 11001011 | 101 | 11111111 | 10100 | 1100010 | 0 | 0 | 100100000 | 1100100 | 110011 |
Color Harmonies of #CB05FF
Complementary color
Monochromatic Colors of #CB05FF
Black with #CB05FF
Text Example
Text Example
White with #CB05FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB05FF; }
p { color: rgb(203,5,255); }
H1.HeaderClassName
{
color: #CB05FF;
}
.AnyTagClassName
{
color: #CB05FF;
}
</style>
background-color css
<style>
a { background-color: #CB05FF; }
a { background-color: rgb(203,5,255); }
div.DivClassName
{
background-color: #CB05FF;
}
.BgClassName
{
background-color: #CB05FF;
}
</style>
border-color css
<style>
span { border-color: #CB05FF; }
span { border-color: rgb(203,5,255); }
td.TdClassName
{
border-color: #CB05FF;
}
.TagClassName
{
border-color: #CB05FF;
}
</style>