Shades of Electric Purple #C30DEB
Tints of Electric Purple #C30DEB
RGB
CMYK
RGB Variations
Color information
#C30DEB (or 0xC30DEB) is known color: Electric Purple. HEX triplet: C3, 0D and EB. RGB value is (195,13,235). Sum of RGB (Red+Green+Blue) = 195+13+235=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #C30DEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30DEB is #3CF214. Grayscale: #5C5C5C. Windows color (decimal): -3994133 or 15404483. OLE color: 15404483.
HSL color Cylindrical-coordinate representation of color #C30DEB: hue angle of 289.19º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30DEB is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 13 | 235 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.08 |
| HSL | 289.19º | 0.9% | 0.49% | - |
| HSV(B) | 289.19º | 0.94% | 0.92% | - |
| XYZ | 37.65 | 17.89 | 80.07 | - |
| YUV | 92.73 | 208.3 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 235 | 0.17 | 0.94 | 0 | 0.08 | 289.19 | 0.9 | 0.49 |
| Hex | C3 | D | EB | 11 | 5E | 0 | 8 | 121 | 5A | 31 |
| Octal | 303 | 15 | 353 | 21 | 136 | 0 | 10 | 441 | 132 | 61 |
| Binary | 11000011 | 1101 | 11101011 | 10001 | 1011110 | 0 | 1000 | 100100001 | 1011010 | 110001 |
Color Harmonies of #C30DEB
Complementary color
Monochromatic Colors of #C30DEB
Black with #C30DEB
Text Example
Text Example
White with #C30DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DEB; }
p { color: rgb(195,13,235); }
H1.HeaderClassName
{
color: #C30DEB;
}
.AnyTagClassName
{
color: #C30DEB;
}
</style>
background-color css
<style>
a { background-color: #C30DEB; }
a { background-color: rgb(195,13,235); }
div.DivClassName
{
background-color: #C30DEB;
}
.BgClassName
{
background-color: #C30DEB;
}
</style>
border-color css
<style>
span { border-color: #C30DEB; }
span { border-color: rgb(195,13,235); }
td.TdClassName
{
border-color: #C30DEB;
}
.TagClassName
{
border-color: #C30DEB;
}
</style>