Shades of Electric Purple #C326ED
Tints of Electric Purple #C326ED
RGB
CMYK
RGB Variations
Color information
#C326ED (or 0xC326ED) is known color: Electric Purple. HEX triplet: C3, 26 and ED. RGB value is (195,38,237). Sum of RGB (Red+Green+Blue) = 195+38+237=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #C326ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C326ED is #3CD912. Grayscale: #6A6A6A. Windows color (decimal): -3987731 or 15541955. OLE color: 15541955.
HSL color Cylindrical-coordinate representation of color #C326ED: hue angle of 287.34º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C326ED is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 38 | 237 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.07 |
| HSL | 287.34º | 0.85% | 0.54% | - |
| HSV(B) | 287.34º | 0.84% | 0.93% | - |
| XYZ | 38.48 | 19.1 | 81.78 | - |
| YUV | 107.63 | 201.01 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 237 | 0.18 | 0.84 | 0 | 0.07 | 287.34 | 0.85 | 0.54 |
| Hex | C3 | 26 | ED | 12 | 54 | 0 | 7 | 11F | 55 | 36 |
| Octal | 303 | 46 | 355 | 22 | 124 | 0 | 7 | 437 | 125 | 66 |
| Binary | 11000011 | 100110 | 11101101 | 10010 | 1010100 | 0 | 111 | 100011111 | 1010101 | 110110 |
Color Harmonies of #C326ED
Complementary color
Monochromatic Colors of #C326ED
Black with #C326ED
Text Example
Text Example
White with #C326ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C326ED; }
p { color: rgb(195,38,237); }
H1.HeaderClassName
{
color: #C326ED;
}
.AnyTagClassName
{
color: #C326ED;
}
</style>
background-color css
<style>
a { background-color: #C326ED; }
a { background-color: rgb(195,38,237); }
div.DivClassName
{
background-color: #C326ED;
}
.BgClassName
{
background-color: #C326ED;
}
</style>
border-color css
<style>
span { border-color: #C326ED; }
span { border-color: rgb(195,38,237); }
td.TdClassName
{
border-color: #C326ED;
}
.TagClassName
{
border-color: #C326ED;
}
</style>