Shades of Electric Purple #CB17FB
Tints of Electric Purple #CB17FB
RGB
CMYK
RGB Variations
Color information
#CB17FB (or 0xCB17FB) is known color: Electric Purple. HEX triplet: CB, 17 and FB. RGB value is (203,23,251). Sum of RGB (Red+Green+Blue) = 203+23+251=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 23 (9.38% from 255 or 4.82% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB17FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB17FB is #34E804. Grayscale: #666666. Windows color (decimal): -3467269 or 16455627. OLE color: 16455627.
HSL color Cylindrical-coordinate representation of color #CB17FB: hue angle of 287.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB17FB is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 23 | 251 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.02 |
| HSL | 287.37º | 0.97% | 0.54% | - |
| HSV(B) | 287.37º | 0.91% | 0.98% | - |
| XYZ | 42.35 | 20.27 | 92.95 | - |
| YUV | 102.81 | 211.63 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 251 | 0.19 | 0.91 | 0 | 0.02 | 287.37 | 0.97 | 0.54 |
| Hex | CB | 17 | FB | 13 | 5B | 0 | 2 | 11F | 61 | 36 |
| Octal | 313 | 27 | 373 | 23 | 133 | 0 | 2 | 437 | 141 | 66 |
| Binary | 11001011 | 10111 | 11111011 | 10011 | 1011011 | 0 | 10 | 100011111 | 1100001 | 110110 |
Color Harmonies of #CB17FB
Complementary color
Monochromatic Colors of #CB17FB
Black with #CB17FB
Text Example
Text Example
White with #CB17FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB17FB; }
p { color: rgb(203,23,251); }
H1.HeaderClassName
{
color: #CB17FB;
}
.AnyTagClassName
{
color: #CB17FB;
}
</style>
background-color css
<style>
a { background-color: #CB17FB; }
a { background-color: rgb(203,23,251); }
div.DivClassName
{
background-color: #CB17FB;
}
.BgClassName
{
background-color: #CB17FB;
}
</style>
border-color css
<style>
span { border-color: #CB17FB; }
span { border-color: rgb(203,23,251); }
td.TdClassName
{
border-color: #CB17FB;
}
.TagClassName
{
border-color: #CB17FB;
}
</style>