Shades of Electric Purple #C30DFF
Tints of Electric Purple #C30DFF
RGB
CMYK
RGB Variations
Color information
#C30DFF (or 0xC30DFF) is known color: Electric Purple. HEX triplet: C3, 0D and FF. RGB value is (195,13,255). Sum of RGB (Red+Green+Blue) = 195+13+255=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #C30DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30DFF is #3CF200. Grayscale: #5E5E5E. Windows color (decimal): -3994113 or 16715203. OLE color: 16715203.
HSL color Cylindrical-coordinate representation of color #C30DFF: hue angle of 285.12º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30DFF is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 13 | 255 | - |
| CMYK | 0.24 | 0.95 | 0 | 0 |
| HSL | 285.12º | 1% | 0.53% | - |
| HSV(B) | 285.12º | 0.95% | 1% | - |
| XYZ | 40.7 | 19.11 | 96.15 | - |
| YUV | 95.01 | 218.3 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 255 | 0.24 | 0.95 | 0 | 0 | 285.12 | 1 | 0.53 |
| Hex | C3 | D | FF | 18 | 5F | 0 | 0 | 11D | 64 | 35 |
| Octal | 303 | 15 | 377 | 30 | 137 | 0 | 0 | 435 | 144 | 65 |
| Binary | 11000011 | 1101 | 11111111 | 11000 | 1011111 | 0 | 0 | 100011101 | 1100100 | 110101 |
Color Harmonies of #C30DFF
Complementary color
Monochromatic Colors of #C30DFF
Black with #C30DFF
Text Example
Text Example
White with #C30DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DFF; }
p { color: rgb(195,13,255); }
H1.HeaderClassName
{
color: #C30DFF;
}
.AnyTagClassName
{
color: #C30DFF;
}
</style>
background-color css
<style>
a { background-color: #C30DFF; }
a { background-color: rgb(195,13,255); }
div.DivClassName
{
background-color: #C30DFF;
}
.BgClassName
{
background-color: #C30DFF;
}
</style>
border-color css
<style>
span { border-color: #C30DFF; }
span { border-color: rgb(195,13,255); }
td.TdClassName
{
border-color: #C30DFF;
}
.TagClassName
{
border-color: #C30DFF;
}
</style>