Shades of Electric Purple #C315FB
Tints of Electric Purple #C315FB
RGB
CMYK
RGB Variations
Color information
#C315FB (or 0xC315FB) is known color: Electric Purple. HEX triplet: C3, 15 and FB. RGB value is (195,21,251). Sum of RGB (Red+Green+Blue) = 195+21+251=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #C315FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C315FB is #3CEA04. Grayscale: #626262. Windows color (decimal): -3992069 or 16455107. OLE color: 16455107.
HSL color Cylindrical-coordinate representation of color #C315FB: hue angle of 285.39º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C315FB is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 21 | 251 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.02 |
| HSL | 285.39º | 0.97% | 0.53% | - |
| HSV(B) | 285.39º | 0.92% | 0.98% | - |
| XYZ | 40.19 | 19.1 | 92.84 | - |
| YUV | 99.25 | 213.65 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 251 | 0.22 | 0.92 | 0 | 0.02 | 285.39 | 0.97 | 0.53 |
| Hex | C3 | 15 | FB | 16 | 5C | 0 | 2 | 11D | 61 | 35 |
| Octal | 303 | 25 | 373 | 26 | 134 | 0 | 2 | 435 | 141 | 65 |
| Binary | 11000011 | 10101 | 11111011 | 10110 | 1011100 | 0 | 10 | 100011101 | 1100001 | 110101 |
Color Harmonies of #C315FB
Complementary color
Monochromatic Colors of #C315FB
Black with #C315FB
Text Example
Text Example
White with #C315FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C315FB; }
p { color: rgb(195,21,251); }
H1.HeaderClassName
{
color: #C315FB;
}
.AnyTagClassName
{
color: #C315FB;
}
</style>
background-color css
<style>
a { background-color: #C315FB; }
a { background-color: rgb(195,21,251); }
div.DivClassName
{
background-color: #C315FB;
}
.BgClassName
{
background-color: #C315FB;
}
</style>
border-color css
<style>
span { border-color: #C315FB; }
span { border-color: rgb(195,21,251); }
td.TdClassName
{
border-color: #C315FB;
}
.TagClassName
{
border-color: #C315FB;
}
</style>