Shades of Electric Purple #C317EF
Tints of Electric Purple #C317EF
RGB
CMYK
RGB Variations
Color information
#C317EF (or 0xC317EF) is known color: Electric Purple. HEX triplet: C3, 17 and EF. RGB value is (195,23,239). Sum of RGB (Red+Green+Blue) = 195+23+239=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 23 (9.38% from 255 or 5.03% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #C317EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C317EF is #3CE810. Grayscale: #626262. Windows color (decimal): -3991569 or 15669187. OLE color: 15669187.
HSL color Cylindrical-coordinate representation of color #C317EF: hue angle of 287.78º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C317EF is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 23 | 239 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.06 |
| HSL | 287.78º | 0.87% | 0.51% | - |
| HSV(B) | 287.78º | 0.9% | 0.94% | - |
| XYZ | 38.39 | 18.45 | 83.2 | - |
| YUV | 99.05 | 206.98 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 239 | 0.18 | 0.90 | 0 | 0.06 | 287.78 | 0.87 | 0.51 |
| Hex | C3 | 17 | EF | 12 | 5A | 0 | 6 | 120 | 57 | 33 |
| Octal | 303 | 27 | 357 | 22 | 132 | 0 | 6 | 440 | 127 | 63 |
| Binary | 11000011 | 10111 | 11101111 | 10010 | 1011010 | 0 | 110 | 100100000 | 1010111 | 110011 |
Color Harmonies of #C317EF
Complementary color
Monochromatic Colors of #C317EF
Black with #C317EF
Text Example
Text Example
White with #C317EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C317EF; }
p { color: rgb(195,23,239); }
H1.HeaderClassName
{
color: #C317EF;
}
.AnyTagClassName
{
color: #C317EF;
}
</style>
background-color css
<style>
a { background-color: #C317EF; }
a { background-color: rgb(195,23,239); }
div.DivClassName
{
background-color: #C317EF;
}
.BgClassName
{
background-color: #C317EF;
}
</style>
border-color css
<style>
span { border-color: #C317EF; }
span { border-color: rgb(195,23,239); }
td.TdClassName
{
border-color: #C317EF;
}
.TagClassName
{
border-color: #C317EF;
}
</style>