Shades of Electric Purple #C326EB
Tints of Electric Purple #C326EB
RGB
CMYK
RGB Variations
Color information
#C326EB (or 0xC326EB) is known color: Electric Purple. HEX triplet: C3, 26 and EB. RGB value is (195,38,235). Sum of RGB (Red+Green+Blue) = 195+38+235=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 38 (15.23% from 255 or 8.12% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #C326EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C326EB is #3CD914. Grayscale: #6A6A6A. Windows color (decimal): -3987733 or 15410883. OLE color: 15410883.
HSL color Cylindrical-coordinate representation of color #C326EB: hue angle of 287.82º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C326EB is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 38 | 235 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.08 |
| HSL | 287.82º | 0.83% | 0.54% | - |
| HSV(B) | 287.82º | 0.84% | 0.92% | - |
| XYZ | 38.19 | 18.99 | 80.25 | - |
| YUV | 107.4 | 200.01 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 235 | 0.17 | 0.84 | 0 | 0.08 | 287.82 | 0.83 | 0.54 |
| Hex | C3 | 26 | EB | 11 | 54 | 0 | 8 | 120 | 53 | 36 |
| Octal | 303 | 46 | 353 | 21 | 124 | 0 | 10 | 440 | 123 | 66 |
| Binary | 11000011 | 100110 | 11101011 | 10001 | 1010100 | 0 | 1000 | 100100000 | 1010011 | 110110 |
Color Harmonies of #C326EB
Complementary color
Monochromatic Colors of #C326EB
Black with #C326EB
Text Example
Text Example
White with #C326EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C326EB; }
p { color: rgb(195,38,235); }
H1.HeaderClassName
{
color: #C326EB;
}
.AnyTagClassName
{
color: #C326EB;
}
</style>
background-color css
<style>
a { background-color: #C326EB; }
a { background-color: rgb(195,38,235); }
div.DivClassName
{
background-color: #C326EB;
}
.BgClassName
{
background-color: #C326EB;
}
</style>
border-color css
<style>
span { border-color: #C326EB; }
span { border-color: rgb(195,38,235); }
td.TdClassName
{
border-color: #C326EB;
}
.TagClassName
{
border-color: #C326EB;
}
</style>