Shades of Electric Purple #C323EE
Tints of Electric Purple #C323EE
RGB
CMYK
RGB Variations
Color information
#C323EE (or 0xC323EE) is known color: Electric Purple. HEX triplet: C3, 23 and EE. RGB value is (195,35,238). Sum of RGB (Red+Green+Blue) = 195+35+238=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #C323EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C323EE is #3CDC11. Grayscale: #696969. Windows color (decimal): -3988498 or 15606723. OLE color: 15606723.
HSL color Cylindrical-coordinate representation of color #C323EE: hue angle of 287.29º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C323EE is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 35 | 238 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.07 |
| HSL | 287.29º | 0.86% | 0.54% | - |
| HSV(B) | 287.29º | 0.85% | 0.93% | - |
| XYZ | 38.54 | 18.98 | 82.52 | - |
| YUV | 105.98 | 202.51 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 238 | 0.18 | 0.85 | 0 | 0.07 | 287.29 | 0.86 | 0.54 |
| Hex | C3 | 23 | EE | 12 | 55 | 0 | 7 | 11F | 56 | 36 |
| Octal | 303 | 43 | 356 | 22 | 125 | 0 | 7 | 437 | 126 | 66 |
| Binary | 11000011 | 100011 | 11101110 | 10010 | 1010101 | 0 | 111 | 100011111 | 1010110 | 110110 |
Color Harmonies of #C323EE
Complementary color
Monochromatic Colors of #C323EE
Black with #C323EE
Text Example
Text Example
White with #C323EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323EE; }
p { color: rgb(195,35,238); }
H1.HeaderClassName
{
color: #C323EE;
}
.AnyTagClassName
{
color: #C323EE;
}
</style>
background-color css
<style>
a { background-color: #C323EE; }
a { background-color: rgb(195,35,238); }
div.DivClassName
{
background-color: #C323EE;
}
.BgClassName
{
background-color: #C323EE;
}
</style>
border-color css
<style>
span { border-color: #C323EE; }
span { border-color: rgb(195,35,238); }
td.TdClassName
{
border-color: #C323EE;
}
.TagClassName
{
border-color: #C323EE;
}
</style>