Shades of Electric Purple #C316FB
Tints of Electric Purple #C316FB
RGB
CMYK
RGB Variations
Color information
#C316FB (or 0xC316FB) is known color: Electric Purple. HEX triplet: C3, 16 and FB. RGB value is (195,22,251). Sum of RGB (Red+Green+Blue) = 195+22+251=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 22 (8.98% from 255 or 4.70% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #C316FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C316FB is #3CE904. Grayscale: #636363. Windows color (decimal): -3991813 or 16455363. OLE color: 16455363.
HSL color Cylindrical-coordinate representation of color #C316FB: hue angle of 285.33º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C316FB is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 22 | 251 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.02 |
| HSL | 285.33º | 0.97% | 0.54% | - |
| HSV(B) | 285.33º | 0.91% | 0.98% | - |
| XYZ | 40.21 | 19.14 | 92.84 | - |
| YUV | 99.83 | 213.31 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 251 | 0.22 | 0.91 | 0 | 0.02 | 285.33 | 0.97 | 0.54 |
| Hex | C3 | 16 | FB | 16 | 5B | 0 | 2 | 11D | 61 | 36 |
| Octal | 303 | 26 | 373 | 26 | 133 | 0 | 2 | 435 | 141 | 66 |
| Binary | 11000011 | 10110 | 11111011 | 10110 | 1011011 | 0 | 10 | 100011101 | 1100001 | 110110 |
Color Harmonies of #C316FB
Complementary color
Monochromatic Colors of #C316FB
Black with #C316FB
Text Example
Text Example
White with #C316FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C316FB; }
p { color: rgb(195,22,251); }
H1.HeaderClassName
{
color: #C316FB;
}
.AnyTagClassName
{
color: #C316FB;
}
</style>
background-color css
<style>
a { background-color: #C316FB; }
a { background-color: rgb(195,22,251); }
div.DivClassName
{
background-color: #C316FB;
}
.BgClassName
{
background-color: #C316FB;
}
</style>
border-color css
<style>
span { border-color: #C316FB; }
span { border-color: rgb(195,22,251); }
td.TdClassName
{
border-color: #C316FB;
}
.TagClassName
{
border-color: #C316FB;
}
</style>