Shades of Electric Purple #CB26FA
Tints of Electric Purple #CB26FA
RGB
CMYK
RGB Variations
Color information
#CB26FA (or 0xCB26FA) is known color: Electric Purple. HEX triplet: CB, 26 and FA. RGB value is (203,38,250). Sum of RGB (Red+Green+Blue) = 203+38+250=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 38 (15.23% from 255 or 7.74% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB26FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB26FA is #34D905. Grayscale: #6E6E6E. Windows color (decimal): -3463430 or 16393931. OLE color: 16393931.
HSL color Cylindrical-coordinate representation of color #CB26FA: hue angle of 286.7º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB26FA is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 38 | 250 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.02 |
| HSL | 286.7º | 0.95% | 0.56% | - |
| HSV(B) | 286.7º | 0.85% | 0.98% | - |
| XYZ | 42.58 | 20.98 | 92.25 | - |
| YUV | 111.5 | 206.16 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 250 | 0.19 | 0.85 | 0 | 0.02 | 286.7 | 0.95 | 0.56 |
| Hex | CB | 26 | FA | 13 | 55 | 0 | 2 | 11F | 5F | 38 |
| Octal | 313 | 46 | 372 | 23 | 125 | 0 | 2 | 437 | 137 | 70 |
| Binary | 11001011 | 100110 | 11111010 | 10011 | 1010101 | 0 | 10 | 100011111 | 1011111 | 111000 |
Color Harmonies of #CB26FA
Complementary color
Monochromatic Colors of #CB26FA
Black with #CB26FA
Text Example
Text Example
White with #CB26FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB26FA; }
p { color: rgb(203,38,250); }
H1.HeaderClassName
{
color: #CB26FA;
}
.AnyTagClassName
{
color: #CB26FA;
}
</style>
background-color css
<style>
a { background-color: #CB26FA; }
a { background-color: rgb(203,38,250); }
div.DivClassName
{
background-color: #CB26FA;
}
.BgClassName
{
background-color: #CB26FA;
}
</style>
border-color css
<style>
span { border-color: #CB26FA; }
span { border-color: rgb(203,38,250); }
td.TdClassName
{
border-color: #CB26FA;
}
.TagClassName
{
border-color: #CB26FA;
}
</style>