Shades of Electric Purple #C30AFD
Tints of Electric Purple #C30AFD
RGB
CMYK
RGB Variations
Color information
#C30AFD (or 0xC30AFD) is known color: Electric Purple. HEX triplet: C3, 0A and FD. RGB value is (195,10,253). Sum of RGB (Red+Green+Blue) = 195+10+253=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #C30AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30AFD is #3CF502. Grayscale: #5C5C5C. Windows color (decimal): -3994883 or 16583363. OLE color: 16583363.
HSL color Cylindrical-coordinate representation of color #C30AFD: hue angle of 285.68º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30AFD is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 10 | 253 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.01 |
| HSL | 285.68º | 0.98% | 0.52% | - |
| HSV(B) | 285.68º | 0.96% | 0.99% | - |
| XYZ | 40.34 | 18.91 | 94.45 | - |
| YUV | 93.02 | 218.29 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 253 | 0.23 | 0.96 | 0 | 0.01 | 285.68 | 0.98 | 0.52 |
| Hex | C3 | A | FD | 17 | 60 | 0 | 1 | 11E | 62 | 34 |
| Octal | 303 | 12 | 375 | 27 | 140 | 0 | 1 | 436 | 142 | 64 |
| Binary | 11000011 | 1010 | 11111101 | 10111 | 1100000 | 0 | 1 | 100011110 | 1100010 | 110100 |
Color Harmonies of #C30AFD
Complementary color
Monochromatic Colors of #C30AFD
Black with #C30AFD
Text Example
Text Example
White with #C30AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30AFD; }
p { color: rgb(195,10,253); }
H1.HeaderClassName
{
color: #C30AFD;
}
.AnyTagClassName
{
color: #C30AFD;
}
</style>
background-color css
<style>
a { background-color: #C30AFD; }
a { background-color: rgb(195,10,253); }
div.DivClassName
{
background-color: #C30AFD;
}
.BgClassName
{
background-color: #C30AFD;
}
</style>
border-color css
<style>
span { border-color: #C30AFD; }
span { border-color: rgb(195,10,253); }
td.TdClassName
{
border-color: #C30AFD;
}
.TagClassName
{
border-color: #C30AFD;
}
</style>