Shades of Electric Purple #C307FB
Tints of Electric Purple #C307FB
RGB
CMYK
RGB Variations
Color information
#C307FB (or 0xC307FB) is known color: Electric Purple. HEX triplet: C3, 07 and FB. RGB value is (195,7,251). Sum of RGB (Red+Green+Blue) = 195+7+251=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 7 (3.12% from 255 or 1.55% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #C307FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C307FB is #3CF804. Grayscale: #5A5A5A. Windows color (decimal): -3995653 or 16451523. OLE color: 16451523.
HSL color Cylindrical-coordinate representation of color #C307FB: hue angle of 286.23º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C307FB is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 7 | 251 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.02 |
| HSL | 286.23º | 0.97% | 0.51% | - |
| HSV(B) | 286.23º | 0.97% | 0.98% | - |
| XYZ | 39.99 | 18.72 | 92.77 | - |
| YUV | 91.03 | 218.28 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 251 | 0.22 | 0.97 | 0 | 0.02 | 286.23 | 0.97 | 0.51 |
| Hex | C3 | 7 | FB | 16 | 61 | 0 | 2 | 11E | 61 | 33 |
| Octal | 303 | 7 | 373 | 26 | 141 | 0 | 2 | 436 | 141 | 63 |
| Binary | 11000011 | 111 | 11111011 | 10110 | 1100001 | 0 | 10 | 100011110 | 1100001 | 110011 |
Color Harmonies of #C307FB
Complementary color
Monochromatic Colors of #C307FB
Black with #C307FB
Text Example
Text Example
White with #C307FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C307FB; }
p { color: rgb(195,7,251); }
H1.HeaderClassName
{
color: #C307FB;
}
.AnyTagClassName
{
color: #C307FB;
}
</style>
background-color css
<style>
a { background-color: #C307FB; }
a { background-color: rgb(195,7,251); }
div.DivClassName
{
background-color: #C307FB;
}
.BgClassName
{
background-color: #C307FB;
}
</style>
border-color css
<style>
span { border-color: #C307FB; }
span { border-color: rgb(195,7,251); }
td.TdClassName
{
border-color: #C307FB;
}
.TagClassName
{
border-color: #C307FB;
}
</style>