Shades of Electric Purple #CB2FFF
Tints of Electric Purple #CB2FFF
RGB
CMYK
RGB Variations
Color information
#CB2FFF (or 0xCB2FFF) is known color: Electric Purple. HEX triplet: CB, 2F and FF. RGB value is (203,47,255). Sum of RGB (Red+Green+Blue) = 203+47+255=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 47 (18.75% from 255 or 9.31% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB2FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2FFF is #34D000. Grayscale: #747474. Windows color (decimal): -3461121 or 16723915. OLE color: 16723915.
HSL color Cylindrical-coordinate representation of color #CB2FFF: hue angle of 285º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2FFF is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 47 | 255 | - |
| CMYK | 0.20 | 0.82 | 0 | 0 |
| HSL | 285º | 1% | 0.59% | - |
| HSV(B) | 285º | 0.82% | 1% | - |
| XYZ | 43.7 | 21.95 | 96.54 | - |
| YUV | 117.36 | 205.68 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 255 | 0.20 | 0.82 | 0 | 0 | 285 | 1 | 0.59 |
| Hex | CB | 2F | FF | 14 | 52 | 0 | 0 | 11D | 64 | 3B |
| Octal | 313 | 57 | 377 | 24 | 122 | 0 | 0 | 435 | 144 | 73 |
| Binary | 11001011 | 101111 | 11111111 | 10100 | 1010010 | 0 | 0 | 100011101 | 1100100 | 111011 |
Color Harmonies of #CB2FFF
Complementary color
Monochromatic Colors of #CB2FFF
Black with #CB2FFF
Text Example
Text Example
White with #CB2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FFF; }
p { color: rgb(203,47,255); }
H1.HeaderClassName
{
color: #CB2FFF;
}
.AnyTagClassName
{
color: #CB2FFF;
}
</style>
background-color css
<style>
a { background-color: #CB2FFF; }
a { background-color: rgb(203,47,255); }
div.DivClassName
{
background-color: #CB2FFF;
}
.BgClassName
{
background-color: #CB2FFF;
}
</style>
border-color css
<style>
span { border-color: #CB2FFF; }
span { border-color: rgb(203,47,255); }
td.TdClassName
{
border-color: #CB2FFF;
}
.TagClassName
{
border-color: #CB2FFF;
}
</style>