Shades of Electric Purple #C317FF
Tints of Electric Purple #C317FF
RGB
CMYK
RGB Variations
Color information
#C317FF (or 0xC317FF) is known color: Electric Purple. HEX triplet: C3, 17 and FF. RGB value is (195,23,255). Sum of RGB (Red+Green+Blue) = 195+23+255=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 23 (9.38% from 255 or 4.86% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #C317FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C317FF is #3CE800. Grayscale: #646464. Windows color (decimal): -3991553 or 16717763. OLE color: 16717763.
HSL color Cylindrical-coordinate representation of color #C317FF: hue angle of 284.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C317FF is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 23 | 255 | - |
| CMYK | 0.24 | 0.91 | 0 | 0 |
| HSL | 284.48º | 1% | 0.55% | - |
| HSV(B) | 284.48º | 0.91% | 1% | - |
| XYZ | 40.86 | 19.43 | 96.21 | - |
| YUV | 100.88 | 214.98 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 255 | 0.24 | 0.91 | 0 | 0 | 284.48 | 1 | 0.55 |
| Hex | C3 | 17 | FF | 18 | 5B | 0 | 0 | 11C | 64 | 37 |
| Octal | 303 | 27 | 377 | 30 | 133 | 0 | 0 | 434 | 144 | 67 |
| Binary | 11000011 | 10111 | 11111111 | 11000 | 1011011 | 0 | 0 | 100011100 | 1100100 | 110111 |
Color Harmonies of #C317FF
Complementary color
Monochromatic Colors of #C317FF
Black with #C317FF
Text Example
Text Example
White with #C317FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C317FF; }
p { color: rgb(195,23,255); }
H1.HeaderClassName
{
color: #C317FF;
}
.AnyTagClassName
{
color: #C317FF;
}
</style>
background-color css
<style>
a { background-color: #C317FF; }
a { background-color: rgb(195,23,255); }
div.DivClassName
{
background-color: #C317FF;
}
.BgClassName
{
background-color: #C317FF;
}
</style>
border-color css
<style>
span { border-color: #C317FF; }
span { border-color: rgb(195,23,255); }
td.TdClassName
{
border-color: #C317FF;
}
.TagClassName
{
border-color: #C317FF;
}
</style>