Shades of Electric Purple #C326F9
Tints of Electric Purple #C326F9
RGB
CMYK
RGB Variations
Color information
#C326F9 (or 0xC326F9) is known color: Electric Purple. HEX triplet: C3, 26 and F9. RGB value is (195,38,249). Sum of RGB (Red+Green+Blue) = 195+38+249=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 38 (15.23% from 255 or 7.88% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #C326F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C326F9 is #3CD906. Grayscale: #6C6C6C. Windows color (decimal): -3987719 or 16328387. OLE color: 16328387.
HSL color Cylindrical-coordinate representation of color #C326F9: hue angle of 284.64º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C326F9 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 38 | 249 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.02 |
| HSL | 284.64º | 0.95% | 0.56% | - |
| HSV(B) | 284.64º | 0.85% | 0.98% | - |
| XYZ | 40.3 | 19.83 | 91.33 | - |
| YUV | 109 | 207.01 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 249 | 0.22 | 0.85 | 0 | 0.02 | 284.64 | 0.95 | 0.56 |
| Hex | C3 | 26 | F9 | 16 | 55 | 0 | 2 | 11D | 5F | 38 |
| Octal | 303 | 46 | 371 | 26 | 125 | 0 | 2 | 435 | 137 | 70 |
| Binary | 11000011 | 100110 | 11111001 | 10110 | 1010101 | 0 | 10 | 100011101 | 1011111 | 111000 |
Color Harmonies of #C326F9
Complementary color
Monochromatic Colors of #C326F9
Black with #C326F9
Text Example
Text Example
White with #C326F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C326F9; }
p { color: rgb(195,38,249); }
H1.HeaderClassName
{
color: #C326F9;
}
.AnyTagClassName
{
color: #C326F9;
}
</style>
background-color css
<style>
a { background-color: #C326F9; }
a { background-color: rgb(195,38,249); }
div.DivClassName
{
background-color: #C326F9;
}
.BgClassName
{
background-color: #C326F9;
}
</style>
border-color css
<style>
span { border-color: #C326F9; }
span { border-color: rgb(195,38,249); }
td.TdClassName
{
border-color: #C326F9;
}
.TagClassName
{
border-color: #C326F9;
}
</style>