Shades of Electric Purple #C30BFB
Tints of Electric Purple #C30BFB
RGB
CMYK
RGB Variations
Color information
#C30BFB (or 0xC30BFB) is known color: Electric Purple. HEX triplet: C3, 0B and FB. RGB value is (195,11,251). Sum of RGB (Red+Green+Blue) = 195+11+251=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #C30BFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30BFB is #3CF404. Grayscale: #5C5C5C. Windows color (decimal): -3994629 or 16452547. OLE color: 16452547.
HSL color Cylindrical-coordinate representation of color #C30BFB: hue angle of 286º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30BFB is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 11 | 251 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.02 |
| HSL | 286º | 0.97% | 0.51% | - |
| HSV(B) | 286º | 0.96% | 0.98% | - |
| XYZ | 40.04 | 18.81 | 92.79 | - |
| YUV | 93.38 | 216.96 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 251 | 0.22 | 0.96 | 0 | 0.02 | 286 | 0.97 | 0.51 |
| Hex | C3 | B | FB | 16 | 60 | 0 | 2 | 11E | 61 | 33 |
| Octal | 303 | 13 | 373 | 26 | 140 | 0 | 2 | 436 | 141 | 63 |
| Binary | 11000011 | 1011 | 11111011 | 10110 | 1100000 | 0 | 10 | 100011110 | 1100001 | 110011 |
Color Harmonies of #C30BFB
Complementary color
Monochromatic Colors of #C30BFB
Black with #C30BFB
Text Example
Text Example
White with #C30BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BFB; }
p { color: rgb(195,11,251); }
H1.HeaderClassName
{
color: #C30BFB;
}
.AnyTagClassName
{
color: #C30BFB;
}
</style>
background-color css
<style>
a { background-color: #C30BFB; }
a { background-color: rgb(195,11,251); }
div.DivClassName
{
background-color: #C30BFB;
}
.BgClassName
{
background-color: #C30BFB;
}
</style>
border-color css
<style>
span { border-color: #C30BFB; }
span { border-color: rgb(195,11,251); }
td.TdClassName
{
border-color: #C30BFB;
}
.TagClassName
{
border-color: #C30BFB;
}
</style>