Shades of Electric Purple #C30CE6
Tints of Electric Purple #C30CE6
RGB
CMYK
RGB Variations
Color information
#C30CE6 (or 0xC30CE6) is known color: Electric Purple. HEX triplet: C3, 0C and E6. RGB value is (195,12,230). Sum of RGB (Red+Green+Blue) = 195+12+230=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #C30CE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30CE6 is #3CF319. Grayscale: #5A5A5A. Windows color (decimal): -3994394 or 15076547. OLE color: 15076547.
HSL color Cylindrical-coordinate representation of color #C30CE6: hue angle of 290.37º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30CE6 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 12 | 230 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.10 |
| HSL | 290.37º | 0.9% | 0.47% | - |
| HSV(B) | 290.37º | 0.95% | 0.9% | - |
| XYZ | 36.92 | 17.58 | 76.31 | - |
| YUV | 91.57 | 206.13 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 230 | 0.15 | 0.95 | 0 | 0.10 | 290.37 | 0.9 | 0.47 |
| Hex | C3 | C | E6 | F | 5F | 0 | A | 122 | 5A | 2F |
| Octal | 303 | 14 | 346 | 17 | 137 | 0 | 12 | 442 | 132 | 57 |
| Binary | 11000011 | 1100 | 11100110 | 1111 | 1011111 | 0 | 1010 | 100100010 | 1011010 | 101111 |
Color Harmonies of #C30CE6
Complementary color
Monochromatic Colors of #C30CE6
Black with #C30CE6
Text Example
Text Example
White with #C30CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CE6; }
p { color: rgb(195,12,230); }
H1.HeaderClassName
{
color: #C30CE6;
}
.AnyTagClassName
{
color: #C30CE6;
}
</style>
background-color css
<style>
a { background-color: #C30CE6; }
a { background-color: rgb(195,12,230); }
div.DivClassName
{
background-color: #C30CE6;
}
.BgClassName
{
background-color: #C30CE6;
}
</style>
border-color css
<style>
span { border-color: #C30CE6; }
span { border-color: rgb(195,12,230); }
td.TdClassName
{
border-color: #C30CE6;
}
.TagClassName
{
border-color: #C30CE6;
}
</style>