Shades of Electric Purple #CB23FE
Tints of Electric Purple #CB23FE
RGB
CMYK
RGB Variations
Color information
#CB23FE (or 0xCB23FE) is known color: Electric Purple. HEX triplet: CB, 23 and FE. RGB value is (203,35,254). Sum of RGB (Red+Green+Blue) = 203+35+254=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 35 (14.06% from 255 or 7.11% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB23FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB23FE is #34DC01. Grayscale: #6D6D6D. Windows color (decimal): -3464194 or 16655307. OLE color: 16655307.
HSL color Cylindrical-coordinate representation of color #CB23FE: hue angle of 286.03º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB23FE is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 35 | 254 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.00 |
| HSL | 286.03º | 0.99% | 0.57% | - |
| HSV(B) | 286.03º | 0.86% | 1% | - |
| XYZ | 43.12 | 21.05 | 95.56 | - |
| YUV | 110.2 | 209.16 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 254 | 0.20 | 0.86 | 0 | 0.00 | 286.03 | 0.99 | 0.57 |
| Hex | CB | 23 | FE | 14 | 56 | 0 | 0 | 11E | 63 | 39 |
| Octal | 313 | 43 | 376 | 24 | 126 | 0 | 0 | 436 | 143 | 71 |
| Binary | 11001011 | 100011 | 11111110 | 10100 | 1010110 | 0 | 0 | 100011110 | 1100011 | 111001 |
Color Harmonies of #CB23FE
Complementary color
Monochromatic Colors of #CB23FE
Black with #CB23FE
Text Example
Text Example
White with #CB23FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB23FE; }
p { color: rgb(203,35,254); }
H1.HeaderClassName
{
color: #CB23FE;
}
.AnyTagClassName
{
color: #CB23FE;
}
</style>
background-color css
<style>
a { background-color: #CB23FE; }
a { background-color: rgb(203,35,254); }
div.DivClassName
{
background-color: #CB23FE;
}
.BgClassName
{
background-color: #CB23FE;
}
</style>
border-color css
<style>
span { border-color: #CB23FE; }
span { border-color: rgb(203,35,254); }
td.TdClassName
{
border-color: #CB23FE;
}
.TagClassName
{
border-color: #CB23FE;
}
</style>