Shades of Electric Purple #CB33FD
Tints of Electric Purple #CB33FD
RGB
CMYK
RGB Variations
Color information
#CB33FD (or 0xCB33FD) is known color: Electric Purple. HEX triplet: CB, 33 and FD. RGB value is (203,51,253). Sum of RGB (Red+Green+Blue) = 203+51+253=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 51 (20.31% from 255 or 10.06% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB33FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB33FD is #34CC02. Grayscale: #767676. Windows color (decimal): -3460099 or 16593867. OLE color: 16593867.
HSL color Cylindrical-coordinate representation of color #CB33FD: hue angle of 285.15º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB33FD is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 51 | 253 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.01 |
| HSL | 285.15º | 0.98% | 0.6% | - |
| HSV(B) | 285.15º | 0.8% | 0.99% | - |
| XYZ | 43.54 | 22.16 | 94.91 | - |
| YUV | 119.48 | 203.36 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 253 | 0.20 | 0.80 | 0 | 0.01 | 285.15 | 0.98 | 0.6 |
| Hex | CB | 33 | FD | 14 | 50 | 0 | 1 | 11D | 62 | 3C |
| Octal | 313 | 63 | 375 | 24 | 120 | 0 | 1 | 435 | 142 | 74 |
| Binary | 11001011 | 110011 | 11111101 | 10100 | 1010000 | 0 | 1 | 100011101 | 1100010 | 111100 |
Color Harmonies of #CB33FD
Complementary color
Monochromatic Colors of #CB33FD
Black with #CB33FD
Text Example
Text Example
White with #CB33FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33FD; }
p { color: rgb(203,51,253); }
H1.HeaderClassName
{
color: #CB33FD;
}
.AnyTagClassName
{
color: #CB33FD;
}
</style>
background-color css
<style>
a { background-color: #CB33FD; }
a { background-color: rgb(203,51,253); }
div.DivClassName
{
background-color: #CB33FD;
}
.BgClassName
{
background-color: #CB33FD;
}
</style>
border-color css
<style>
span { border-color: #CB33FD; }
span { border-color: rgb(203,51,253); }
td.TdClassName
{
border-color: #CB33FD;
}
.TagClassName
{
border-color: #CB33FD;
}
</style>