Shades of Electric Purple #C30DE5
Tints of Electric Purple #C30DE5
RGB
CMYK
RGB Variations
Color information
#C30DE5 (or 0xC30DE5) is known color: Electric Purple. HEX triplet: C3, 0D and E5. RGB value is (195,13,229). Sum of RGB (Red+Green+Blue) = 195+13+229=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #C30DE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DE5 is #3CF21A. Grayscale: #5B5B5B. Windows color (decimal): -3994139 or 15011267. OLE color: 15011267.
HSL color Cylindrical-coordinate representation of color #C30DE5: hue angle of 290.56º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30DE5 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 13 | 229 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.10 |
| HSL | 290.56º | 0.89% | 0.47% | - |
| HSV(B) | 290.56º | 0.94% | 0.9% | - |
| XYZ | 36.79 | 17.55 | 75.58 | - |
| YUV | 92.04 | 205.3 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 229 | 0.15 | 0.94 | 0 | 0.10 | 290.56 | 0.89 | 0.47 |
| Hex | C3 | D | E5 | F | 5E | 0 | A | 123 | 59 | 2F |
| Octal | 303 | 15 | 345 | 17 | 136 | 0 | 12 | 443 | 131 | 57 |
| Binary | 11000011 | 1101 | 11100101 | 1111 | 1011110 | 0 | 1010 | 100100011 | 1011001 | 101111 |
Color Harmonies of #C30DE5
Complementary color
Monochromatic Colors of #C30DE5
Black with #C30DE5
Text Example
Text Example
White with #C30DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DE5; }
p { color: rgb(195,13,229); }
H1.HeaderClassName
{
color: #C30DE5;
}
.AnyTagClassName
{
color: #C30DE5;
}
</style>
background-color css
<style>
a { background-color: #C30DE5; }
a { background-color: rgb(195,13,229); }
div.DivClassName
{
background-color: #C30DE5;
}
.BgClassName
{
background-color: #C30DE5;
}
</style>
border-color css
<style>
span { border-color: #C30DE5; }
span { border-color: rgb(195,13,229); }
td.TdClassName
{
border-color: #C30DE5;
}
.TagClassName
{
border-color: #C30DE5;
}
</style>