Shades of Electric Purple #C315FF
Tints of Electric Purple #C315FF
RGB
CMYK
RGB Variations
Color information
#C315FF (or 0xC315FF) is known color: Electric Purple. HEX triplet: C3, 15 and FF. RGB value is (195,21,255). Sum of RGB (Red+Green+Blue) = 195+21+255=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 21 (8.59% from 255 or 4.46% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #C315FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C315FF is #3CEA00. Grayscale: #626262. Windows color (decimal): -3992065 or 16717251. OLE color: 16717251.
HSL color Cylindrical-coordinate representation of color #C315FF: hue angle of 284.62º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C315FF is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 21 | 255 | - |
| CMYK | 0.24 | 0.92 | 0 | 0 |
| HSL | 284.62º | 1% | 0.54% | - |
| HSV(B) | 284.62º | 0.92% | 1% | - |
| XYZ | 40.82 | 19.36 | 96.19 | - |
| YUV | 99.7 | 215.65 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 255 | 0.24 | 0.92 | 0 | 0 | 284.62 | 1 | 0.54 |
| Hex | C3 | 15 | FF | 18 | 5C | 0 | 0 | 11D | 64 | 36 |
| Octal | 303 | 25 | 377 | 30 | 134 | 0 | 0 | 435 | 144 | 66 |
| Binary | 11000011 | 10101 | 11111111 | 11000 | 1011100 | 0 | 0 | 100011101 | 1100100 | 110110 |
Color Harmonies of #C315FF
Complementary color
Monochromatic Colors of #C315FF
Black with #C315FF
Text Example
Text Example
White with #C315FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C315FF; }
p { color: rgb(195,21,255); }
H1.HeaderClassName
{
color: #C315FF;
}
.AnyTagClassName
{
color: #C315FF;
}
</style>
background-color css
<style>
a { background-color: #C315FF; }
a { background-color: rgb(195,21,255); }
div.DivClassName
{
background-color: #C315FF;
}
.BgClassName
{
background-color: #C315FF;
}
</style>
border-color css
<style>
span { border-color: #C315FF; }
span { border-color: rgb(195,21,255); }
td.TdClassName
{
border-color: #C315FF;
}
.TagClassName
{
border-color: #C315FF;
}
</style>