Shades of Electric Purple #C30DE4
Tints of Electric Purple #C30DE4
RGB
CMYK
RGB Variations
Color information
#C30DE4 (or 0xC30DE4) is known color: Electric Purple. HEX triplet: C3, 0D and E4. RGB value is (195,13,228). Sum of RGB (Red+Green+Blue) = 195+13+228=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 228 (89.45% from 255 or 52.29% from 436); Max value from RGB is 228 - color contains mainly: blue. Hex color #C30DE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DE4 is #3CF21B. Grayscale: #5B5B5B. Windows color (decimal): -3994140 or 14945731. OLE color: 14945731.
HSL color Cylindrical-coordinate representation of color #C30DE4: hue angle of 290.79º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30DE4 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 13 | 228 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.11 |
| HSL | 290.79º | 0.89% | 0.47% | - |
| HSV(B) | 290.79º | 0.94% | 0.89% | - |
| XYZ | 36.65 | 17.49 | 74.84 | - |
| YUV | 91.93 | 204.8 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 228 | 0.14 | 0.94 | 0 | 0.11 | 290.79 | 0.89 | 0.47 |
| Hex | C3 | D | E4 | E | 5E | 0 | B | 123 | 59 | 2F |
| Octal | 303 | 15 | 344 | 16 | 136 | 0 | 13 | 443 | 131 | 57 |
| Binary | 11000011 | 1101 | 11100100 | 1110 | 1011110 | 0 | 1011 | 100100011 | 1011001 | 101111 |
Color Harmonies of #C30DE4
Complementary color
Monochromatic Colors of #C30DE4
Black with #C30DE4
Text Example
Text Example
White with #C30DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DE4; }
p { color: rgb(195,13,228); }
H1.HeaderClassName
{
color: #C30DE4;
}
.AnyTagClassName
{
color: #C30DE4;
}
</style>
background-color css
<style>
a { background-color: #C30DE4; }
a { background-color: rgb(195,13,228); }
div.DivClassName
{
background-color: #C30DE4;
}
.BgClassName
{
background-color: #C30DE4;
}
</style>
border-color css
<style>
span { border-color: #C30DE4; }
span { border-color: rgb(195,13,228); }
td.TdClassName
{
border-color: #C30DE4;
}
.TagClassName
{
border-color: #C30DE4;
}
</style>