Shades of Electric Purple #CB23F8
Tints of Electric Purple #CB23F8
RGB
CMYK
RGB Variations
Color information
#CB23F8 (or 0xCB23F8) is known color: Electric Purple. HEX triplet: CB, 23 and F8. RGB value is (203,35,248). Sum of RGB (Red+Green+Blue) = 203+35+248=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 35 (14.06% from 255 or 7.20% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB23F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB23F8 is #34DC07. Grayscale: #6C6C6C. Windows color (decimal): -3464200 or 16262091. OLE color: 16262091.
HSL color Cylindrical-coordinate representation of color #CB23F8: hue angle of 287.32º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB23F8 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 35 | 248 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.03 |
| HSL | 287.32º | 0.94% | 0.55% | - |
| HSV(B) | 287.32º | 0.86% | 0.97% | - |
| XYZ | 42.17 | 20.68 | 90.58 | - |
| YUV | 109.51 | 206.16 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 248 | 0.18 | 0.86 | 0 | 0.03 | 287.32 | 0.94 | 0.55 |
| Hex | CB | 23 | F8 | 12 | 56 | 0 | 3 | 11F | 5E | 37 |
| Octal | 313 | 43 | 370 | 22 | 126 | 0 | 3 | 437 | 136 | 67 |
| Binary | 11001011 | 100011 | 11111000 | 10010 | 1010110 | 0 | 11 | 100011111 | 1011110 | 110111 |
Color Harmonies of #CB23F8
Complementary color
Monochromatic Colors of #CB23F8
Black with #CB23F8
Text Example
Text Example
White with #CB23F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB23F8; }
p { color: rgb(203,35,248); }
H1.HeaderClassName
{
color: #CB23F8;
}
.AnyTagClassName
{
color: #CB23F8;
}
</style>
background-color css
<style>
a { background-color: #CB23F8; }
a { background-color: rgb(203,35,248); }
div.DivClassName
{
background-color: #CB23F8;
}
.BgClassName
{
background-color: #CB23F8;
}
</style>
border-color css
<style>
span { border-color: #CB23F8; }
span { border-color: rgb(203,35,248); }
td.TdClassName
{
border-color: #CB23F8;
}
.TagClassName
{
border-color: #CB23F8;
}
</style>