Shades of Electric Purple #CB0AF0
Tints of Electric Purple #CB0AF0
RGB
CMYK
RGB Variations
Color information
#CB0AF0 (or 0xCB0AF0) is known color: Electric Purple. HEX triplet: CB, 0A and F0. RGB value is (203,10,240). Sum of RGB (Red+Green+Blue) = 203+10+240=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB0AF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0AF0 is #34F50F. Grayscale: #5D5D5D. Windows color (decimal): -3470608 or 15731403. OLE color: 15731403.
HSL color Cylindrical-coordinate representation of color #CB0AF0: hue angle of 290.35º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0AF0 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 10 | 240 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.06 |
| HSL | 290.35º | 0.92% | 0.49% | - |
| HSV(B) | 290.35º | 0.96% | 0.94% | - |
| XYZ | 40.47 | 19.2 | 84.01 | - |
| YUV | 93.93 | 210.44 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 240 | 0.15 | 0.96 | 0 | 0.06 | 290.35 | 0.92 | 0.49 |
| Hex | CB | A | F0 | F | 60 | 0 | 6 | 122 | 5C | 31 |
| Octal | 313 | 12 | 360 | 17 | 140 | 0 | 6 | 442 | 134 | 61 |
| Binary | 11001011 | 1010 | 11110000 | 1111 | 1100000 | 0 | 110 | 100100010 | 1011100 | 110001 |
Color Harmonies of #CB0AF0
Complementary color
Monochromatic Colors of #CB0AF0
Black with #CB0AF0
Text Example
Text Example
White with #CB0AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0AF0; }
p { color: rgb(203,10,240); }
H1.HeaderClassName
{
color: #CB0AF0;
}
.AnyTagClassName
{
color: #CB0AF0;
}
</style>
background-color css
<style>
a { background-color: #CB0AF0; }
a { background-color: rgb(203,10,240); }
div.DivClassName
{
background-color: #CB0AF0;
}
.BgClassName
{
background-color: #CB0AF0;
}
</style>
border-color css
<style>
span { border-color: #CB0AF0; }
span { border-color: rgb(203,10,240); }
td.TdClassName
{
border-color: #CB0AF0;
}
.TagClassName
{
border-color: #CB0AF0;
}
</style>