Shades of Electric Purple #CB0AFE
Tints of Electric Purple #CB0AFE
RGB
CMYK
RGB Variations
Color information
#CB0AFE (or 0xCB0AFE) is known color: Electric Purple. HEX triplet: CB, 0A and FE. RGB value is (203,10,254). Sum of RGB (Red+Green+Blue) = 203+10+254=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 10 (4.30% from 255 or 2.14% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB0AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0AFE is #34F501. Grayscale: #5E5E5E. Windows color (decimal): -3470594 or 16648907. OLE color: 16648907.
HSL color Cylindrical-coordinate representation of color #CB0AFE: hue angle of 287.46º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0AFE is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 10 | 254 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.00 |
| HSL | 287.46º | 0.99% | 0.52% | - |
| HSV(B) | 287.46º | 0.96% | 1% | - |
| XYZ | 42.63 | 20.07 | 95.39 | - |
| YUV | 95.52 | 217.44 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 254 | 0.20 | 0.96 | 0 | 0.00 | 287.46 | 0.99 | 0.52 |
| Hex | CB | A | FE | 14 | 60 | 0 | 0 | 11F | 63 | 34 |
| Octal | 313 | 12 | 376 | 24 | 140 | 0 | 0 | 437 | 143 | 64 |
| Binary | 11001011 | 1010 | 11111110 | 10100 | 1100000 | 0 | 0 | 100011111 | 1100011 | 110100 |
Color Harmonies of #CB0AFE
Complementary color
Monochromatic Colors of #CB0AFE
Black with #CB0AFE
Text Example
Text Example
White with #CB0AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0AFE; }
p { color: rgb(203,10,254); }
H1.HeaderClassName
{
color: #CB0AFE;
}
.AnyTagClassName
{
color: #CB0AFE;
}
</style>
background-color css
<style>
a { background-color: #CB0AFE; }
a { background-color: rgb(203,10,254); }
div.DivClassName
{
background-color: #CB0AFE;
}
.BgClassName
{
background-color: #CB0AFE;
}
</style>
border-color css
<style>
span { border-color: #CB0AFE; }
span { border-color: rgb(203,10,254); }
td.TdClassName
{
border-color: #CB0AFE;
}
.TagClassName
{
border-color: #CB0AFE;
}
</style>